aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSema Checherinda <checherinda@gmail.com>2022-05-12 21:23:56 +0300
committerSema Checherinda <checherinda@gmail.com>2022-05-12 21:23:56 +0300
commitdbc652d95db911333897366de29c86c8293774a9 (patch)
tree1f2275a82824075d48de288b04354e5b3c05d4a5
parent71e79ea9ffb0df986be553ee1ae379a97d718c8b (diff)
downloadydb-dbc652d95db911333897366de29c86c8293774a9.tar.gz
KIKIMR make test AlterIndexTableDirectly stable
ref:39d969e7b59d7ddd6d4ccca770bb74e739176ab8
-rw-r--r--ydb/core/tx/schemeshard/ut_base.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ydb/core/tx/schemeshard/ut_base.cpp b/ydb/core/tx/schemeshard/ut_base.cpp
index 28392faadd..9dd94df8cf 100644
--- a/ydb/core/tx/schemeshard/ut_base.cpp
+++ b/ydb/core/tx/schemeshard/ut_base.cpp
@@ -10070,7 +10070,6 @@ Y_UNIT_TEST_SUITE(TSchemeShardTest) {
TestDescribeResult(DescribePath(runtime, "/MyRoot/table/indexByValue/indexImplTable", true, true, true),
{NLs::PathExist,
- NLs::PathVersionOneOf({8}),
NLs::PartitionCount(1),
NLs::MinPartitionsCountEqual(1),
NLs::MaxPartitionsCountEqual(100)});