Skip to content

Commit

Permalink
Merge pull request #23 from BrandwatchLtd/bw_branch_7_4_unittestfix
Browse files Browse the repository at this point in the history
Unit test fix
  • Loading branch information
timatbw authored Aug 1, 2018
2 parents cc6fe71 + aa46c30 commit 3cf1da0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public void testTieredMPSolrIndexConfigCreation() throws Exception {
ConcurrentMergeScheduler ms = (ConcurrentMergeScheduler) iwc.getMergeScheduler();
assertEquals("ms.maxMergeCount", 987, ms.getMaxMergeCount());
assertEquals("ms.maxThreadCount", 42, ms.getMaxThreadCount());
assertEquals("ms.isAutoIOThrottle", true, ms.getAutoIOThrottle());
assertEquals("ms.isAutoIOThrottle", false, ms.getAutoIOThrottle());

}

Expand Down

0 comments on commit 3cf1da0

Please sign in to comment.