Commit 0a7f703
authored
Stop asserting on the max number of merged segments in TestTieredMergePolicy#testPartialMerge. (apache#14259)
This assertion isn't right as `TieredMergePolicy` has become more
sophisticated with the introduction of `targetSearchConcurrency` and
different merging rules for merges below the floor size.
Closes apache#142551 parent a20ae1b commit 0a7f703
File tree
1 file changed
+0
-5
lines changed- lucene/core/src/test/org/apache/lucene/index
1 file changed
+0
-5
lines changedLines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
219 | 218 | | |
220 | 219 | | |
221 | | - | |
222 | 220 | | |
223 | 221 | | |
224 | 222 | | |
225 | 223 | | |
226 | 224 | | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | 225 | | |
231 | 226 | | |
232 | 227 | | |
| |||
0 commit comments