We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604af32 commit b9b89dbCopy full SHA for b9b89db
.circleci/run_tests.sh
@@ -17,8 +17,8 @@ pgbench -h 127.0.0.1 -p 6432 -t 500 -c 2
17
18
psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_insert.sql
19
20
-psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_select.sql
+psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_select.sql > /dev/null
21
22
# psql -f tests/sharding/query_routing_test_validate.sql
23
24
-psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_primary_replica.sql
+psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_primary_replica.sql > /dev/null
0 commit comments