Skip to content

Commit 540fabe

Browse files
authored
chore(testing-drivers): Update snapshots (#8915)
1 parent 70f946a commit 540fabe

15 files changed

+11943
-22612
lines changed

packages/cubejs-testing-drivers/fixtures/_schemas.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
{
6666
"name": "ECommerce",
6767
"extends": "Products",
68+
"sqlAlias": "ec",
6869
"joins": [
6970
{
7071
"name": "Customers",

packages/cubejs-testing-drivers/fixtures/clickhouse.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,16 @@
178178
"---------------------------------------",
179179
"querying custom granularities ECommerce: count by two_mo_by_feb + no dimension + rollingCountByUnbounded",
180180
"querying custom granularities ECommerce: count by two_mo_by_feb + no dimension + rollingCountByTrailing",
181-
"querying custom granularities ECommerce: count by two_mo_by_feb + no dimension + rollingCountByLeading"
181+
"querying custom granularities ECommerce: count by two_mo_by_feb + no dimension + rollingCountByLeading",
182+
183+
"---------------------------------------",
184+
"SKIPPED SQL API (Need work)",
185+
"---------------------------------------",
186+
"SQL API: Complex Rollup",
187+
"SQL API: Extended nested Rollup over asterisk",
188+
"SQL API: Nested Rollup over asterisk",
189+
"SQL API: Rollup over exprs",
190+
"SQL API: Rollup with aliases",
191+
"SQL API: Simple Rollup"
182192
]
183193
}

packages/cubejs-testing-drivers/fixtures/mssql.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@
149149
"SQL API: Rollup over exprs",
150150
"SQL API: Nested Rollup with aliases",
151151
"SQL API: Nested Rollup over asterisk",
152-
"SQL API: Extended nested Rollup over asterisk"
152+
"SQL API: Extended nested Rollup over asterisk",
153+
"SQL API: ungrouped pre-agg"
153154
]
154155
}

0 commit comments

Comments
 (0)