diff options
author | andrew-rykov <arykov@ydb.tech> | 2022-08-25 13:04:41 +0300 |
---|---|---|
committer | andrew-rykov <arykov@ydb.tech> | 2022-08-25 13:04:41 +0300 |
commit | ad2a8ca7457a9e4ddb8f06da1e0a548faf070606 (patch) | |
tree | a6839d1c59e13b8678dbd70b07db7fd00178cc79 | |
parent | b987f753e1bc78435e0cae37405fdee39ea1a0e0 (diff) | |
download | ydb-ad2a8ca7457a9e4ddb8f06da1e0a548faf070606.tar.gz |
tests fault base reboot
-rw-r--r-- | ydb/core/tx/schemeshard/ut_base_reboots.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/tx/schemeshard/ut_base_reboots.cpp b/ydb/core/tx/schemeshard/ut_base_reboots.cpp index 0d4a3638f8a..704df1911da 100644 --- a/ydb/core/tx/schemeshard/ut_base_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_base_reboots.cpp @@ -122,7 +122,7 @@ Y_UNIT_TEST_SUITE(TTablesWithReboots) { t.TestEnv->TestWaitNotification(runtime, t.TxId); } - AsyncRmDir(runtime, ++t.TxId, "/MyRoot", "Victim"); + t.TestEnv->ReliablePropose(runtime, RmDirRequest(++t.TxId, "/MyRoot", "Victim")); AsyncRmDir(runtime, ++t.TxId, "/MyRoot", "Victim"); t.TestEnv->TestWaitNotification(runtime, {t.TxId-1, t.TxId}); |