Skip to content

Commit c9d166e

Browse files
authored
Recanonize test_postgres.py (#11533)
1 parent 8fb382c commit c9d166e

File tree

5 files changed

+8
-79
lines changed

5 files changed

+8
-79
lines changed

.github/config/muted_ya.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ ydb/tests/functional/restarts test_restarts.py.TestRestartSingleBlock42.test_res
156156
ydb/tests/functional/serializable test.py.test_local
157157
ydb/tests/functional/serverless test_serverless.py.test_database_with_disk_quotas[enable_alter_database_create_hive_first--false]
158158
ydb/tests/functional/serverless test_serverless.py.test_database_with_disk_quotas[enable_alter_database_create_hive_first--true]
159-
ydb/tests/functional/suite_tests test_postgres.py.TestPGSQL.test_sql_suite[plan-jointest/join2.test]
160159
ydb/tests/functional/tenants test_dynamic_tenants.py.test_create_and_drop_tenants[enable_alter_database_create_hive_first--false]
161160
ydb/tests/functional/tenants test_dynamic_tenants.py.test_create_and_drop_tenants[enable_alter_database_create_hive_first--true]
162161
ydb/tests/functional/tenants test_dynamic_tenants.py.test_create_and_drop_the_same_tenant2[enable_alter_database_create_hive_first--false]

ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_2.plan

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,8 @@
2929
"PlanNodeType": "Connection",
3030
"Plans": [
3131
{
32-
"Node Type": "TopSort-TopSort",
32+
"Node Type": "TopSort",
3333
"Operators": [
34-
{
35-
"Inputs": [
36-
{
37-
"InternalOperatorId": 1
38-
},
39-
{
40-
"ExternalPlanNodeId": 5
41-
}
42-
],
43-
"Limit": "1001",
44-
"Name": "TopSort",
45-
"TopSortBy": "argument.s2.name"
46-
},
4734
{
4835
"Inputs": [
4936
{

ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_3.plan

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,8 @@
2929
"PlanNodeType": "Connection",
3030
"Plans": [
3131
{
32-
"Node Type": "TopSort-TopSort",
32+
"Node Type": "TopSort",
3333
"Operators": [
34-
{
35-
"Inputs": [
36-
{
37-
"InternalOperatorId": 1
38-
},
39-
{
40-
"ExternalPlanNodeId": 5
41-
}
42-
],
43-
"Limit": "1001",
44-
"Name": "TopSort",
45-
"TopSortBy": "argument.s2.name"
46-
},
4734
{
4835
"Inputs": [
4936
{

ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_7.plan

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,8 @@
2929
"PlanNodeType": "Connection",
3030
"Plans": [
3131
{
32-
"Node Type": "TopSort-TopSort",
32+
"Node Type": "TopSort",
3333
"Operators": [
34-
{
35-
"Inputs": [
36-
{
37-
"InternalOperatorId": 1
38-
},
39-
{
40-
"ExternalPlanNodeId": 5
41-
}
42-
],
43-
"Limit": "1001",
44-
"Name": "TopSort",
45-
"TopSortBy": ""
46-
},
4734
{
4835
"Inputs": [
4936
{

ydb/tests/functional/suite_tests/canondata/test_postgres.TestPGSQL.test_sql_suite_plan-jointest_join2.test_/query_8.plan

Lines changed: 5 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -29,52 +29,21 @@
2929
"PlanNodeType": "Connection",
3030
"Plans": [
3131
{
32-
"Node Type": "TopSort-Filter-TopSort-Filter",
32+
"Node Type": "TopSort-Filter",
3333
"Operators": [
3434
{
3535
"Inputs": [
3636
{
37-
"InternalOperatorId": 2
37+
"InternalOperatorId": 1
3838
},
3939
{
40-
"InternalOperatorId": 3
40+
"InternalOperatorId": 1
4141
},
4242
{
43-
"InternalOperatorId": 3
43+
"InternalOperatorId": 1
4444
},
4545
{
46-
"InternalOperatorId": 3
47-
},
48-
{
49-
"InternalOperatorId": 3
50-
}
51-
],
52-
"Limit": "1001",
53-
"Name": "TopSort",
54-
"TopSortBy": ""
55-
},
56-
{
57-
"Inputs": [
58-
{
59-
"ExternalPlanNodeId": 5
60-
}
61-
],
62-
"Name": "Filter",
63-
"Predicate": "Exist(item.y.y2)"
64-
},
65-
{
66-
"Inputs": [
67-
{
68-
"InternalOperatorId": 3
69-
},
70-
{
71-
"InternalOperatorId": 3
72-
},
73-
{
74-
"InternalOperatorId": 3
75-
},
76-
{
77-
"InternalOperatorId": 3
46+
"InternalOperatorId": 1
7847
}
7948
],
8049
"Limit": "1001",

0 commit comments

Comments
 (0)