Skip to content

Commit 282221a

Browse files
author
Aleksandr Kriukov
committed
Revert "KIKIMR-20522: Tests for vdisks balancing (#531)"
This reverts commit 7116d46.
1 parent 192168b commit 282221a

File tree

4 files changed

+1
-322
lines changed

4 files changed

+1
-322
lines changed

ydb/core/blobstorage/ut_blobstorage/balancing.cpp

Lines changed: 0 additions & 305 deletions
This file was deleted.

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

Lines changed: 0 additions & 15 deletions
This file was deleted.

ydb/core/blobstorage/ut_blobstorage/ya.make

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)