From 9d51fe898522b991e11d2439cdef8309aaf8dfdf Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Thu, 10 Feb 2022 11:11:56 -0800 Subject: [PATCH] print whats going on --- .circleci/run_tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/run_tests.sh b/.circleci/run_tests.sh index fe27634..2385644 100644 --- a/.circleci/run_tests.sh +++ b/.circleci/run_tests.sh @@ -1,12 +1,13 @@ #!/bin/bash set -e +set -o xtrace ./target/debug/pgcat & sleep 1 -psql -f tests/sharding/query_routing_setup.sql +psql -h 127.0.0.1 -p 5432 -f tests/sharding/query_routing_setup.sql # Setup PgBench pgbench -i -h 127.0.0.1 -p 6432