diff options
author | Kirill Rysin <35688753+naspirato@users.noreply.github.com> | 2024-12-24 18:29:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-24 17:29:46 +0000 |
commit | 3e28916df1854d5db04229c6542ef69494a0fb95 (patch) | |
tree | fe3ed3bc00b3f6341e57d375841d069e93a8f24e | |
parent | dbd2cf008b42805bf5603ae25b19a7e2123e39a5 (diff) | |
download | ydb-3e28916df1854d5db04229c6542ef69494a0fb95.tar.gz |
mute and unmute (#12941)
-rw-r--r-- | .github/config/muted_ya.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.github/config/muted_ya.txt b/.github/config/muted_ya.txt index 78515c88fc..e76b0368cc 100644 --- a/.github/config/muted_ya.txt +++ b/.github/config/muted_ya.txt @@ -1,5 +1,9 @@ ydb/apps/ydb/ut YdbWorkloadTopic.Full_Statistics_UseTx +ydb/apps/ydb/ut YdbWorkloadTransferTopicToTable.Clean_Without_Init +ydb/apps/ydb/ut YdbWorkloadTransferTopicToTable.Default_Init_Clean +ydb/apps/ydb/ut YdbWorkloadTransferTopicToTable.Default_Run ydb/core/blobstorage/dsproxy/ut TBlobStorageProxySequenceTest.TestBlock42PutWithChangingSlowDisk +ydb/core/blobstorage/dsproxy/ut TDSProxyPutTest.TestBlock42PutStatusErrorWith_1_2_VdiskErrors ydb/core/blobstorage/dsproxy/ut_fat TBlobStorageProxyTest.TestBatchedPutRequestDoesNotContainAHugeBlob ydb/core/blobstorage/ut_blobstorage/ut_huge HugeBlobOnlineSizeChange.Compaction ydb/core/blobstorage/ut_blobstorage/ut_huge [*/*] chunk chunk @@ -21,7 +25,6 @@ ydb/core/keyvalue/ut_trace TKeyValueTracingTest.WriteSmall ydb/core/kqp/ut/cost KqpCost.OlapWriteRow ydb/core/kqp/ut/data_integrity KqpDataIntegrityTrails.Select ydb/core/kqp/ut/data_integrity KqpDataIntegrityTrails.UpsertEvWrite -ydb/core/kqp/ut/data_integrity KqpDataIntegrityTrails.UpsertViaLegacyScripting-Streaming ydb/core/kqp/ut/olap KqpDecimalColumnShard.TestAggregation ydb/core/kqp/ut/olap KqpDecimalColumnShard.TestFilterCompare ydb/core/kqp/ut/olap KqpOlapBlobsSharing.BlobsSharingSplit1_1 @@ -43,11 +46,9 @@ ydb/core/kqp/ut/olap KqpOlapBlobsSharing.MultipleSplitsWithRestartsWhenWait ydb/core/kqp/ut/olap KqpOlapBlobsSharing.TableReshardingConsistency64 ydb/core/kqp/ut/olap KqpOlapBlobsSharing.TableReshardingModuloN ydb/core/kqp/ut/olap KqpOlapBlobsSharing.UpsertWhileSplitTest -ydb/core/kqp/ut/olap KqpOlapTiering.Eviction ydb/core/kqp/ut/olap KqpOlapWrite.TierDraftsGCWithRestart 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* @@ -63,6 +64,7 @@ ydb/core/persqueue/ut TPQTest.TestReadAndDeleteConsumer ydb/core/persqueue/ut [*/*] chunk chunk ydb/core/quoter/ut QuoterWithKesusTest.PrefetchCoefficient ydb/core/tablet_flat/ut TSharedPageCache.Compaction_BTreeIndex +ydb/core/tablet_flat/ut TSharedPageCache.ThreeLeveledLRU ydb/core/tx/datashard/ut_incremental_backup IncrementalBackup.ComplexRestoreBackupCollection+WithIncremental ydb/core/tx/schemeshard/ut_move_reboots TSchemeShardMoveRebootsTest.WithData ydb/core/tx/schemeshard/ut_move_reboots TSchemeShardMoveRebootsTest.WithDataAndPersistentPartitionStats @@ -93,6 +95,7 @@ ydb/services/ydb/table_split_ut [*/*] chunk chunk ydb/services/ydb/ut YdbLogStore.AlterLogTable ydb/tests/fq/control_plane_storage [*/*] chunk chunk ydb/tests/fq/control_plane_storage [*/*]+chunk+chunk +ydb/tests/fq/generic/analytics sole chunk chunk ydb/tests/fq/generic/analytics test_join.py.TestJoinAnalytics.test_simple[v1-2-fq_client0-mvp_external_ydb_endpoint0] ydb/tests/fq/generic/streaming sole chunk chunk ydb/tests/fq/generic/streaming test_join.py.TestJoinStreaming.test_simple[v1-fq_client0-mvp_external_ydb_endpoint0] @@ -126,7 +129,6 @@ ydb/tests/fq/yds test_select_limit_db_id.py.TestSelectLimitWithDbId.test_select_ ydb/tests/fq/yds test_yds_bindings.py.TestBindings.test_yds_insert[v1] ydb/tests/fq/yt/kqp_yt_file/part18 test.py.test[pg-join_brackets2-default.txt] ydb/tests/functional/hive test_drain.py.TestHive.test_drain_on_stop -ydb/tests/functional/kqp/kqp_query_session KqpQuerySession.NoLocalAttach ydb/tests/functional/rename [test_rename.py */*] chunk chunk ydb/tests/functional/serializable sole chunk chunk ydb/tests/functional/serializable test.py.test_local |