diff options
author | Sema Checherinda <checherinda@gmail.com> | 2022-05-16 18:51:38 +0300 |
---|---|---|
committer | Sema Checherinda <checherinda@gmail.com> | 2022-05-16 18:51:38 +0300 |
commit | a29f850429665467c60577101de9bdf8b80fc51e (patch) | |
tree | 7e7c1987a84fdf30a9e3ac2951bf0ce027e8e8fc | |
parent | 4ea16d185db34b55811bea35c9f31a6ae5d375d4 (diff) | |
download | ydb-a29f850429665467c60577101de9bdf8b80fc51e.tar.gz |
KIKIMR-14224 make test stable
ref:67f19e833b42b17399e73ec072ab8e76cc85482c
-rw-r--r-- | ydb/core/tx/schemeshard/ut_reboots.cpp | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/ydb/core/tx/schemeshard/ut_reboots.cpp b/ydb/core/tx/schemeshard/ut_reboots.cpp index 2b43d813797..023593cca2a 100644 --- a/ydb/core/tx/schemeshard/ut_reboots.cpp +++ b/ydb/core/tx/schemeshard/ut_reboots.cpp @@ -145,21 +145,6 @@ Y_UNIT_TEST_SUITE(IntermediateDirsReboots) { }); } - Y_UNIT_TEST(CreateDirWithIntermediateDirsForceDropMiddle) { - TTestWithReboots t; - t.Run([&](TTestActorRuntime& runtime, bool& activeZone) { - AsyncMkDir(runtime, ++t.TxId, "/MyRoot", "x/y/z"); - TestForceDropUnsafe(runtime, ++t.TxId, 4, TVector<NKikimrScheme::EStatus>{NKikimrScheme::StatusMultipleModifications}); - t.TestEnv->TestWaitNotification(runtime, {t.TxId - 1, t.TxId}); - - { - TInactiveZone inactive(activeZone); - TestDescribeResult(DescribePath(runtime, "/MyRoot/x/y/z"), - {NLs::PathExist}); - } - }); - } - Y_UNIT_TEST(CreateSubDomainWithIntermediateDirs) { const TString validScheme = R"( Name: "Valid/x/y/z" @@ -182,7 +167,7 @@ Y_UNIT_TEST_SUITE(IntermediateDirsReboots) { Y_UNIT_TEST(CreateWithIntermediateDirs) { const TString validScheme = R"( Name: "Valid/x/y/z" - PartitionsCount: 1 + PartitionsCount: 0 )"; const TString invalidScheme = R"( Name: "Invalid/wr0ng n@me" |