Skip to content

Commit ea77b72

Browse files
georgeajitgeorgeajit
georgeajit
authored and
georgeajit
committed
No Task - Added wait to make test stable.
1 parent 60c6663 commit ea77b72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

marklogic-client-api-functionaltests/src/test/java/com/marklogic/client/datamovement/functionaltests/StringQueryHostBatcherTest.java

+3
Original file line numberDiff line numberDiff line change
@@ -1332,6 +1332,9 @@ public void testServerXQueryTransform() throws IOException, ParserConfigurationE
13321332
});
13331333
dmManager.startJob(queryBatcher1);
13341334
queryBatcher1.awaitCompletion(3, TimeUnit.MINUTES);
1335+
while (!queryBatcher1.isStopped()) {
1336+
// Do nothing. Wait for batcher to complete.
1337+
}
13351338

13361339
if (queryBatcher1.isStopped()) {
13371340
// Verify the batch results now.

0 commit comments

Comments
 (0)