Skip to content

Commit

Permalink
unmute ydb/tests/functional/clickbench (ydb-platform#9254) (ydb-platf…
Browse files Browse the repository at this point in the history
  • Loading branch information
zverevgeny authored Sep 19, 2024
1 parent 9e92eb1 commit 89eba5c
Show file tree
Hide file tree
Showing 44 changed files with 216 additions and 519 deletions.
1 change: 0 additions & 1 deletion .github/config/muted_ya.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ ydb/tests/fq/yds *
ydb/tests/fq/control_plane_storage *
ydb/tests/functional/audit *
ydb/tests/functional/blobstorage test_replication.py.TestReplicationAfterNodesRestart.test_replication*
ydb/tests/functional/clickbench test.py.test_plans[column]
ydb/tests/functional/kqp/kqp_indexes ConsistentIndexRead.InteractiveTx
ydb/tests/functional/kqp/kqp_query_session KqpQuerySession.NoLocalAttach
ydb/tests/functional/restarts test_restarts.py.*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
}
}
],
"Version": 5
"Version": 4
},
"Table": "clickbench/plans/column/hits"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
}
}
],
"Version": 5
"Version": 4
},
"Table": "clickbench/plans/column/hits"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
}
}
],
"Version": 5
"Version": 4
},
"Table": "clickbench/plans/column/hits"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
}
}
],
"Version": 5
"Version": 4
},
"Table": "clickbench/plans/column/hits"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,24 @@
"PlanNodeType": "Connection",
"Plans": [
{
"Node Type": "Filter-TableFullScan",
"Node Type": "Aggregate-Filter-TableFullScan",
"Operators": [
{
"Aggregation": "{_yql_agg_0: SUM(state._yql_agg_0,1)}",
"GroupBy": "item.SearchPhrase",
"Inputs": [
{
"InternalOperatorId": 1
}
],
"Name": "Aggregate"
},
{
"Inputs": [
{
"InternalOperatorId": 2
}
],
"Name": "Filter",
"Predicate": "SearchPhrase != "
},
Expand Down Expand Up @@ -133,7 +143,7 @@
}
}
],
"Version": 5
"Version": 4
},
"Table": "clickbench/plans/column/hits"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
}
}
],
"Version": 5
"Version": 4
},
"Table": "clickbench/plans/column/hits"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,24 @@
"PlanNodeType": "Connection",
"Plans": [
{
"Node Type": "Filter-TableFullScan",
"Node Type": "Aggregate-Filter-TableFullScan",
"Operators": [
{
"Aggregation": "{_yql_agg_0: SUM(state._yql_agg_0,1)}",
"GroupBy": "",
"Inputs": [
{
"InternalOperatorId": 1
}
],
"Name": "Aggregate"
},
{
"Inputs": [
{
"InternalOperatorId": 2
}
],
"Name": "Filter",
"Predicate": "SearchPhrase != "
},
Expand Down Expand Up @@ -138,7 +148,7 @@
}
}
],
"Version": 5
"Version": 4
},
"Table": "clickbench/plans/column/hits"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
}
}
],
"Version": 5
"Version": 4
},
"Table": "clickbench/plans/column/hits"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
}
}
],
"Version": 5
"Version": 4
},
"Table": "clickbench/plans/column/hits"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
}
}
],
"Version": 5
"Version": 4
},
"Table": "clickbench/plans/column/hits"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
}
}
],
"Version": 5
"Version": 4
},
"Table": "clickbench/plans/column/hits"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
}
}
],
"Version": 5
"Version": 4
},
"Table": "clickbench/plans/column/hits"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
}
}
],
"Version": 5
"Version": 4
},
"Table": "clickbench/plans/column/hits"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
}
}
],
"Version": 5
"Version": 4
},
"Table": "clickbench/plans/column/hits"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,24 @@
"PlanNodeType": "Connection",
"Plans": [
{
"Node Type": "Filter-TableFullScan",
"Node Type": "Aggregate-Filter-TableFullScan",
"Operators": [
{
"Aggregation": "{_yql_agg_0: SUM(state._yql_agg_0,1),_yql_agg_1: MIN(item.URL,state._yql_agg_1)}",
"GroupBy": "item.SearchPhrase",
"Inputs": [
{
"InternalOperatorId": 1
}
],
"Name": "Aggregate"
},
{
"Inputs": [
{
"InternalOperatorId": 2
}
],
"Name": "Filter",
"Predicate": ""
},
Expand Down Expand Up @@ -177,7 +187,7 @@
}
}
],
"Version": 5
"Version": 4
},
"Table": "clickbench/plans/column/hits"
}
Expand Down
Loading

0 comments on commit 89eba5c

Please sign in to comment.