@@ -42,6 +42,7 @@ ydb/core/sys_view/ut AuthSystemView.AuthUsers_Access
4242ydb/core/sys_view/ut SystemView.ShowCreateTableChangefeeds
4343ydb/core/transfer/ut/large TransferLarge.Transfer100KM_10P_LocalRead_TopicAutoPartitioning
4444ydb/core/transfer/ut/large TransferLarge.Transfer100KM_10P_RowTable_TopicAutoPartitioning
45+ ydb/core/tx/schemeshard/ut_export_reboots_s3 TExportToS3WithRebootsTests.CancelOnOnSingleTopic
4546ydb/core/tx/schemeshard/ut_export_reboots_s3 TExportToS3WithRebootsTests.CancelShouldSucceedOnSingleShardTableWithUniqueIndex
4647ydb/core/tx/schemeshard/ut_export_reboots_s3 unittest.[*/*] chunk
4748ydb/core/tx/schemeshard/ut_index TAsyncIndexTests.MergeBothWithReboots[TabletReboots]
@@ -51,16 +52,21 @@ ydb/core/tx/schemeshard/ut_index_build_reboots IndexBuildTestReboots.IndexPartit
5152ydb/core/tx/schemeshard/ut_index_build_reboots IndexBuildTestReboots.IndexPartitioningUniq
5253ydb/core/tx/schemeshard/ut_index_build_reboots unittest.[*/*] chunk
5354ydb/core/tx/schemeshard/ut_login_large TSchemeShardLoginLargeTest.RemoveLogin_Many
55+ ydb/core/tx/schemeshard/ut_move_reboots TSchemeShardMoveRebootsTest.WithData
56+ ydb/core/tx/schemeshard/ut_move_reboots TSchemeShardMoveRebootsTest.WithDataAndLocalDBBtreeIndex
57+ ydb/core/tx/schemeshard/ut_move_reboots TSchemeShardMoveRebootsTest.WithDataAndPersistentPartitionStats
5458ydb/core/tx/schemeshard/ut_restore TImportTests.ShouldSucceedOnManyTables
5559ydb/core/tx/schemeshard/ut_sequence_reboots TSequenceReboots.CreateSequencesWithIndexedTable
5660ydb/core/tx/schemeshard/ut_sequence_reboots unittest.[*/*] chunk
5761ydb/core/tx/schemeshard/ut_split_merge TSchemeShardSplitByLoad.ConcurrentSplitTransactionIgnored
5862ydb/core/tx/schemeshard/ut_split_merge TSchemeShardSplitByLoad.DuplicateSplitTransactionIgnored
63+ ydb/core/tx/schemeshard/ut_split_merge_reboots TSchemeShardSplitTestReboots.SplitWithTxInFlightWithReboots
5964ydb/core/tx/schemeshard/ut_vector_index_build_reboots VectorIndexBuildTestReboots.BaseCase+Prefixed[PipeResets]
6065ydb/core/tx/schemeshard/ut_vector_index_build_reboots VectorIndexBuildTestReboots.BaseCase+Prefixed[TabletReboots]
6166ydb/core/tx/schemeshard/ut_vector_index_build_reboots VectorIndexBuildTestReboots.BaseCase-Prefixed[PipeResets]
6267ydb/core/tx/schemeshard/ut_vector_index_build_reboots VectorIndexBuildTestReboots.BaseCase-Prefixed[TabletReboots]
6368ydb/core/tx/schemeshard/ut_vector_index_build_reboots unittest.[*/*] chunk
69+ ydb/core/viewer/tests test.py.TestViewer.test_security
6470ydb/core/viewer/tests test.py.TestViewer.test_topic_data
6571ydb/core/viewer/tests test.py.TestViewer.test_topic_data_cdc
6672ydb/core/viewer/ut Viewer.TabletMerging
@@ -94,10 +100,12 @@ ydb/services/persqueue_v1/ut TPersQueueTest.CacheHead
94100ydb/services/persqueue_v1/ut TPersQueueTest.LOGBROKER_7820
95101ydb/services/persqueue_v1/ut TPersQueueTest.TopicServiceCommitOffset
96102ydb/services/persqueue_v1/ut unittest.[*/*] chunk
103+ ydb/services/persqueue_v1/ut/new_schemecache_ut TPersQueueNewSchemeCacheTest.TestReadAtTimestamp_3
97104ydb/services/ydb/backup_ut BackupRestore.RestoreReplicationThatDoesNotUseSecret
98105ydb/services/ydb/ut TAuthenticationWithSqlExecution.CreateAlterUserWithHash
99106ydb/services/ydb/ut TGRpcAuthentication.NoConnectRights
100107ydb/services/ydb/ut TGRpcAuthentication.NoDescribeRights
108+ ydb/services/ydb/ut TGRpcAuthentication.ValidCredentials
101109ydb/services/ydb/ut YdbLogStore.AlterLogTable
102110ydb/tests/compatibility py3test.[test_statistics.py */*] chunk
103111ydb/tests/compatibility test_batch_operations.py.TestBatchOperations.test_batch_delete[rolling_stable-25-2-1_to_stable-25-3-1]
@@ -176,6 +184,9 @@ ydb/tests/compatibility test_followers.py.TestSecondaryIndexFollowers.test_secon
176184ydb/tests/compatibility test_followers.py.TestSecondaryIndexFollowers.test_secondary_index_followers[rolling_stable-25-2-1_to_stable-25-3-1-True]
177185ydb/tests/compatibility test_followers.py.TestSecondaryIndexFollowers.test_secondary_index_followers[rolling_stable-25-3-1_to_current-False]
178186ydb/tests/compatibility test_followers.py.TestSecondaryIndexFollowers.test_secondary_index_followers[rolling_stable-25-3-1_to_current-True]
187+ ydb/tests/compatibility test_infer_pdisk_expected_slot_count.py.TestUpgradeThenRollback.test_infer_pdisk_expected_slot_count[restart_stable-25-2-1_to_current]
188+ ydb/tests/compatibility test_infer_pdisk_expected_slot_count.py.TestUpgradeThenRollback.test_infer_pdisk_expected_slot_count[restart_stable-25-2-1_to_stable-25-3-1]
189+ ydb/tests/compatibility test_infer_pdisk_expected_slot_count.py.TestUpgradeThenRollback.test_infer_pdisk_expected_slot_count[restart_stable-25-3-1_to_current]
179190ydb/tests/compatibility test_kafka_topic.py.TestKafkaTopicMixedClusterFixture.test_workload[mixed_current_and_stable-25-3-1]
180191ydb/tests/compatibility test_kafka_topic.py.TestKafkaTopicMixedClusterFixture.test_workload[mixed_stable-25-3-1]
181192ydb/tests/compatibility test_kafka_topic.py.TestKafkaTopicMixedClusterFixture.test_workload[mixed_stable-25-3-1_and_stable-25-2-1]
@@ -336,6 +347,7 @@ ydb/tests/fq/yds test_2_selects_limit.py.TestSelectLimit.test_select_sequence[v1
336347ydb/tests/fq/yds test_mem_alloc.py.TestMemAlloc.test_hop_alloc[v1]
337348ydb/tests/fq/yds test_mem_alloc.py.TestMemAlloc.test_join_alloc[v1]
338349ydb/tests/fq/yds test_recovery.py.TestRecovery.test_ic_disconnection
350+ ydb/tests/fq/yds test_recovery_mz.py.TestRecovery.test_recovery[v1]
339351ydb/tests/fq/yds test_select_limit_db_id.py.TestSelectLimitWithDbId.test_select_same_with_id[v1-mvp_external_ydb_endpoint0]
340352ydb/tests/fq/yds test_yds_bindings.py.TestBindings.test_yds_insert[v1]
341353ydb/tests/functional/api test_discovery.py.TestDiscoveryExtEndpoint.test_scenario
@@ -464,4 +476,3 @@ ydb/tests/stress/log/tests test_workload.py.TestYdbLogWorkload.test[row]
464476ydb/tests/stress/olap_workload/tests py3test.sole chunk
465477ydb/tests/stress/olap_workload/tests test_workload.py.TestYdbWorkload.test
466478ydb/tools/stress_tool/ut TDeviceTestTool.PDiskTestLogWrite
467- ydb/core/blobstorage/ut_blobstorage GroupLayoutSanitizer.StressMirror3dc
0 commit comments