Skip to content

Commit

Permalink
Revert "KIKIMR-20522: Tests for vdisks balancing (ydb-platform#531)" (y…
Browse files Browse the repository at this point in the history
…db-platform#706)

This reverts commit 7116d46.

Co-authored-by: Aleksandr Kriukov <kruall@ydb.ru>
  • Loading branch information
2 people authored and adameat committed Dec 29, 2023
1 parent bc0d98d commit b782ea7
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 322 deletions.
305 changes: 0 additions & 305 deletions ydb/core/blobstorage/ut_blobstorage/balancing.cpp

This file was deleted.

15 changes: 0 additions & 15 deletions ydb/core/blobstorage/ut_blobstorage/ut_balancing/ya.make

This file was deleted.

1 change: 0 additions & 1 deletion ydb/core/blobstorage/ut_blobstorage/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ REQUIREMENTS(ram:32)
END()

RECURSE_FOR_TESTS(
ut_balancing
ut_blob_depot
ut_blob_depot_fat
ut_donor
Expand Down
2 changes: 1 addition & 1 deletion ydb/core/util/testactorsys.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class TTestActorSystem {
}

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

0 comments on commit b782ea7

Please sign in to comment.