Skip to content

Commit c8c03c1

Browse files
committed
fix bigquery skip list
1 parent 79eb586 commit c8c03c1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,30 @@
174174
"SQL API: Extended nested Rollup over asterisk"
175175
],
176176
"tesseractSkip": [
177+
"must download query from the data source via memory",
178+
"must download query from the data source via stream",
179+
"for the Customers.RollingExternal",
180+
"for the Customers.RollingInternal",
181+
"for the ECommerce.SimpleAnalysisExternal",
182+
"for the ECommerce.SimpleAnalysisInternal",
183+
"for the ECommerce.TimeAnalysisExternal",
184+
"for the ECommerce.TimeAnalysisInternal",
185+
"querying Customers: dimensions + order + total + offset",
186+
"querying ECommerce: dimensions + order + total + offset",
187+
"querying Products: dimensions -- doesn't work wo ordering",
188+
"querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- rounding in athena",
189+
"querying ECommerce: total sales, total profit by month + order (date) + total -- doesn't work with the BigQuery",
190+
"querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- noisy test",
191+
"querying BigECommerce: null sum",
192+
"querying BigECommerce: null boolean",
193+
"querying BigECommerce: rolling window by 2 day without date range",
194+
"querying BigECommerce: rolling window by 2 month without date range",
195+
"querying BigECommerce: rolling window YTD without date range",
196+
"SQL API: reuse params",
197+
"SQL API: Complex Rollup",
198+
"SQL API: Rollup with aliases",
199+
"SQL API: Nested Rollup over asterisk",
200+
"SQL API: Extended nested Rollup over asterisk",
177201
"querying Products: dimensions -- doesn't work wo ordering",
178202
"querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- rounding in athena",
179203
"querying ECommerce: total sales, total profit by month + order (date) + total -- doesn't work with the BigQuery",

0 commit comments

Comments
 (0)