You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo test plan_q --package datafusion-benchmarks --profile ci --features=ci -- --test-threads=1
298
-
INCLUDE_TPCH=true cargo test --profile ci --package datafusion-sqllogictest --test sqllogictests
298
+
INCLUDE_TPCH=true cargo test --features backtrace --profile ci --package datafusion-sqllogictest --test sqllogictests
299
299
- name: Verify Working Directory Clean
300
300
run: git diff --exit-code
301
301
@@ -331,7 +331,7 @@ jobs:
331
331
- name: Run sqllogictest
332
332
run: |
333
333
cd datafusion/sqllogictest
334
-
PG_COMPAT=true PG_URI="postgresql://postgres:postgres@$POSTGRES_HOST:$POSTGRES_PORT/db_test" cargo test --profile ci --features=postgres --test sqllogictests
334
+
PG_COMPAT=true PG_URI="postgresql://postgres:postgres@$POSTGRES_HOST:$POSTGRES_PORT/db_test" cargo test --features backtrace --profile ci --features=postgres --test sqllogictests
335
335
env:
336
336
# use postgres for the host here because we have specified a container for the job
0 commit comments