@@ -22,6 +22,7 @@ ydb/core/kqp/ut/indexes KqpMultishardIndex.WriteIntoRenamingAsyncIndex
2222ydb/core/kqp/ut/olap KqpOlapSysView.StatsSysViewTable
2323ydb/core/kqp/ut/opt KqpKv.ReadRows_TimeoutCancelsReads
2424ydb/core/kqp/ut/query KqpAnalyze.AnalyzeTable+ColumnStore
25+ ydb/core/kqp/ut/query KqpStats.OneShardNonLocalExec+UseSink
2526ydb/core/kqp/ut/query KqpStats.OneShardNonLocalExec-UseSink
2627ydb/core/kqp/ut/scheme KqpOlapScheme.AddPgColumnWithStore
2728ydb/core/persqueue/ut TPQTest.TestPartitionWriteQuota
@@ -32,13 +33,15 @@ ydb/core/statistics/aggregator/ut AnalyzeColumnshard.AnalyzeRebootColumnShard
3233ydb/core/statistics/service/ut BasicStatistics.NotFullStatisticsDatashard
3334ydb/core/transfer/ut/large TransferLarge.Transfer100KM_10P_LocalRead_TopicAutoPartitioning
3435ydb/core/transfer/ut/large TransferLarge.Transfer100KM_10P_RowTable_TopicAutoPartitioning
35- ydb/core/tx/schemeshard/ut_export_reboots_s3 TExportToS3WithRebootsTests.ShouldSucceedOnSingleShardTableWithUniqueIndex
36- ydb/core/tx/schemeshard/ut_export_reboots_s3 unittest.[*/*] chunk
3736ydb/core/tx/schemeshard/ut_login_large TSchemeShardLoginLargeTest.RemoveLogin_Many
3837ydb/core/tx/schemeshard/ut_split_merge_reboots TSchemeShardSplitTestReboots.SplitWithTxInFlightWithReboots
3938ydb/core/tx/schemeshard/ut_vector_index_build_reboots VectorIndexBuildTestReboots.BaseCase+Prefixed[PipeResets]
4039ydb/core/tx/schemeshard/ut_vector_index_build_reboots VectorIndexBuildTestReboots.BaseCase+Prefixed[TabletReboots]
4140ydb/core/tx/schemeshard/ut_vector_index_build_reboots VectorIndexBuildTestReboots.BaseCase-Prefixed[TabletReboots]
41+ ydb/core/tx/schemeshard/ut_vector_index_build_reboots VectorIndexBuildTestReboots.OverlapPipeResets+Prefixed
42+ ydb/core/tx/schemeshard/ut_vector_index_build_reboots VectorIndexBuildTestReboots.PrefixedOverlapRebootsBucket2
43+ ydb/core/tx/schemeshard/ut_vector_index_build_reboots VectorIndexBuildTestReboots.PrefixedOverlapRebootsBucket3
44+ ydb/core/tx/schemeshard/ut_vector_index_build_reboots VectorIndexBuildTestReboots.PrefixedOverlapRebootsBucket4
4245ydb/core/tx/schemeshard/ut_vector_index_build_reboots unittest.[*/*] chunk
4346ydb/core/viewer/tests test.py.test_topic_data
4447ydb/core/viewer/tests test.py.test_topic_data_cdc
@@ -66,7 +69,6 @@ ydb/library/yql/providers/generic/connector/tests/datasource/ydb test.py.test_se
6669ydb/library/yql/providers/generic/connector/tests/datasource/ydb test.py.test_select_positive[unsupported_types-kqprun]
6770ydb/public/sdk/cpp/src/client/topic/ut/with_direct_read_ut TxUsage.Write_Only_Big_Messages_In_Wide_Transactions_Query
6871ydb/public/sdk/cpp/src/client/topic/ut/with_direct_read_ut unittest.[*/*] chunk
69- ydb/public/sdk/cpp/tests/integration/sessions_pool YdbSdkSessionsPool.StressTestSync/1
7072ydb/services/persqueue_v1/ut TPersQueueTest.Cache
7173ydb/services/persqueue_v1/ut TPersQueueTest.CacheHead
7274ydb/services/persqueue_v1/ut TPersQueueTest.LOGBROKER_7820
@@ -87,6 +89,7 @@ ydb/tests/compatibility test_statistics.py.TestStatisticsTLI.test_statistics_tli
8789ydb/tests/compatibility test_stress.py.TestStress.test_tpch1[mixed_current_and_prestable-25-3-row]
8890ydb/tests/compatibility test_stress.py.TestStress.test_tpch1[mixed_prestable-25-3-row]
8991ydb/tests/compatibility test_stress.py.TestStress.test_tpch1[mixed_prestable-25-3_and_stable-25-2-1-row]
92+ ydb/tests/compatibility test_topic.py.TestTopicRollingUpdate.test_write_and_read[rolling_stable-25-2-1_to_prestable-25-3]
9093ydb/tests/compatibility test_workload_manager.py.TestWorkloadManagerRestartToAnotherVersion.test_workload_manager_version_upgrade[restart_stable-25-2-1_to_prestable-25-3]
9194ydb/tests/compatibility/olap test_rename_table.py.TestRenameTableRollingUpdate.test_rename_table[rolling_prestable-25-3_to_current]
9295ydb/tests/compatibility/olap test_rename_table.py.TestRenameTableRollingUpdate.test_rename_table[rolling_stable-25-2-1_to_prestable-25-3]
@@ -127,5 +130,4 @@ ydb/tests/stress/kafka/tests test_kafka_streams.py.TestYdbTopicWorkload.test
127130ydb/tests/stress/olap_workload/tests py3test.sole chunk
128131ydb/tests/stress/olap_workload/tests test_workload.py.TestYdbWorkload.test
129132ydb/tests/stress/reconfig_state_storage_workload/tests test_board_workload.py.TestReconfigStateStorageBoardWorkload.test_state_storage_board
130- ydb/tests/stress/reconfig_state_storage_workload/tests test_state_storage_workload.py.TestReconfigStateStorageWorkload.test_state_storage
131133ydb/tools/stress_tool/ut TDeviceTestTool.PDiskTestLogWrite
0 commit comments