diff options
author | Vitalii Gridnev <gridnevvvit@gmail.com> | 2025-03-24 19:57:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-24 19:57:30 +0300 |
commit | 7591f20a4534f002d0f70d30a55eb0b91692a025 (patch) | |
tree | 289c7d3007c2020f95a6a53859e277621fcb750a | |
parent | b3b79e741d09e6d380de1433a433f6a19a4567c0 (diff) | |
download | ydb-7591f20a4534f002d0f70d30a55eb0b91692a025.tar.gz |
uncomment tests (#16166)
-rw-r--r-- | ydb/core/kqp/ut/service/kqp_qs_queries_ut.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ydb/core/kqp/ut/service/kqp_qs_queries_ut.cpp b/ydb/core/kqp/ut/service/kqp_qs_queries_ut.cpp index 653fc10336..4ddca34668 100644 --- a/ydb/core/kqp/ut/service/kqp_qs_queries_ut.cpp +++ b/ydb/core/kqp/ut/service/kqp_qs_queries_ut.cpp @@ -1704,14 +1704,11 @@ Y_UNIT_TEST_SUITE(KqpQueryService) { checkDrop(true, EEx::IfExists, 1); // rename - Y_UNUSED(checkRename); - /* checkCreate(true, EEx::Empty, 2); checkRename(true, 2, 3); checkRename(false, 2, 3); // already renamed, no such table checkDrop(false, EEx::Empty, 2); // no such table checkDrop(true, EEx::Empty, 3); - */ } Y_UNIT_TEST(DdlColumnTable) { |