File tree Expand file tree Collapse file tree 3 files changed +13
-15
lines changed Expand file tree Collapse file tree 3 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 88# by the Apache License, Version 2.0.
99
1010steps :
11- - command : ci/slt/slt.sh
11+ - id : sqllogictest
12+ label : " :bulb: SQL logic tests"
1213 timeout_in_minutes : 300
1314 artifact_paths : target/slt-summary.json
1415 plugins :
Original file line number Diff line number Diff line change 1313
1414set -euo pipefail
1515
16- . misc/shlib/shlib.bash
17-
18- if [[ ! " ${BUILDKITE-} " ]]; then
19- sqllogictest () {
20- cargo run --release --bin sqllogictest -- " $@ "
21- }
22- fi
23-
24- if [[ " ${BUILDKITE-} " ]]; then
25- await_postgres -h postgres -p 5432
26- fi
27-
2816export RUST_BACKTRACE=full
2917
3018mkdir -p target
Original file line number Diff line number Diff line change @@ -18,6 +18,17 @@ mzworkflows:
1818 dbname : postgres
1919 - step : run
2020 service : sqllogictest-svc
21+ entrypoint : ci/test/slt-fast.sh
22+
23+ sqllogictest :
24+ steps :
25+ - step : start-services
26+ services : [postgres]
27+ - step : wait-for-postgres
28+ dbname : postgres
29+ - step : run
30+ service : sqllogictest-svc
31+ entrypoint : ci/slt/slt.sh
2132
2233services :
2334 sqllogictest-svc :
@@ -31,8 +42,6 @@ services:
3142 - PGHOST=postgres
3243 - PGPASSWORD=postgres
3344 depends_on : [postgres]
34- entrypoint :
35- - ci/test/slt-fast.sh
3645 postgres :
3746 image : postgres:11.4
3847 ports :
You can’t perform that action at this time.
0 commit comments