We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ecf95 commit 9347a50Copy full SHA for 9347a50
src/test/java/org/springframework/data/couchbase/util/CollectionAwareIntegrationTests.java
@@ -77,7 +77,7 @@ public static void beforeAll() {
77
78
List<String> fieldList = new ArrayList<>();
79
fieldList.add("parentId");
80
- cluster.query("CREATE INDEX `parent_idx` ON default:" + bucketName() + "." + scopeName + "." + collectionName2
+ cluster.query("CREATE INDEX `parent_idx` ON default:`" + bucketName() + "`." + scopeName + "." + collectionName2
81
+ "(parentId)");
82
} catch (IndexExistsException ife) {
83
LOGGER.warn("IndexFailureException occurred - ignoring: ", ife.toString());
0 commit comments