@@ -231,19 +231,12 @@ struct TStopOneNodeTest {
231
231
Env.StartNode (nodeIdWithBlob);
232
232
Env->Sim (TDuration::Seconds (30 ));
233
233
234
- Cerr << " Start compaction 1 " << Endl;
234
+ Cerr << " Start compaction" << Endl;
235
235
for (ui32 pos = 0 ; pos < Env->Settings .NodeCount ; ++pos) {
236
236
Env->CompactVDisk (Env.GroupInfo ->GetActorId (pos));
237
237
}
238
238
Env->Sim (TDuration::Seconds (30 ));
239
- Cerr << " Finish compaction 1" << Endl;
240
-
241
- Cerr << " Start compaction 2" << Endl;
242
- for (ui32 pos = 0 ; pos < Env->Settings .NodeCount ; ++pos) {
243
- Env->CompactVDisk (Env.GroupInfo ->GetActorId (pos));
244
- }
245
- Env->Sim (TDuration::Seconds (30 ));
246
- Cerr << " Finish compaction 2" << Endl;
239
+ Cerr << " Finish compaction" << Endl;
247
240
248
241
Env.CheckPartsLocations (MakeLogoBlobId (step, data.size ()));
249
242
UNIT_ASSERT_VALUES_EQUAL (Env.SendGet (step, data.size ())->Get ()->Responses [0 ].Buffer .ConvertToString (), data);
@@ -327,12 +320,6 @@ struct TRandomTest {
327
320
}
328
321
Env->Sim (TDuration::Seconds (60 ));
329
322
330
- Cerr << " Start compaction 2" << Endl;
331
- for (ui32 pos = 0 ; pos < Env->Settings .NodeCount ; ++pos) {
332
- Env->CompactVDisk (Env.GroupInfo ->GetActorId (pos));
333
- }
334
- Env->Sim (TDuration::Seconds (60 ));
335
-
336
323
Cerr << " Start checking" << Endl;
337
324
for (ui32 step: successfulSteps) {
338
325
Env.CheckPartsLocations (MakeLogoBlobId (step, data[step].size ()));
@@ -408,13 +395,6 @@ struct TTwoPartsOnOneNodeTest {
408
395
Env->Sim (TDuration::Seconds (30 ));
409
396
Cerr << " Finish compaction 1" << Endl;
410
397
411
- Cerr << " Start compaction 2" << Endl;
412
- for (ui32 pos = 0 ; pos < Env->Settings .NodeCount ; ++pos) {
413
- Env->CompactVDisk (Env.GroupInfo ->GetActorId (pos));
414
- }
415
- Env->Sim (TDuration::Seconds (30 ));
416
- Cerr << " Finish compaction 2" << Endl;
417
-
418
398
Env.CheckPartsLocations (MakeLogoBlobId (step, data.size ()));
419
399
UNIT_ASSERT_VALUES_EQUAL (Env.SendGet (step, data.size ())->Get ()->Responses [0 ].Buffer .ConvertToString (), data);
420
400
}
0 commit comments