diff options
author | Ilnaz Nizametdinov <ilnaz@ydb.tech> | 2024-01-29 15:45:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-29 15:45:29 +0300 |
commit | 04c3f1c13b10986ac522030e869d903a93992b36 (patch) | |
tree | b7252dbcc73121a92cfa18503a66281d1cdb1e77 | |
parent | a108d4764281fa7b16511bb739171461bb0ab0c4 (diff) | |
download | ydb-04c3f1c13b10986ac522030e869d903a93992b36.tar.gz |
Mute some flaky tests (#1372)
-rw-r--r-- | .github/config/muted_ya.txt | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/.github/config/muted_ya.txt b/.github/config/muted_ya.txt index 97c82391f0..55b8a4fe81 100644 --- a/.github/config/muted_ya.txt +++ b/.github/config/muted_ya.txt @@ -8,11 +8,14 @@ ydb/core/blobstorage/ut_blobstorage VDiskAssimilation.Test ydb/core/blobstorage/ut_blobstorage [6/10]* ydb/core/blobstorage/ut_blobstorage/ut_read_only_vdisk ReadOnlyVDisk.TestStorageLoad ydb/core/client/ut TClientTest.PromoteFollower +ydb/core/client/ut TFlatTest.AutoSplitMergeQueue ydb/core/cms/ut_sentinel TSentinelTests.BSControllerCantChangeStatus ydb/core/persqueue/ut [31/40]* ydb/core/persqueue/ut TopicSplitMerge.PartitionSplit ydb/core/persqueue/ut TPersQueueMirrorer.TestBasicRemote ydb/core/quoter/ut QuoterWithKesusTest.PrefetchCoefficient +ydb/core/kafka_proxy/ut KafkaProtocol.CreatePartitionsScenario +ydb/core/kafka_proxy/ut KafkaProtocol.ProduceScenario ydb/core/kqp/provider/ut KikimrIcGateway.TestLoadBasicSecretValueFromExternalDataSourceMetadata ydb/core/kqp/ut/federated_query/generic * ydb/core/kqp/ut/olap * @@ -22,14 +25,20 @@ ydb/core/kqp/ut/scheme KqpOlapScheme.TenThousandColumns ydb/core/kqp/ut/scheme KqpScheme.QueryWithAlter ydb/core/kqp/ut/scheme [44/50]* ydb/core/kqp/ut/service KqpQueryService.ExecuteQueryPgTableSelect +ydb/core/kqp/ut/service KqpQueryService.QueryOnClosedSession +ydb/core/kqp/ut/service KqpService.CloseSessionsWithLoad +ydb/core/kqp/ut/service [38/50]* ydb/core/tx/columnshard/ut_schema TColumnShardTestSchema.ForgetAfterFail ydb/core/tx/columnshard/ut_schema TColumnShardTestSchema.RebootForgetAfterFail ydb/core/tx/columnshard/engines/ut * ydb/core/tx/coordinator/ut Coordinator.RestoreTenantConfiguration +ydb/core/tx/datashard/ut_change_exchange Cdc.InitialScanDebezium +ydb/core/tx/replication/ydb_proxy/ut YdbProxyTests.ReadTopic ydb/core/tx/schemeshard/ut_restore TImportTests.ShouldSucceedOnManyTables ydb/core/tx/schemeshard/ut_split_merge TSchemeShardSplitBySizeTest.Merge1KShards ydb/core/tx/tx_proxy/ut_ext_tenant TExtSubDomainTest.CreateTableInsideAndAlterDomainAndTable-AlterDatabaseCreateHiveFirst* ydb/core/tx/tx_proxy/ut_storage_tenant TStorageTenantTest.RemoveStoragePoolBeforeDroppingTablet +ydb/core/viewer/ut Viewer.TabletMerging ydb/library/actors/http/ut HttpProxy.TooLongHeader ydb/library/actors/http/ut sole* ydb/library/yql/providers/generic/connector/tests sole* @@ -39,8 +48,7 @@ ydb/library/yql/tests/sql/dq_file/part16 * ydb/library/yql/tests/sql/dq_file/part18 test.py.test[expr-cast_type_bind-default.txt-Analyze] ydb/public/sdk/cpp/client/ydb_topic/ut BasicUsage.WriteRead ydb/services/datastreams/ut DataStreams.TestReservedConsumersMetering -ydb/services/fq/ut_integration Yq_1.Basic_TaggedLiteral -ydb/services/fq/ut_integration Yq_1.CreateQuery_With_Idempotency +ydb/services/fq/ut_integration Yq_1.* ydb/services/persqueue_v1/ut TPersQueueTest.DirectRead* ydb/services/persqueue_v1/ut TPersQueueTest.UpdatePartitionLocation ydb/services/persqueue_v1/ut [3/10]* @@ -51,6 +59,7 @@ ydb/services/ydb/table_split_ut YdbTableSplit.SplitByLoadWithReadsMultipleSplits ydb/services/ydb/ut YdbOlapStore.LogPagingAfter-NotNull ydb/services/ydb/ut YdbQueryService.TestCreateAndAttachSession ydb/tests/fq/generic * +ydb/tests/fq/mem_alloc test_alloc_default.py.TestAlloc.test_node_limit[kikimr0] ydb/tests/fq/multi_plane test_dispatch.py.TestMapping.test_mapping ydb/tests/fq/multi_plane sole* ydb/tests/fq/restarts test_insert_restarts.py.TestS3.test_atomic_upload_commit* @@ -63,7 +72,7 @@ ydb/tests/functional/clickbench test.py.test_run_*column] ydb/tests/functional/kqp/kqp_query_session KqpQuerySession.NoLocalAttach ydb/tests/functional/postgresql test_postgres.py.TestPostgresSuite.test_postgres_suite* ydb/tests/functional/restarts test_restarts.py.* -ydb/tests/functional/serverless test_serverless.py.test_database_with_disk_quotas[enable_alter_database_create_hive_first--true] +ydb/tests/functional/serverless test_serverless.py.test_database_with_disk_quotas[enable_alter_database_create_hive_first--*] ydb/tests/functional/sqs/merge_split_common_table/fifo * ydb/tests/functional/sqs/merge_split_common_table/std * ydb/tests/functional/tenants test_dynamic_tenants.py.* |