aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandrew-rykov <arykov@ydb.tech>2022-08-25 13:04:41 +0300
committerandrew-rykov <arykov@ydb.tech>2022-08-25 13:04:41 +0300
commitad2a8ca7457a9e4ddb8f06da1e0a548faf070606 (patch)
treea6839d1c59e13b8678dbd70b07db7fd00178cc79
parentb987f753e1bc78435e0cae37405fdee39ea1a0e0 (diff)
downloadydb-ad2a8ca7457a9e4ddb8f06da1e0a548faf070606.tar.gz
tests fault base reboot
-rw-r--r--ydb/core/tx/schemeshard/ut_base_reboots.cpp2
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});