@@ -20,6 +20,7 @@ ydb/core/kqp/ut/cost KqpCost.OlapWriteRow
20
20
ydb/core/kqp/ut/federated_query/s3 sole chunk chunk
21
21
ydb/core/kqp/ut/olap KqpDecimalColumnShard.TestAggregation
22
22
ydb/core/kqp/ut/olap KqpOlapDelete.DeleteWithDiffrentTypesPKColumns-isStream
23
+ ydb/core/kqp/ut/olap KqpOlapDictionary.DifferentPages
23
24
ydb/core/kqp/ut/olap KqpOlapJson.CompactionVariants
24
25
ydb/core/kqp/ut/olap KqpOlapJson.DuplicationCompactionVariants
25
26
ydb/core/kqp/ut/olap KqpOlapJson.SwitchAccessorCompactionVariants
@@ -32,6 +33,8 @@ ydb/core/kqp/ut/query KqpExplain.CreateTableAs+Stats
32
33
ydb/core/kqp/ut/query KqpExplain.CreateTableAs-Stats
33
34
ydb/core/kqp/ut/query KqpStats.DeferredEffects+UseSink
34
35
ydb/core/kqp/ut/query KqpStats.SysViewClientLost
36
+ ydb/core/kqp/ut/runtime KqpScanSpilling.HandleErrorsCorrectly
37
+ ydb/core/kqp/ut/runtime KqpScanSpilling.SpillingInRuntimeNodes-EnabledSpilling
35
38
ydb/core/kqp/ut/scheme KqpOlapScheme.TenThousandColumns
36
39
ydb/core/kqp/ut/scheme [*/*] chunk chunk
37
40
ydb/core/kqp/ut/service [*/*] chunk chunk
@@ -47,6 +50,7 @@ ydb/core/viewer/tests test.py.test_transfer_describe
47
50
ydb/core/viewer/ut Viewer.TabletMerging
48
51
ydb/core/viewer/ut Viewer.TabletMergingPacked
49
52
ydb/library/actors/interconnect/ut_fat InterconnectZcLocalOp.ZcDisabledAfterHiddenCopy
53
+ ydb/library/actors/interconnect/ut_fat InterconnectZcLocalOp.ZcIsDisabledByDefault
50
54
ydb/library/actors/interconnect/ut_huge_cluster HugeCluster.AllToAll
51
55
ydb/library/actors/interconnect/ut_huge_cluster sole chunk chunk
52
56
ydb/library/yaml_config/ut_transform test_transform.py.TestYamlConfigTransformations.test_basic[args1-dump_ds_init]
@@ -61,7 +65,6 @@ ydb/services/ydb/sdk_sessions_ut [*/*] chunk chunk
61
65
ydb/services/ydb/table_split_ut [*/*] chunk chunk
62
66
ydb/services/ydb/ut YdbLogStore.AlterLogTable
63
67
ydb/tests/compatibility sole chunk chunk
64
- ydb/tests/compatibility test_compatibility.py.TestCompatibility.test_simple[current_to_last_stable-column]
65
68
ydb/tests/compatibility test_compatibility.py.TestCompatibility.test_simple[last_stable_to_current-column]
66
69
ydb/tests/compatibility test_compatibility.py.TestCompatibility.test_simple[last_stable_to_current_mixed-column]
67
70
ydb/tests/compatibility test_compatibility.py.TestCompatibility.test_tpch1[current_to_current-row]
@@ -72,12 +75,15 @@ ydb/tests/compatibility test_compatibility.py.TestCompatibility.test_tpch1[last_
72
75
ydb/tests/compatibility test_compatibility.py.TestCompatibility.test_tpch1[last_stable_to_current_mixed-column]
73
76
ydb/tests/compatibility test_compatibility.py.TestCompatibility.test_tpch1[last_stable_to_current_mixed-row]
74
77
ydb/tests/compatibility test_followers.py.TestFollowersCompatibility.test_followers_compatability
78
+ ydb/tests/compatibility test_stress.py.TestStress.test_kv[current_and_last_stable-column]
75
79
ydb/tests/compatibility test_stress.py.TestStress.test_kv[mixed-column]
76
80
ydb/tests/compatibility test_stress.py.TestStress.test_log[current-column]
81
+ ydb/tests/compatibility test_stress.py.TestStress.test_log[current_and_last_stable-column]
77
82
ydb/tests/compatibility test_stress.py.TestStress.test_log[mixed-column]
78
83
ydb/tests/compatibility test_stress.py.TestStress.test_log[mixed-row]
79
- ydb/tests/compatibility test_stress.py.TestStress.test_tpch1[current-column]
80
84
ydb/tests/compatibility test_stress.py.TestStress.test_tpch1[current-row]
85
+ ydb/tests/compatibility test_stress.py.TestStress.test_tpch1[current_and_last_stable-column]
86
+ ydb/tests/compatibility test_stress.py.TestStress.test_tpch1[current_and_last_stable-row]
81
87
ydb/tests/compatibility test_stress.py.TestStress.test_tpch1[last_stable-column]
82
88
ydb/tests/compatibility test_stress.py.TestStress.test_tpch1[last_stable-row]
83
89
ydb/tests/compatibility test_stress.py.TestStress.test_tpch1[mixed-column]
0 commit comments