Skip to content

Commit 1564235

Browse files
xyliganSerejaMatveev Sergei
andauthored
Fixed reboot test CreateTable (ydb-platform#33405)
Co-authored-by: Matveev Sergei <[email protected]>
1 parent f3aad13 commit 1564235

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/config/muted_ya.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ ydb/core/tx/schemeshard/ut_index_build_reboots IndexBuildTestReboots.UniqueIndex
6666
ydb/core/tx/schemeshard/ut_index_build_reboots unittest.[*/*] chunk
6767
ydb/core/tx/schemeshard/ut_login_large TSchemeShardLoginLargeTest.RemoveLogin_Many
6868
ydb/core/tx/schemeshard/ut_move_reboots TSchemeShardMoveRebootsTest.ColumnTable
69-
ydb/core/tx/schemeshard/ut_olap_reboots TOlapReboots.CreateTable
7069
ydb/core/tx/schemeshard/ut_olap_reboots unittest.[*/*] chunk
7170
ydb/core/tx/schemeshard/ut_replication_reboots TReplicationWithRebootsTests.CreateInParallelWithInitialController
7271
ydb/core/tx/schemeshard/ut_replication_reboots unittest.[*/*] chunk

ydb/core/tx/schemeshard/ut_olap_reboots/ut_olap_reboots.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,9 @@ Y_UNIT_TEST_SUITE(TOlapReboots) {
6868
)");
6969
t.TestEnv->TestWaitNotification(runtime, t.TxId);
7070

71-
TestLs(runtime, "/MyRoot/OlapStore/ColumnTable", false, NLs::PathExist);
72-
7371
{
7472
TInactiveZone inactive(activeZone);
75-
// no inactive finalization
73+
TestLs(runtime, "/MyRoot/OlapStore/ColumnTable", false, NLs::PathExist);
7674
}
7775
});
7876
}

0 commit comments

Comments
 (0)