Skip to content

Commit

Permalink
chore(testing-drivers): Update snapshots (#8915)
Browse files Browse the repository at this point in the history
  • Loading branch information
MazterQyou authored Nov 6, 2024
1 parent 70f946a commit 540fabe
Show file tree
Hide file tree
Showing 15 changed files with 11,943 additions and 22,612 deletions.
1 change: 1 addition & 0 deletions packages/cubejs-testing-drivers/fixtures/_schemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
{
"name": "ECommerce",
"extends": "Products",
"sqlAlias": "ec",
"joins": [
{
"name": "Customers",
Expand Down
12 changes: 11 additions & 1 deletion packages/cubejs-testing-drivers/fixtures/clickhouse.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,16 @@
"---------------------------------------",
"querying custom granularities ECommerce: count by two_mo_by_feb + no dimension + rollingCountByUnbounded",
"querying custom granularities ECommerce: count by two_mo_by_feb + no dimension + rollingCountByTrailing",
"querying custom granularities ECommerce: count by two_mo_by_feb + no dimension + rollingCountByLeading"
"querying custom granularities ECommerce: count by two_mo_by_feb + no dimension + rollingCountByLeading",

"---------------------------------------",
"SKIPPED SQL API (Need work)",
"---------------------------------------",
"SQL API: Complex Rollup",
"SQL API: Extended nested Rollup over asterisk",
"SQL API: Nested Rollup over asterisk",
"SQL API: Rollup over exprs",
"SQL API: Rollup with aliases",
"SQL API: Simple Rollup"
]
}
3 changes: 2 additions & 1 deletion packages/cubejs-testing-drivers/fixtures/mssql.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
"SQL API: Rollup over exprs",
"SQL API: Nested Rollup with aliases",
"SQL API: Nested Rollup over asterisk",
"SQL API: Extended nested Rollup over asterisk"
"SQL API: Extended nested Rollup over asterisk",
"SQL API: ungrouped pre-agg"
]
}
Loading

0 comments on commit 540fabe

Please sign in to comment.