Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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