You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -891,10 +890,10 @@ public void maxUrisTestWithQueryTask() {
891
890
dmManager.startJob(queryBatcher);
892
891
queryBatcher.awaitCompletion();
893
892
dmManager.stopJob(queryBatcher);
894
-
assertTrue("Counter value not as expected", (counter.get() >= maxBatches) && (counter.get()<= (forest_count+maxBatches)));
893
+
assertTrue("Counter value not as expected", (counter.get() >= 1) && (counter.get()<= (forest_count+1)));
895
894
896
895
// The number of documents should be more than maxBatches*batchSize but less than (batchSize*(forest_count+maxBatches))
897
-
assertTrue("Output list does not contain expected number of outputs", (outputUris.size() >= (maxBatches*10)) && outputUris.size()<= (10*(forest_count+maxBatches)));
896
+
assertTrue("Output list does not contain expected number of outputs", (outputUris.size() >= 10) && outputUris.size()<= (10*(forest_count+1)));
0 commit comments