diff --git a/.github/config/muted_ya.txt b/.github/config/muted_ya.txt index 8a30dcd3a102..5658f7ad79d5 100644 --- a/.github/config/muted_ya.txt +++ b/.github/config/muted_ya.txt @@ -2,9 +2,11 @@ ydb/core/blobstorage/dsproxy/ut TBlobStorageProxySequenceTest.TestBlock42PutWith ydb/core/blobstorage/dsproxy/ut_fat TBlobStorageProxyTest.TestBatchedPutRequestDoesNotContainAHugeBlob ydb/core/client/ut TClientTest.PromoteFollower ydb/core/client/ut TClientTest.ReadFromFollower +ydb/core/client/ut TFlatTest.AutoSplitBySize ydb/core/client/ut TFlatTest.AutoSplitMergeQueue ydb/core/cms/ut_sentinel_unstable * ydb/core/external_sources * +ydb/core/http_proxy/ut/inside_ydb_ut TestHttpProxy.TestChangeMessageVisibilityBatch ydb/core/quoter/ut QuoterWithKesusTest.PrefetchCoefficient ydb/core/keyvalue/ut_trace TKeyValueTracingTest.* ydb/core/kqp/provider/ut KikimrIcGateway.TestLoadBasicSecretValueFromExternalDataSourceMetadata @@ -32,6 +34,9 @@ ydb/core/kqp/ut/service KqpQueryService.TableSink_OltpUpdate ydb/core/kqp/ut/service KqpService.CloseSessionsWithLoad ydb/core/kqp/ut/service [38/50]* ydb/core/kqp/ut/service KqpQueryService.TableSink_OltpReplace+HasSecondaryIndex +ydb/core/kqp/ut/spilling KqpScanSpilling.HandleErrorsCorrectly +ydb/core/mind/hive/ut THiveTest.TestHiveBalancerNodeRestarts +ydb/core/persqueue/ut TPQTest.TestReadAndDeleteConsumer ydb/core/persqueue/ut [37/40] chunk chunk ydb/core/persqueue/ut [38/40] chunk chunk ydb/core/persqueue/ut TPQTest.*DirectRead* @@ -40,6 +45,7 @@ ydb/core/persqueue/ut/ut_with_sdk TopicAutoscaling.PartitionSplit_ManySession_ex ydb/core/persqueue/ut/ut_with_sdk TopicAutoscaling.PartitionSplit_ReadNotEmptyPartitions_AutoscaleAwareSDK ydb/core/persqueue/ut/ut_with_sdk TopicAutoscaling.PartitionSplit_ReadNotEmptyPartitions_BeforeAutoscaleAwareSDK ydb/core/persqueue/ut/ut_with_sdk TopicAutoscaling.ReadingAfterSplitTest_PreferedPartition_AutoscaleAwareSDK +ydb/core/persqueue/ut/ut_with_sdk TopicAutoscaling.ReadFromTimestamp_AutoscaleAwareSDK ydb/core/persqueue/ut/ut_with_sdk [4/10] chunk chunk ydb/core/persqueue/ut/ut_with_sdk [6/10] chunk chunk ydb/core/persqueue/ut/ut_with_sdk [7/10] chunk chunk @@ -56,6 +62,8 @@ ydb/core/viewer/ut Viewer.TabletMergingPacked ydb/library/actors/http/ut HttpProxy.TooLongHeader ydb/library/actors/http/ut sole* ydb/library/yql/providers/generic/connector/tests/datasource/ydb* * +ydb/library/yql/tests/sql/hybrid_file/part2 test.py.test[bigdate-table_int_cast-default.txt-Debug] +ydb/library/yql/tests/sql/hybrid_file/part7 test.py.test[bigdate-table_arithmetic_mul_div-default.txt-Debug] ydb/public/lib/ydb_cli/topic/ut TTopicReaderTests.TestRun_ReadOneMessage ydb/public/sdk/cpp/client/ydb_persqueue_core/ut RetryPolicy.TWriteSession_TestBrokenPolicy ydb/public/sdk/cpp/client/ydb_persqueue_core/ut [9/10] chunk chunk @@ -96,6 +104,10 @@ ydb/tests/fq/multi_plane * ydb/tests/fq/plans test_stats_mode.py.TestStatsMode.test_mode[v1-STATS_MODE_FULL-client0] ydb/tests/fq/yds * ydb/tests/fq/control_plane_storage * +ydb/tests/fq/s3 test_bindings_1.py.TestBindings.test_pg_binding[v2-client0] +ydb/tests/fq/s3 test_bindings_1.py.TestBindings.test_count_for_pg_binding[v2-pg_syntax-client0] +ydb/tests/fq/s3 test_format_setting.py.TestS3.test_precompute_with_pg_binding[v2-pg_types-pg_syntax-client0] +ydb/tests/fq/pq_async_io TDqPqReadActorTest.LoadCorruptedState ydb/tests/functional/audit * ydb/tests/functional/blobstorage test_replication.py.TestReplicationAfterNodesRestart.test_replication* ydb/tests/functional/kqp/kqp_indexes ConsistentIndexRead.InteractiveTx @@ -106,7 +118,9 @@ ydb/tests/functional/tenants test_dynamic_tenants.py.* ydb/tests/functional/tenants test_storage_config.py.TestStorageConfig.* ydb/tests/functional/tenants test_tenants.py.* ydb/tests/functional/ydb_cli test_ydb_impex.py.TestImpex.test_big_dataset* +ydb/tests/functional/suite_tests test_postgres.py.TestPGSQL.test_sql_suite[plan-jointest/join2.test] ydb/tests/tools/pq_read/test test_timeout.py.TestTimeout.test_timeout ydb/core/kqp/ut/olap KqpDecimalColumnShard.TestFilterCompare ydb/core/kqp/ut/olap KqpDecimalColumnShard.TestAggregation +ydb/core/kqp/ut/olap KqpOlapSysView.StatsSysViewBytesDictStatActualization ydb/tests/functional/rename [test_rename.py */10] chunk chunk diff --git a/ydb/library/actors/core/actor.h b/ydb/library/actors/core/actor.h index 504335fa6a3d..0b10c9677d10 100644 --- a/ydb/library/actors/core/actor.h +++ b/ydb/library/actors/core/actor.h @@ -1,5 +1,6 @@ #pragma once + #include "actorsystem.h" #include "event.h" #include "executor_thread.h" diff --git a/ydb/library/yql/utils/backtrace/backtrace.h b/ydb/library/yql/utils/backtrace/backtrace.h index cd843d8cb419..466d26d35997 100644 --- a/ydb/library/yql/utils/backtrace/backtrace.h +++ b/ydb/library/yql/utils/backtrace/backtrace.h @@ -1,5 +1,6 @@ #pragma once + #include #include #include