Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Jun 19, 2024
1 parent 921bc2f commit b97b0f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/storage/hummock_test/src/compactor_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,10 @@ pub(crate) mod tests {
)
.await;

global_storage
.wait_version(hummock_manager_ref.get_current_version().await)
.await;

let vnode = VirtualNode::from_index(1);
for index in 0..kv_count {
epoch.inc_epoch();
Expand Down

0 comments on commit b97b0f2

Please sign in to comment.