mirror of https://github.com/citusdata/citus.git
Update sqlancer-test-pipelines.yml
parent
b086fbeba5
commit
09eaba5649
|
@ -73,7 +73,7 @@ jobs:
|
||||||
gosu circleci psql -c "SELECT * from citus_add_node('localhost', 9701);" -p 9700 -d test
|
gosu circleci psql -c "SELECT * from citus_add_node('localhost', 9701);" -p 9700 -d test
|
||||||
gosu circleci psql -c "SELECT * from citus_add_node('localhost', 9702);" -p 9700 -d test
|
gosu circleci psql -c "SELECT * from citus_add_node('localhost', 9702);" -p 9700 -d test
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: CITUS_AVAILABLE=true mvn -Dtest=TestCitus test --timeout-seconds 3600
|
run: CITUS_AVAILABLE=true mvn -Dtest=TestCitus test -fn
|
||||||
|
|
||||||
- name: Publish Logs
|
- name: Publish Logs
|
||||||
if: ${{ always() }}
|
if: ${{ always() }}
|
||||||
|
|
Loading…
Reference in New Issue