We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427c5e6 commit c4bb15cCopy full SHA for c4bb15c
ydb/core/kqp/ut/service/kqp_service_ut.cpp
@@ -67,6 +67,8 @@ Y_UNIT_TEST_SUITE(KqpService) {
67
}
68
69
Y_UNIT_TEST(CloseSessionsWithLoad) {
70
+ UNIT_FAIL("Fast fail to avoid 10 min time waste, https://github.com/ydb-platform/ydb/issues/5349");
71
+
72
auto kikimr = std::make_shared<TKikimrRunner>();
73
kikimr->GetTestServer().GetRuntime()->SetLogPriority(NKikimrServices::KQP_EXECUTER, NLog::PRI_DEBUG);
74
kikimr->GetTestServer().GetRuntime()->SetLogPriority(NKikimrServices::KQP_SESSION, NLog::PRI_DEBUG);
0 commit comments