Skip to content

Commit 604af32

Browse files
committed
print whats going on
1 parent 3902828 commit 604af32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/run_tests.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ set -o xtrace
77

88
sleep 1
99

10-
psql -h 127.0.0.1 -p 5432 -U postgres -f tests/sharding/query_routing_setup.sql
10+
psql -e -h 127.0.0.1 -p 5432 -U postgres -f tests/sharding/query_routing_setup.sql
1111

1212
# Setup PgBench
1313
pgbench -i -h 127.0.0.1 -p 6432
1414

1515
# Run it
1616
pgbench -h 127.0.0.1 -p 6432 -t 500 -c 2
1717

18-
psql -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_insert.sql
18+
psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_insert.sql
1919

20-
psql -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_select.sql
20+
psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_select.sql
2121

2222
# psql -f tests/sharding/query_routing_test_validate.sql
2323

24-
psql -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_primary_replica.sql
24+
psql -e -h 127.0.0.1 -p 6432 -f tests/sharding/query_routing_test_primary_replica.sql

0 commit comments

Comments
 (0)