Skip to content

Commit 5817f52

Browse files
committed
Update muted YA file for stable-25-3-1
1 parent 1a04223 commit 5817f52

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

.github/config/muted_ya.txt

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
ydb/core/blobstorage/ut_blobstorage BlobPatching.PatchBlock42
21
ydb/core/blobstorage/ut_blobstorage GroupReconfiguration.BsControllerDoesNotDisableGroup
32
ydb/core/blobstorage/ut_blobstorage unittest.[*/*] chunk
43
ydb/core/blobstorage/ut_blobstorage/ut_group_reconfiguration GroupReconfigurationRace.Test_block42
@@ -16,26 +15,36 @@ ydb/core/blobstorage/ut_vdisk TBsVDiskManyPutGet.ManyPutRangeGetCompactionIndexO
1615
ydb/core/blobstorage/ut_vdisk unittest.[*/*] chunk
1716
ydb/core/client/ut TObjectStorageListingTest.TestSkipShards
1817
ydb/core/cms/ut_sentinel_unstable TSentinelUnstableTests.BSControllerCantChangeStatus
18+
ydb/core/fq/libs/row_dispatcher/format_handler/ut TestFormatHandler.ManyJsonClients
1919
ydb/core/keyvalue/ut_trace TKeyValueTracingTest.ReadHuge
2020
ydb/core/keyvalue/ut_trace TKeyValueTracingTest.ReadSmall
2121
ydb/core/keyvalue/ut_trace TKeyValueTracingTest.WriteHuge
2222
ydb/core/keyvalue/ut_trace TKeyValueTracingTest.WriteSmall
2323
ydb/core/kqp/ut/arrow KqpResultSetFormats.ArrowFormat_Types_Optional_1
2424
ydb/core/kqp/ut/indexes KqpMultishardIndex.WriteIntoRenamingAsyncIndex
25+
ydb/core/kqp/ut/olap KqpOlapJson.BloomMixIndexesVariants[false,true,1024,10,1000,0,BLOOM_FILTER]
2526
ydb/core/kqp/ut/olap KqpOlapJson.BloomMixIndexesVariants[true,false,1,10,1000,0.5,CATEGORY_BLOOM_FILTER]
27+
ydb/core/kqp/ut/olap KqpOlapJson.BrokenJsonWriting[10,true,1,1000,100,0.5]
28+
ydb/core/kqp/ut/olap KqpOlapJson.BrokenJsonWriting[2,false,0,10,100,0]
2629
ydb/core/kqp/ut/olap KqpOlapJson.CompactionVariants[10,false,0,0,0,0.5]
30+
ydb/core/kqp/ut/olap KqpOlapJson.DoubleFilterReduceScopeVariants[10,true,0,0,100,0.5]
2731
ydb/core/kqp/ut/olap KqpOlapJson.DoubleFilterVariants[1,false,0,0,1000000,0.5]
2832
ydb/core/kqp/ut/olap KqpOlapJson.DuplicationCompactionVariants[10,false,1,1000,1000000,0.5]
2933
ydb/core/kqp/ut/olap KqpOlapJson.FilterVariantsCount[10,true,1,1000,0,0.5]
34+
ydb/core/kqp/ut/olap KqpOlapJson.FilterVariants[2,false,0,1000,100,0]
3035
ydb/core/kqp/ut/olap KqpOlapJson.OrFilterVariants[10,true,1024,1000,100,0]
36+
ydb/core/kqp/ut/olap KqpOlapJson.OrFilterVariants[2,false,0,1000,1000000,0]
37+
ydb/core/kqp/ut/olap KqpOlapJson.QuotedFilterVariants[10,false,1,0,0,0]
3138
ydb/core/kqp/ut/olap KqpOlapJson.RestoreFullJsonVariants[2,false,1024,1000,0,0]
39+
ydb/core/kqp/ut/olap KqpOlapJson.RestoreJsonArrayVariants[10,true,1,0,1000000,0.5]
3240
ydb/core/kqp/ut/olap KqpOlapOptimizer.OptimizationAfterDeletion
3341
ydb/core/kqp/ut/olap KqpOlapSysView.StatsSysViewTable
3442
ydb/core/kqp/ut/opt KqpKv.ReadRows_TimeoutCancelsReads
3543
ydb/core/kqp/ut/query KqpAnalyze.AnalyzeTable+ColumnStore
3644
ydb/core/kqp/ut/query KqpLimits.StreamWrite+Allowed
3745
ydb/core/kqp/ut/scheme KqpAcl.AlterDatabasePrivilegesRequiredToChangeSchemeLimits-AsClusterAdmin
3846
ydb/core/kqp/ut/scheme KqpOlapScheme.AddPgColumnWithStore
47+
ydb/core/kqp/ut/scheme KqpScheme.AddChangefeed
3948
ydb/core/kqp/ut/scheme KqpScheme.CreateTableWithPartitionAtKeysComplex
4049
ydb/core/kqp/ut/service KqpQueryService.LargeUpsert-UseSink
4150
ydb/core/persqueue/ut/ut_with_sdk TopicTimestamp.TimestampRead_40MB_Topic_exact
@@ -48,7 +57,6 @@ ydb/core/statistics/service/ut BasicStatistics.NotFullStatisticsDatashard
4857
ydb/core/sys_view/ut SystemView.AuthGroups_Access
4958
ydb/core/transfer/ut/large TransferLarge.Transfer100KM_10P_LocalRead_TopicAutoPartitioning
5059
ydb/core/transfer/ut/large TransferLarge.Transfer100KM_10P_RowTable_TopicAutoPartitioning
51-
ydb/core/tx/schemeshard/ut_index_build_reboots unittest.[*/*] chunk
5260
ydb/core/tx/schemeshard/ut_login_large TSchemeShardLoginLargeTest.RemoveLogin_Many
5361
ydb/core/tx/schemeshard/ut_reboots TConsistentOpsWithReboots.DropIndexedTableWithReboots
5462
ydb/core/tx/schemeshard/ut_reboots unittest.[*/*] chunk
@@ -66,30 +74,29 @@ ydb/library/actors/interconnect/ut_fat InterconnectZcLocalOp.ZcIsDisabledByDefau
6674
ydb/library/yql/dq/actors/compute/ut TAsyncComputeActorTest.InputTransformMultichannel
6775
ydb/public/sdk/cpp/src/client/topic/ut TxUsage.Write_50k_100times_50tx
6876
ydb/public/sdk/cpp/src/client/topic/ut unittest.[*/*] chunk
69-
ydb/public/sdk/cpp/src/client/topic/ut/with_direct_read_ut TxUsage.Write_50k_100times_50tx
77+
ydb/public/sdk/cpp/src/client/topic/ut/with_direct_read_ut BasicUsage.ReadWithRestarts
7078
ydb/public/sdk/cpp/src/client/topic/ut/with_direct_read_ut TxUsage.Write_And_Read_Huge_Messages_1
7179
ydb/public/sdk/cpp/src/client/topic/ut/with_direct_read_ut TxUsage.Write_Only_Big_Messages_In_Wide_Transactions_Query
7280
ydb/public/sdk/cpp/src/client/topic/ut/with_direct_read_ut unittest.[*/*] chunk
73-
ydb/public/sdk/cpp/tests/integration/sessions_pool YdbSdkSessionsPool.StressTestSync/0
7481
ydb/services/persqueue_v1/ut TPersQueueTest.Cache
7582
ydb/services/persqueue_v1/ut TPersQueueTest.CacheHead
76-
ydb/services/persqueue_v1/ut unittest.[*/*] chunk
7783
ydb/services/ydb/ut TGRpcAuthentication.NoDescribeRights
7884
ydb/services/ydb/ut YdbLogStore.AlterLogTable
7985
ydb/tests/compatibility py3test.[test_kafka_topic.py */*] chunk
8086
ydb/tests/compatibility test_compatibility.py.TestCompatibility.test_simple[restart_stable-25-2-1_to_prestable-25-3-row]
87+
ydb/tests/compatibility test_ctas.py.TestCTASOperations.test_ctas_olap[rolling_stable-25-2-1_to_prestable-25-3]
8188
ydb/tests/compatibility test_kafka_topic.py.TestKafkaTopicRestartToAnotherVersion.test_workload[restart_prestable-25-3_to_stable-25-2-1]
8289
ydb/tests/compatibility test_statistics.py.TestBaseStatisticsRollingUpdate.test[rolling_prestable-25-3_to_current]
8390
ydb/tests/compatibility test_statistics.py.TestBaseStatisticsRollingUpdate.test[rolling_stable-25-2-1_to_prestable-25-3]
8491
ydb/tests/compatibility test_topic.py.TestTopicRollingUpdate.test_write_and_read[rolling_prestable-25-3_to_current]
8592
ydb/tests/compatibility test_transfer.py.TestTransferRestartToAnotherVersion.test_transfer[restart_prestable-25-3_to_current-row-True]
93+
ydb/tests/compatibility test_workload_manager.py.TestWorkloadManagerRestartToAnotherVersion.test_workload_manager_version_upgrade[restart_stable-25-2-1_to_prestable-25-3]
8694
ydb/tests/compatibility/olap test_rename_table.py.TestRenameTableRollingUpdate.test_rename_table[rolling_prestable-25-3_to_current]
8795
ydb/tests/compatibility/olap test_rename_table.py.TestRenameTableRollingUpdate.test_rename_table[rolling_stable-25-2-1_to_prestable-25-3]
8896
ydb/tests/datashard/async_replication test_async_replication.py.TestAsyncReplication.test_async_replication[table_index_4__SYNC-pk_types0-all_types0-index0---SYNC]
8997
ydb/tests/datashard/vector_index/large test_vector_index.py.TestVectorIndex.test_vector_index
9098
ydb/tests/datashard/vector_index/large test_vector_index_large_levels_and_clusters.py.TestVectorIndexLargeLevelsAndClusters.test_vecot_index_large_levels_and_clusters
9199
ydb/tests/fq/mem_alloc test_scheduling.py.TestSchedule.test_skip_busy[kikimr0]
92-
ydb/tests/fq/multi_plane test_retry_high_rate.py.TestRetry.test_high_rate[kikimr0]
93100
ydb/tests/fq/s3 test_bindings_0.py.TestBindings.test_modify_connection_with_a_lot_of_bindings[v2-kikimr_settings0-client0]
94101
ydb/tests/fq/yds test_2_selects_limit.py.TestSelectLimit.test_select_same[v1]
95102
ydb/tests/fq/yds test_2_selects_limit.py.TestSelectLimit.test_select_sequence[v1]
@@ -99,10 +106,12 @@ ydb/tests/fq/yds test_recovery.py.TestRecovery.test_ic_disconnection
99106
ydb/tests/fq/yds test_select_limit_db_id.py.TestSelectLimitWithDbId.test_select_same_with_id[v1-mvp_external_ydb_endpoint0]
100107
ydb/tests/fq/yds test_yds_bindings.py.TestBindings.test_yds_insert[v1]
101108
ydb/tests/functional/api test_discovery.py.TestDiscoveryExtEndpoint.test_scenario
109+
ydb/tests/functional/api test_read_table.py.TestReadTableTruncatedResults.test_truncated_results[async_read_table]
102110
ydb/tests/functional/bridge test_discovery.py.TestDiscovery.test_update_piles
103111
ydb/tests/functional/config test_distconf.py.TestDistConfWithAuth.test_auth_v2_initialization
104112
ydb/tests/functional/hive test_drain.py.TestHive.test_drain_on_stop
105113
ydb/tests/functional/postgresql test_postgres.py.TestPostgresSuite.test_postgres_suite[select_1]
114+
ydb/tests/functional/restarts test_restarts.py.TestRestartClusterMirror3DC.test_when_create_many_tablets_and_restart_cluster_then_every_thing_is_ok
106115
ydb/tests/functional/serverless test_serverless.py.test_database_with_disk_quotas[enable_alter_database_create_hive_first--false]
107116
ydb/tests/functional/serverless test_serverless.py.test_database_with_disk_quotas[enable_alter_database_create_hive_first--true]
108117
ydb/tests/functional/sqs/cloud test_yandex_cloud_mode.py.TestSqsYandexCloudMode.test_dlq_mechanics_in_cloud[tables_format_v1-tables_format_v0-std]
@@ -125,6 +134,7 @@ ydb/tests/olap/scenario test_alter_compression.py.TestAlterCompression.test[alte
125134
ydb/tests/olap/scenario test_alter_tiering.py.TestAlterTiering.test[many_tables]
126135
ydb/tests/olap/scenario test_insert.py.TestInsert.test[read_data_during_bulk_upsert]
127136
ydb/tests/olap/scenario test_insert.py.TestInsert.test_multi[read_data_during_bulk_upsert]
137+
ydb/tests/stress/kafka/tests test_kafka_streams.py.TestYdbTopicWorkload.test
128138
ydb/tests/stress/olap_workload/tests py3test.sole chunk
129139
ydb/tests/stress/olap_workload/tests test_workload.py.TestYdbWorkload.test
130140
ydb/tests/stress/reconfig_state_storage_workload/tests test_board_workload.py.TestReconfigStateStorageBoardWorkload.test_state_storage_board

0 commit comments

Comments
 (0)