Skip to content

Commit a02b0c6

Browse files
authored
Mute flake KqpScheme.AlterAsyncReplication (ydb-platform#5184)
1 parent f1e6cf0 commit a02b0c6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/config/muted_ya.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ ydb/core/kqp/ut/scheme KqpOlap.OlapRead_GenericQuerys
2121
ydb/core/kqp/ut/scheme KqpOlap.OlapRead_StreamGenericQuery
2222
ydb/core/kqp/ut/scheme KqpOlap.OlapRead_UsesGenericQueryOnJoinWithDataShardTable
2323
ydb/core/kqp/ut/scheme KqpQueryService.TableSink_ReplaceFromSelectLargeOlap
24+
ydb/core/kqp/ut/scheme KqpScheme.AlterAsyncReplication
2425
ydb/core/kqp/ut/scheme KqpScheme.QueryWithAlter
26+
ydb/core/kqp/ut/scheme [15/50]*
2527
ydb/core/kqp/ut/scheme [44/50]*
2628
ydb/core/kqp/ut/service KqpQueryService.ExecuteQueryPgTableSelect
2729
ydb/core/kqp/ut/service KqpQueryService.QueryOnClosedSession

ydb/core/kqp/ut/scheme/kqp_scheme_ut.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5504,6 +5504,9 @@ Y_UNIT_TEST_SUITE(KqpScheme) {
55045504
auto db = kikimr.GetTableClient();
55055505
auto session = db.CreateSession().GetValueSync().GetSession();
55065506

5507+
kikimr.GetTestServer().GetRuntime()->SetLogPriority(NKikimrServices::REPLICATION_CONTROLLER, NActors::NLog::PRI_TRACE);
5508+
kikimr.GetTestServer().GetRuntime()->SetLogPriority(NKikimrServices::REPLICATION_SERVICE, NActors::NLog::PRI_TRACE);
5509+
55075510
// path does not exist
55085511
{
55095512
auto query = R"(

0 commit comments

Comments
 (0)