test_shrink_candidate_slots_cached works with write cache (#29143)
This commit is contained in:
parent
9eedc189fd
commit
019f276a91
|
@ -14791,6 +14791,7 @@ pub(crate) mod tests {
|
|||
goto_end_of_slot(Arc::<Bank>::get_mut(&mut bank0).unwrap());
|
||||
bank0.freeze();
|
||||
bank0.squash();
|
||||
add_root_and_flush_write_cache(&bank0);
|
||||
|
||||
let sizes = bank0
|
||||
.rc
|
||||
|
|
Loading…
Reference in New Issue