Skip to content

Commit 7998021

Browse files
committed
fix
1 parent a60307e commit 7998021

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/homestore_backend/tests/hs_scrubber_tests.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ TEST_F(HomeObjectFixture, BasicScrubTest) {
247247
<< "Empty PG should have no missing shards in shallow scrub";
248248
});
249249

250+
g_helper->sync();
251+
250252
// Create blobs in all shards
251253
shard_blob_ids_map = put_blobs(pg_shard_id_vec, num_blobs_per_shard, pg_blob_id);
252254
LOGINFO("Created {} blobs per shard, total {} blobs", num_blobs_per_shard, num_shards * num_blobs_per_shard);

0 commit comments

Comments
 (0)