diff options
author | Sema Checherinda <checherinda@gmail.com> | 2022-05-12 21:23:56 +0300 |
---|---|---|
committer | Sema Checherinda <checherinda@gmail.com> | 2022-05-12 21:23:56 +0300 |
commit | dbc652d95db911333897366de29c86c8293774a9 (patch) | |
tree | 1f2275a82824075d48de288b04354e5b3c05d4a5 | |
parent | 71e79ea9ffb0df986be553ee1ae379a97d718c8b (diff) | |
download | ydb-dbc652d95db911333897366de29c86c8293774a9.tar.gz |
KIKIMR make test AlterIndexTableDirectly stable
ref:39d969e7b59d7ddd6d4ccca770bb74e739176ab8
-rw-r--r-- | ydb/core/tx/schemeshard/ut_base.cpp | 1 |
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)}); |