|
164 | 164 | "querying custom granularities ECommerce: count by three_months_by_march + no dimension", |
165 | 165 | "querying custom granularities ECommerce: count by three_months_by_march + dimension", |
166 | 166 |
|
| 167 | + "SKIPPED SQL API (Need work)", |
| 168 | + "---------------------------------------", |
| 169 | + "SQL API: Simple Rollup", |
| 170 | + "SQL API: Complex Rollup", |
| 171 | + "SQL API: Nested Rollup", |
| 172 | + "SQL API: Rollup with aliases", |
| 173 | + "SQL API: Rollup over exprs", |
| 174 | + "SQL API: Nested Rollup with aliases", |
| 175 | + "SQL API: Nested Rollup over asterisk", |
| 176 | + "SQL API: Extended nested Rollup over asterisk" |
| 177 | + ], |
| 178 | + "tesseractSkip": [ |
| 179 | + "---------------------------------------", |
| 180 | + "Core tests ", |
| 181 | + "---------------------------------------", |
| 182 | + "for the ECommerce.TimeAnalysisExternal", |
| 183 | + "for the ECommerce.TimeAnalysisInternal", |
| 184 | + |
| 185 | + "---------------------------------------", |
| 186 | + "Full tests ", |
| 187 | + "---------------------------------------", |
| 188 | + |
| 189 | + "---------------------------------------", |
| 190 | + "SKIPPED FOR ALL ", |
| 191 | + "---------------------------------------", |
| 192 | + "querying Products: dimensions -- doesn't work wo ordering", |
| 193 | + "querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- rounding in athena", |
| 194 | + "querying ECommerce: total sales, total profit by month + order (date) + total -- doesn't work with the BigQuery", |
| 195 | + "querying ECommerce: total quantity, avg discount, total sales, total profit by product + order + total -- noisy test", |
| 196 | + "querying BigECommerce: partitioned pre-agg", |
| 197 | + "querying BigECommerce: null sum", |
| 198 | + "querying BigECommerce: null boolean", |
| 199 | + "--------------------", |
| 200 | + |
| 201 | + "---------------------------------------", |
| 202 | + "Requires Tesseract. ", |
| 203 | + "---------------------------------------", |
| 204 | + "querying BigECommerce: rolling window by 2 day without date range", |
| 205 | + "querying BigECommerce: rolling window by 2 month without date range", |
| 206 | + "querying BigECommerce: rolling window YTD", |
| 207 | + "querying BigECommerce: rolling window YTD without date range", |
| 208 | + "--------------------", |
| 209 | + |
| 210 | + "week granularity is not supported for intervals", |
| 211 | + "--------------------", |
| 212 | + "querying BigECommerce: rolling window by 2 week", |
| 213 | + |
| 214 | + "---------------------------------------", |
| 215 | + "Custom Granularities ", |
| 216 | + "---------------------------------------", |
| 217 | + "querying custom granularities ECommerce: count by three_months_by_march + no dimension", |
| 218 | + "querying custom granularities ECommerce: count by three_months_by_march + dimension", |
| 219 | + |
167 | 220 | "SKIPPED SQL API (Need work)", |
168 | 221 | "---------------------------------------", |
169 | 222 | "SQL API: Simple Rollup", |
|
0 commit comments