diff options
author | Nikita Vasilev <ns-vasilev@ydb.tech> | 2024-12-24 18:15:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-24 18:15:30 +0300 |
commit | 3096657831a636dcd1403e1d6f98a8dc284e6353 (patch) | |
tree | 5b2addc39e99f519b59c4be696c57bfc459aba31 /.github | |
parent | e432d9c27edb3c270328481e7bd3e8448da9ffc1 (diff) | |
download | ydb-3096657831a636dcd1403e1d6f98a8dc284e6353.tar.gz |
Snapshot Isolation: kqp (#12825)
Diffstat (limited to '.github')
-rw-r--r-- | .github/config/muted_ya.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/config/muted_ya.txt b/.github/config/muted_ya.txt index 3bffb2eb19..78515c88fc 100644 --- a/.github/config/muted_ya.txt +++ b/.github/config/muted_ya.txt @@ -49,6 +49,8 @@ ydb/core/kqp/ut/olap [*/*] chunk chunk ydb/core/kqp/ut/query KqpAnalyze.AnalyzeTable+ColumnStore ydb/core/kqp/ut/query KqpLimits.QueryExecTimeoutCancel ydb/core/kqp/ut/query KqpStats.SysViewClientLost +ydb/core/kqp/ut/tx KqpSnapshotIsolation.TConflictWrite* +ydb/core/kqp/ut/tx KqpSnapshotIsolation.TConflictRead* ydb/core/kqp/ut/scan KqpRequestContext.TraceIdInErrorMessage ydb/core/kqp/ut/scheme KqpOlapScheme.TenThousandColumns ydb/core/kqp/ut/scheme KqpScheme.AlterAsyncReplication |