We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb6f49 commit 97803a1Copy full SHA for 97803a1
ydb/core/blobstorage/ut_blobstorage/balancing.cpp
@@ -247,6 +247,7 @@ struct TRandomTest {
247
ui32 pos = random() % Env->Settings.NodeCount;
248
if (Env.RunningNodes.contains(pos)) {
249
Env->CompactVDisk(Env.GroupInfo->GetActorId(pos));
250
+ Env->Sim(TDuration::Seconds(10));
251
}
252
253
@@ -258,6 +259,7 @@ struct TRandomTest {
258
259
const auto& somePDisk = baseConfig.GetPDisk(pos);
260
const auto& someVSlot = baseConfig.GetVSlot(pos);
261
Env->Wipe(somePDisk.GetNodeId(), somePDisk.GetPDiskId(), someVSlot.GetVSlotId().GetVSlotId());
262
263
264
265
0 commit comments