Skip to content

Commit

Permalink
Remove test assertion sensitive to background segment merging (#1274)
Browse files Browse the repository at this point in the history
  • Loading branch information
shikhar authored Feb 17, 2022
1 parent fcd651f commit 505e6a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/reader/warming.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ mod tests {
let warming_state = &reader.inner.warming_state;

let searcher = reader.searcher();
assert_eq!(searcher.segment_readers().len(), num_writer_threads);
assert!(
!warming_state.gc_maybe(),
"no GC after first searcher generation"
Expand Down

0 comments on commit 505e6a4

Please sign in to comment.