mirror of https://github.com/apache/lucene.git
LUCENE-5038: Fix test, useCompoundFile doesn't exists anymore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1492770 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e83c3f7a8b
commit
b7763af7df
|
@ -39,8 +39,6 @@ public class TestMergePolicyConfig extends SolrTestCaseJ4 {
|
||||||
// mp-specific setter
|
// mp-specific setter
|
||||||
assertEquals(19, tieredMP.getMaxMergeAtOnceExplicit());
|
assertEquals(19, tieredMP.getMaxMergeAtOnceExplicit());
|
||||||
|
|
||||||
// make sure we apply compoundFile and mergeFactor
|
|
||||||
assertEquals(0.0, tieredMP.getNoCFSRatio(), 0.0);
|
|
||||||
assertEquals(7, tieredMP.getMaxMergeAtOnce());
|
assertEquals(7, tieredMP.getMaxMergeAtOnce());
|
||||||
|
|
||||||
// make sure we overrode segmentsPerTier (split from maxMergeAtOnce out of mergeFactor)
|
// make sure we overrode segmentsPerTier (split from maxMergeAtOnce out of mergeFactor)
|
||||||
|
|
Loading…
Reference in New Issue