Revert "DATACOUCH-550 - Refactored the usage of CouchbasePersistentEntityIndexCreator. (#298)" (#1087)
This reverts commit 80bae4bf67.
Co-authored-by: mikereiche <michael.reiche@couchbase.com>
This commit is contained in:
@@ -48,7 +48,7 @@ public class CustomTypeKeyIntegrationTests extends ClusterAwareIntegrationTests
|
||||
|
||||
@Test
|
||||
void saveSimpleEntityCorrectlyWithDifferentTypeKey() {
|
||||
clientFactory.getBucket().waitUntilReady(Duration.ofSeconds(5));
|
||||
clientFactory.getBucket().waitUntilReady(Duration.ofSeconds(10));
|
||||
|
||||
User user = new User(UUID.randomUUID().toString(), "firstname", "lastname");
|
||||
// When using 'mocked', this call runs fine when the test class is ran by itself,
|
||||
|
||||
Reference in New Issue
Block a user