Skip to content

Commit c761894

Browse files
committed
update excluded tests
1 parent 3690635 commit c761894

File tree

9 files changed

+36
-17
lines changed

9 files changed

+36
-17
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,9 @@
150150
"---------------------------------------",
151151
"querying BigECommerce: rolling window by 2 day without date range",
152152
"querying BigECommerce: rolling window by 2 month without date range",
153-
"querying BigECommerce: rolling window YTD",
154153
"querying BigECommerce: rolling window YTD without date range",
155-
"--------------------",
156154

155+
"--------------------",
157156
"week granularity is not supported for intervals",
158157
"--------------------",
159158
"querying BigECommerce: rolling window by 2 week",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@
163163
"querying BigECommerce: rolling window by 2 day without date range",
164164
"querying BigECommerce: rolling window by 2 month without date range",
165165
"querying BigECommerce: rolling window YTD without date range",
166-
"--------------------",
167166

167+
"---------------------------------------",
168168
"SKIPPED SQL API (Need work)",
169169
"---------------------------------------",
170170
"SQL API: reuse params",

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

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,20 +179,25 @@
179179
"querying BigECommerce: partitioned pre-agg",
180180
"querying BigECommerce: null sum",
181181
"querying BigECommerce: null boolean",
182+
183+
"---------------------------------------",
182184
"Unsupported JOIN ON conditions. Unexpected 'big_e_commerce__order_date_month > subtractWeeks(date_to, 2)'",
183-
"--------------------",
185+
"---------------------------------------",
184186
"querying BigECommerce: rolling window by 2 day",
185187
"querying BigECommerce: rolling window by 2 week",
186188
"querying BigECommerce: rolling window by 2 month",
189+
"querying BigECommerce: rolling window YTD (month)",
190+
"querying BigECommerce: rolling window YTD (month + week)",
191+
"querying BigECommerce: rolling window YTD (month + week + no gran)",
192+
"querying BigECommerce: rolling window YTD (month + week + day)",
193+
"querying BigECommerce: rolling window YTD (month + week + day + no gran)",
187194

188195
"---------------------------------------",
189196
"Requires Tesseract. ",
190197
"---------------------------------------",
191198
"querying BigECommerce: rolling window by 2 day without date range",
192199
"querying BigECommerce: rolling window by 2 month without date range",
193-
"querying BigECommerce: rolling window YTD",
194200
"querying BigECommerce: rolling window YTD without date range",
195-
"--------------------",
196201

197202
"---------------------------------------",
198203
"Custom Granularities ",
@@ -210,6 +215,11 @@
210215
"SQL API: Rollup over exprs",
211216
"SQL API: Rollup with aliases",
212217
"SQL API: Simple Rollup",
213-
"SQL API: SQL push down push to cube quoted alias"
218+
"SQL API: SQL push down push to cube quoted alias",
219+
220+
"SKIPPED SQL API (due to inconsistency)",
221+
"---------------------------------------",
222+
"Below doesn't work probably due to strict type comparison in ClickHouse, but tests run across all DBs",
223+
"SQL API: Rolling Window YTD (year + month + day + date_trunc IN)"
214224
]
215225
}

packages/cubejs-testing-drivers/fixtures/databricks-jdbc.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,7 @@
215215
"---------------------------------------",
216216
"querying BigECommerce: rolling window by 2 day without date range",
217217
"querying BigECommerce: rolling window by 2 month without date range",
218-
"querying BigECommerce: rolling window YTD",
219218
"querying BigECommerce: rolling window YTD without date range",
220-
"--------------------",
221219

222220
"---------------------------------------",
223221
"Custom Granularities ",

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

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,8 @@
141141
"---------------------------------------",
142142
"querying BigECommerce: rolling window by 2 day without date range",
143143
"querying BigECommerce: rolling window by 2 month without date range",
144-
"querying BigECommerce: rolling window YTD",
145144
"querying BigECommerce: rolling window YTD without date range",
146-
"--------------------",
145+
147146
"---------------------------------------",
148147
"SKIPPED SQL API (Need work)",
149148
"---------------------------------------",
@@ -161,6 +160,12 @@
161160
"SQL API: Extended nested Rollup over asterisk",
162161
"SQL API: ungrouped pre-agg",
163162
"SQL API: NULLS FIRST/LAST SQL push down",
164-
"SQL API: SQL push down push to cube quoted alias"
163+
"SQL API: SQL push down push to cube quoted alias",
164+
165+
"---------------------------------------",
166+
"Error during rewrite: Can't detect Cube query and it may be not supported yet.",
167+
"---------------------------------------",
168+
"SQL API: Rolling Window YTD (year + month + day + date_trunc equal)",
169+
"SQL API: Rolling Window YTD (year + month + day + date_trunc IN)"
165170
]
166171
}

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,12 @@
131131
"querying BigECommerce: partitioned pre-agg",
132132
"querying BigECommerce: null sum",
133133
"querying BigECommerce: null boolean",
134+
134135
"---------------------------------------",
135136
"Requires Tesseract. ",
136137
"---------------------------------------",
137138
"querying BigECommerce: rolling window by 2 day without date range",
138139
"querying BigECommerce: rolling window by 2 month without date range",
139-
"querying BigECommerce: rolling window YTD",
140140
"querying BigECommerce: rolling window YTD without date range",
141141

142142
"---------------------------------------",
@@ -157,6 +157,12 @@
157157
"SQL API: Nested Rollup with aliases",
158158
"SQL API: Nested Rollup over asterisk",
159159
"SQL API: Extended nested Rollup over asterisk",
160-
"SQL API: SQL push down push to cube quoted alias"
160+
"SQL API: SQL push down push to cube quoted alias",
161+
162+
"---------------------------------------",
163+
"Error during rewrite: Can't detect Cube query and it may be not supported yet.",
164+
"---------------------------------------",
165+
"SQL API: Rolling Window YTD (year + month + day + date_trunc equal)",
166+
"SQL API: Rolling Window YTD (year + month + day + date_trunc IN)"
161167
]
162168
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
"querying Products: dimensions -- doesn't work wo ordering",
157157
"querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- rounding in athena",
158158
"querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- noisy test",
159+
159160
"---------------------------------------",
160161
"Requires Tesseract. ",
161162
"---------------------------------------",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,14 @@
167167
"querying Products: dimensions -- doesn't work wo ordering",
168168
"querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- rounding in athena",
169169
"querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- noisy test",
170+
170171
"---------------------------------------",
171172
"Requires Tesseract. ",
172173
"---------------------------------------",
173174
"querying BigECommerce: rolling window by 2 day without date range",
174175
"querying BigECommerce: rolling window by 2 month without date range",
175-
"querying BigECommerce: rolling window YTD",
176176
"querying BigECommerce: rolling window YTD without date range",
177-
177+
178178
"---------------------------------------",
179179
"SKIPPED SQL API (Need work) ",
180180
"---------------------------------------",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,12 +232,12 @@
232232
"querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- noisy test",
233233
"querying BigECommerce: null sum",
234234
"querying BigECommerce: null boolean",
235+
235236
"---------------------------------------",
236237
"Requires Tesseract. ",
237238
"---------------------------------------",
238239
"querying BigECommerce: rolling window by 2 day without date range",
239240
"querying BigECommerce: rolling window by 2 month without date range",
240-
"querying BigECommerce: rolling window YTD",
241241
"querying BigECommerce: rolling window YTD without date range"
242242
]
243243
}

0 commit comments

Comments
 (0)