Skip to content

Commit 2ca6c7a

Browse files
committed
skip some tests for tesseract
1 parent 7b3caf0 commit 2ca6c7a

File tree

1 file changed

+28
-5
lines changed
  • packages/cubejs-testing-drivers/fixtures

1 file changed

+28
-5
lines changed

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

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,17 +174,40 @@
174174
"SQL API: Extended nested Rollup over asterisk",
175175
"SQL API: SQL push down push to cube quoted alias",
176176
"SQL API: Date/time comparison with date_trunc with SQL push down",
177-
178-
"---------------------------------------",
179-
"Error during rewrite: Can't detect Cube query and it may be not supported yet.",
180-
"---------------------------------------",
181177
"SQL API: Rolling Window YTD (year + month + day + date_trunc equal)",
182178
"SQL API: Rolling Window YTD (year + month + day + date_trunc IN)"
183179
],
184180
"tesseractSkip": [
185181
"querying custom granularities ECommerce: count by three_months_by_march + no dimension",
186182
"querying custom granularities ECommerce: count by three_months_by_march + dimension",
187183
"querying BigECommerce: rolling window YTD (month + week)",
188-
"querying BigECommerce: rolling window YTD (month + week + no gran)"
184+
"querying BigECommerce: rolling window YTD (month + week + no gran)",
185+
186+
187+
"---------------------------------------",
188+
"SKIPPED SQL API (Need work)",
189+
"---------------------------------------",
190+
"SQL API: Nested Rollup",
191+
"SQL API: Nested Rollup with aliases",
192+
"SQL API: Rolling Window YTD (year + month + day + date_trunc equal)",
193+
"SQL API: Rolling Window YTD (year + month + day + date_trunc IN)",
194+
"SQL API: SQL push down push to cube quoted alias",
195+
"SQL API: Date/time comparison with date_trunc with SQL push down",
196+
197+
"---- Different results comparing to baseQuery version. Need to investigate ----",
198+
"SQL API: Timeshift measure from cube",
199+
"querying ECommerce: dimensions",
200+
"querying ECommerce: dimensions + order",
201+
"querying ECommerce: dimensions + limit",
202+
"querying ECommerce: dimensions + total",
203+
"querying ECommerce: dimensions + order + limit + total",
204+
"querying ECommerce: dimensions + order + total + offset",
205+
"querying ECommerce: dimensions + order + limit + total + offset",
206+
"filtering ECommerce: contains dimensions, first",
207+
"filtering ECommerce: contains dimensions, second",
208+
"filtering ECommerce: startsWith + dimensions, first",
209+
"filtering ECommerce: startsWith + dimensions, second",
210+
"filtering ECommerce: endsWith + dimensions, first",
211+
"filtering ECommerce: endsWith + dimensions, second"
189212
]
190213
}

0 commit comments

Comments
 (0)