Skip to content

Commit 52cce2c

Browse files
kruallAleksandr Kriukov
and
Aleksandr Kriukov
authored
Revert "KIKIMR-20522: Tests for vdisks balancing (#531)" (#706)
This reverts commit 7116d46. Co-authored-by: Aleksandr Kriukov <[email protected]>
1 parent 8def47b commit 52cce2c

File tree

4 files changed

+1
-322
lines changed

4 files changed

+1
-322
lines changed

ydb/core/blobstorage/ut_blobstorage/balancing.cpp

-305
This file was deleted.

ydb/core/blobstorage/ut_blobstorage/ut_balancing/ya.make

-15
This file was deleted.

ydb/core/blobstorage/ut_blobstorage/ya.make

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ REQUIREMENTS(ram:32)
6060
END()
6161

6262
RECURSE_FOR_TESTS(
63-
ut_balancing
6463
ut_blob_depot
6564
ut_blob_depot_fat
6665
ut_donor

ydb/core/util/testactorsys.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class TTestActorSystem {
161161
}
162162

163163
void StateFunc(TAutoPtr<IEventHandle>& ev) {
164-
Y_ABORT_UNLESS(HandlePtr, "event %s is not being captured by this actor Tag# %s", ev->GetTypeName().data(), Tag.data());
164+
Y_ABORT_UNLESS(HandlePtr, "event is not being captured by this actor Tag# %s", Tag.data());
165165
Y_ABORT_UNLESS(!*HandlePtr);
166166
HandlePtr->reset(ev.Release());
167167
}

0 commit comments

Comments
 (0)