diff options
author | andrew-rykov <arykov@ydb.tech> | 2022-08-23 14:50:28 +0300 |
---|---|---|
committer | andrew-rykov <arykov@ydb.tech> | 2022-08-23 14:50:28 +0300 |
commit | 2475a1aeb474274eeb4c291af3802a9c6fafbd56 (patch) | |
tree | f259a1dd3f23dd4a29cd21da37f49eb469a40471 | |
parent | de986b87f8f52b0c58eda7e4b4023825019e206b (diff) | |
download | ydb-2475a1aeb474274eeb4c291af3802a9c6fafbd56.tar.gz |
tests faults
-rw-r--r-- | ydb/core/tx/schemeshard/ut_filestore_reboots.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ydb/core/tx/schemeshard/ut_filestore_reboots.cpp b/ydb/core/tx/schemeshard/ut_filestore_reboots.cpp index 0fdfd871de..ca00f3ae00 100644 --- a/ydb/core/tx/schemeshard/ut_filestore_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_filestore_reboots.cpp @@ -212,8 +212,8 @@ Y_UNIT_TEST_SUITE(TFileStoreWithReboots) { InitAlterFileStoreConfig(vc); AsyncAlterFileStore(runtime, ++t.TxId, "/MyRoot", vdescr.DebugString()); - - TestDropFileStore(runtime, ++t.TxId, "/MyRoot", "FS", {NKikimrScheme::StatusMultipleModifications, NKikimrScheme::StatusAccepted}); + + t.TestEnv->ReliablePropose(runtime, DropFileStoreRequest(++t.TxId, "/MyRoot", "FS"), {NKikimrScheme::StatusMultipleModifications, NKikimrScheme::StatusAccepted}); t.TestEnv->TestWaitNotification(runtime, t.TxId); t.TestEnv->TestWaitNotification(runtime, t.TxId - 1); // wait Alter |