expect only 1 store per slot (#28844)
expect only 1 store per slot in shrink
This commit is contained in:
parent
04016e3bcf
commit
9a24743d2a
|
@ -3881,6 +3881,8 @@ impl AccountsDb {
|
||||||
.bytes_written
|
.bytes_written
|
||||||
.fetch_add(aligned_total, Ordering::Relaxed);
|
.fetch_add(aligned_total, Ordering::Relaxed);
|
||||||
|
|
||||||
|
assert_eq!(store_ids.len(), 1);
|
||||||
|
|
||||||
ShrinkCollect {
|
ShrinkCollect {
|
||||||
store_ids,
|
store_ids,
|
||||||
original_bytes,
|
original_bytes,
|
||||||
|
|
Loading…
Reference in New Issue