Skip to content

Commit 4a798ca

Browse files
pashandor789Pavel Ivanov
and
Pavel Ivanov
authored
[KQP] test flip fix (#17887)
Co-authored-by: Pavel Ivanov <pudge1000-7@qavm-9f0570a4.qemu>
1 parent 1b7b16b commit 4a798ca

File tree

533 files changed

+1684
-1684
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

533 files changed

+1684
-1684
lines changed

.github/config/muted_ya.txt

-3
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ ydb/tests/functional/rename [test_rename.py */*] chunk chunk
102102
ydb/tests/functional/serializable sole chunk chunk
103103
ydb/tests/functional/serverless test_serverless.py.test_database_with_disk_quotas[enable_alter_database_create_hive_first--false]
104104
ydb/tests/functional/serverless test_serverless.py.test_database_with_disk_quotas[enable_alter_database_create_hive_first--true]
105-
ydb/tests/functional/suite_tests [test_sql_logic.py */*] chunk chunk
106-
ydb/tests/functional/suite_tests test_postgres.py.TestPGSQL.test_sql_suite[plan-jointest/join2.test]
107-
ydb/tests/functional/suite_tests test_sql_logic.py.TestSQLLogic.test_sql_suite[results-select2-1.test]
108105
ydb/tests/functional/tenants test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false]
109106
ydb/tests/functional/tenants test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--true]
110107
ydb/tests/functional/tenants test_tenants.py.TestTenants.test_create_drop_create_table3[enable_alter_database_create_hive_first--false]

ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_coalesce-and-join.test_/query_1.plan

+10-10
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"PlanNodeType": "Connection",
3030
"Plans": [
3131
{
32-
"CTE Name": "precompute_1_0",
32+
"CTE Name": "precompute",
3333
"Node Type": "TopSort-LeftJoin (MapJoin)-ConstantExpr",
3434
"Operators": [
3535
{
@@ -57,7 +57,7 @@
5757
{
5858
"Inputs": [],
5959
"Name": "ToFlow",
60-
"ToFlow": "precompute_1_0"
60+
"ToFlow": "precompute"
6161
}
6262
],
6363
"PlanNodeId": 20,
@@ -98,7 +98,7 @@
9898
"PlanNodeType": "Connection",
9999
"Plans": [
100100
{
101-
"CTE Name": "precompute_1_0",
101+
"CTE Name": "precompute",
102102
"Node Type": "ConstantExpr-Aggregate",
103103
"Operators": [
104104
{
@@ -111,7 +111,7 @@
111111
"Name": "Iterator"
112112
},
113113
{
114-
"Input": "precompute_1_0",
114+
"Input": "precompute",
115115
"Inputs": [],
116116
"Name": "PartitionByKey"
117117
}
@@ -152,7 +152,7 @@
152152
"PlanNodeType": "Connection",
153153
"Plans": [
154154
{
155-
"CTE Name": "precompute_0_0",
155+
"CTE Name": "precompute",
156156
"Node Type": "LeftJoin (MapJoin)-ConstantExpr",
157157
"Operators": [
158158
{
@@ -170,7 +170,7 @@
170170
{
171171
"Inputs": [],
172172
"Name": "ToFlow",
173-
"ToFlow": "precompute_0_0"
173+
"ToFlow": "precompute"
174174
}
175175
],
176176
"PlanNodeId": 11,
@@ -211,7 +211,7 @@
211211
"PlanNodeType": "Connection",
212212
"Plans": [
213213
{
214-
"CTE Name": "precompute_0_0",
214+
"CTE Name": "precompute",
215215
"Node Type": "ConstantExpr-Aggregate",
216216
"Operators": [
217217
{
@@ -224,7 +224,7 @@
224224
"Name": "Iterator"
225225
},
226226
{
227-
"Input": "precompute_0_0",
227+
"Input": "precompute",
228228
"Inputs": [],
229229
"Name": "PartitionByKey"
230230
}
@@ -245,7 +245,7 @@
245245
]
246246
}
247247
],
248-
"Subplan Name": "CTE precompute_1_0"
248+
"Subplan Name": "CTE precompute"
249249
},
250250
{
251251
"Node Type": "Precompute_0",
@@ -298,7 +298,7 @@
298298
]
299299
}
300300
],
301-
"Subplan Name": "CTE precompute_0_0"
301+
"Subplan Name": "CTE precompute"
302302
}
303303
],
304304
"Stats": {

ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_coalesce-and-join.test_/query_2.plan

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"PlanNodeType": "Connection",
3030
"Plans": [
3131
{
32-
"CTE Name": "precompute_0_0",
32+
"CTE Name": "precompute",
3333
"Node Type": "TopSort-LeftJoin (MapJoin)-ConstantExpr",
3434
"Operators": [
3535
{
@@ -57,7 +57,7 @@
5757
{
5858
"Inputs": [],
5959
"Name": "ToFlow",
60-
"ToFlow": "precompute_0_0"
60+
"ToFlow": "precompute"
6161
}
6262
],
6363
"PlanNodeId": 11,
@@ -98,7 +98,7 @@
9898
"PlanNodeType": "Connection",
9999
"Plans": [
100100
{
101-
"CTE Name": "precompute_0_0",
101+
"CTE Name": "precompute",
102102
"Node Type": "ConstantExpr-Aggregate",
103103
"Operators": [
104104
{
@@ -111,7 +111,7 @@
111111
"Name": "Iterator"
112112
},
113113
{
114-
"Input": "precompute_0_0",
114+
"Input": "precompute",
115115
"Inputs": [],
116116
"Name": "PartitionByKey"
117117
}
@@ -187,7 +187,7 @@
187187
]
188188
}
189189
],
190-
"Subplan Name": "CTE precompute_0_0"
190+
"Subplan Name": "CTE precompute"
191191
}
192192
],
193193
"Stats": {

ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_coalesce-and-join.test_/query_3.plan

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"PlanNodeType": "Connection",
3030
"Plans": [
3131
{
32-
"CTE Name": "precompute_0_0",
32+
"CTE Name": "precompute",
3333
"Node Type": "TopSort-LeftJoin (MapJoin)-ConstantExpr",
3434
"Operators": [
3535
{
@@ -57,7 +57,7 @@
5757
{
5858
"Inputs": [],
5959
"Name": "ToFlow",
60-
"ToFlow": "precompute_0_0"
60+
"ToFlow": "precompute"
6161
}
6262
],
6363
"PlanNodeId": 11,
@@ -99,7 +99,7 @@
9999
"PlanNodeType": "Connection",
100100
"Plans": [
101101
{
102-
"CTE Name": "precompute_0_0",
102+
"CTE Name": "precompute",
103103
"Node Type": "ConstantExpr-Aggregate",
104104
"Operators": [
105105
{
@@ -112,7 +112,7 @@
112112
"Name": "Iterator"
113113
},
114114
{
115-
"Input": "precompute_0_0",
115+
"Input": "precompute",
116116
"Inputs": [],
117117
"Name": "PartitionByKey"
118118
}
@@ -186,7 +186,7 @@
186186
]
187187
}
188188
],
189-
"Subplan Name": "CTE precompute_0_0"
189+
"Subplan Name": "CTE precompute"
190190
}
191191
],
192192
"Stats": {

ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_coalesce-and-join.test_/query_4.plan

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"PlanNodeType": "Connection",
3030
"Plans": [
3131
{
32-
"CTE Name": "precompute_0_0",
32+
"CTE Name": "precompute",
3333
"Node Type": "TopSort-LeftJoin (MapJoin)-ConstantExpr",
3434
"Operators": [
3535
{
@@ -57,7 +57,7 @@
5757
{
5858
"Inputs": [],
5959
"Name": "ToFlow",
60-
"ToFlow": "precompute_0_0"
60+
"ToFlow": "precompute"
6161
}
6262
],
6363
"PlanNodeId": 11,
@@ -98,7 +98,7 @@
9898
"PlanNodeType": "Connection",
9999
"Plans": [
100100
{
101-
"CTE Name": "precompute_0_0",
101+
"CTE Name": "precompute",
102102
"Node Type": "ConstantExpr-Aggregate",
103103
"Operators": [
104104
{
@@ -111,7 +111,7 @@
111111
"Name": "Iterator"
112112
},
113113
{
114-
"Input": "precompute_0_0",
114+
"Input": "precompute",
115115
"Inputs": [],
116116
"Name": "PartitionByKey"
117117
}
@@ -187,7 +187,7 @@
187187
]
188188
}
189189
],
190-
"Subplan Name": "CTE precompute_0_0"
190+
"Subplan Name": "CTE precompute"
191191
}
192192
],
193193
"Stats": {

ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join-group-by-with-null.test_/query_2.plan

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"PlanNodeType": "Connection",
6363
"Plans": [
6464
{
65-
"CTE Name": "precompute_0_0",
65+
"CTE Name": "precompute",
6666
"Node Type": "Aggregate-LeftJoin (MapJoin)-ConstantExpr",
6767
"Operators": [
6868
{
@@ -91,7 +91,7 @@
9191
{
9292
"Inputs": [],
9393
"Name": "ToFlow",
94-
"ToFlow": "precompute_0_0"
94+
"ToFlow": "precompute"
9595
}
9696
],
9797
"PlanNodeId": 11,
@@ -132,7 +132,7 @@
132132
"PlanNodeType": "Connection",
133133
"Plans": [
134134
{
135-
"CTE Name": "precompute_0_0",
135+
"CTE Name": "precompute",
136136
"Node Type": "ConstantExpr-Aggregate",
137137
"Operators": [
138138
{
@@ -145,7 +145,7 @@
145145
"Name": "Iterator"
146146
},
147147
{
148-
"Input": "precompute_0_0",
148+
"Input": "precompute",
149149
"Inputs": [],
150150
"Name": "PartitionByKey"
151151
}
@@ -225,7 +225,7 @@
225225
]
226226
}
227227
],
228-
"Subplan Name": "CTE precompute_0_0"
228+
"Subplan Name": "CTE precompute"
229229
}
230230
],
231231
"Stats": {

0 commit comments

Comments
 (0)