File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
packages/cubejs-testing-drivers/fixtures Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 2424 "CUBEJS_DB_NAME" : " dev" ,
2525 "CUBEJS_DB_USER" : " ${DRIVERS_TESTS_CUBEJS_DB_REDSHIFT_USER}" ,
2626 "CUBEJS_DB_PASS" : " ${DRIVERS_TESTS_CUBEJS_DB_REDSHIFT_PASS}" ,
27- "CUBEJS_DB_MAX_POOL" : " 2" ,
28- "CUBEJS_DB_QUERY_TIMEOUT" : " 15m" ,
27+ "CUBEJS_DB_MAX_POOL" : " 3" ,
2928
3029 "CUBEJS_PG_SQL_PORT" : " 5656" ,
3130 "CUBEJS_SQL_USER" : " admin" ,
232231 " ---- Different results comparing to baseQuery version. Need to investigate ----" ,
233232 " querying BigECommerce: rolling window YTD (month + week)" ,
234233 " querying BigECommerce: rolling window YTD (month + week + no gran)" ,
235- " querying BigECommerce: rolling window YTD without granularity"
234+ " querying BigECommerce: rolling window YTD without granularity" ,
235+
236+ " Skipped because are too heavy and leads to Connection terminated unexpectedly or ECONNREFUSED or ECONNRESET" ,
237+ " SQL API: Rolling Window YTD (year + month + day + date_trunc equal)" ,
238+ " SQL API: Rolling Window YTD (year + month + day + date_trunc IN)"
236239 ]
237240}
You can’t perform that action at this time.
0 commit comments