Skip to content

Commit c3e4ef2

Browse files
author
Charles Greer
committed
Merge branch 'develop' into release/4.0.1
2 parents c7ebe96 + accacbc commit c3e4ef2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

marklogic-data-hub/src/test/java/com/marklogic/hub_integration/StreamCollectorTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public void setup() throws IOException {
6262

6363
// it triggers installation of staging db before staging schemas db exists.
6464
// a subtle bug. to solve, users must create schemas db hook here too.
65-
Path dbDir = projectDir.resolve("src/main/ml-config").resolve("databases");
65+
Path dbDir = projectDir.resolve("src/main/entity-config").resolve("databases");
6666
dbDir.toFile().mkdirs();
6767
FileUtil.copy(getResourceStream("stream-collector-test/staging-database.json"), dbDir.resolve("staging-database.json").toFile());
6868

@@ -71,7 +71,7 @@ public void setup() throws IOException {
7171
// disable tracing because trying to trace the 3 million ids to a doc will fail.
7272
disableDebugging();
7373
disableTracing();
74-
74+
clearDatabases(HubConfig.DEFAULT_STAGING_NAME, HubConfig.DEFAULT_FINAL_NAME, HubConfig.DEFAULT_JOB_NAME);
7575
Scaffolding scaffolding = Scaffolding.create(projectDir.toString(), stagingClient);
7676
scaffolding.createEntity(ENTITY);
7777
scaffolding.createFlow(ENTITY, "testharmonize", FlowType.HARMONIZE,

0 commit comments

Comments
 (0)