Skip to content

Commit 97803a1

Browse files
author
robdrynkin
committed
continue
1 parent afb6f49 commit 97803a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/core/blobstorage/ut_blobstorage/balancing.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ struct TRandomTest {
247247
ui32 pos = random() % Env->Settings.NodeCount;
248248
if (Env.RunningNodes.contains(pos)) {
249249
Env->CompactVDisk(Env.GroupInfo->GetActorId(pos));
250+
Env->Sim(TDuration::Seconds(10));
250251
}
251252
}
252253

@@ -258,6 +259,7 @@ struct TRandomTest {
258259
const auto& somePDisk = baseConfig.GetPDisk(pos);
259260
const auto& someVSlot = baseConfig.GetVSlot(pos);
260261
Env->Wipe(somePDisk.GetNodeId(), somePDisk.GetPDiskId(), someVSlot.GetVSlotId().GetVSlotId());
262+
Env->Sim(TDuration::Seconds(10));
261263
}
262264
}
263265
}

0 commit comments

Comments
 (0)