From 39028282b9d67dc3b5cb51bc03fb3fe20b992c9c Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Thu, 10 Feb 2022 11:13:31 -0800 Subject: [PATCH] hmm --- .circleci/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/run_tests.sh b/.circleci/run_tests.sh index 2385644..2b752ab 100644 --- a/.circleci/run_tests.sh +++ b/.circleci/run_tests.sh @@ -7,7 +7,7 @@ set -o xtrace sleep 1 -psql -h 127.0.0.1 -p 5432 -f tests/sharding/query_routing_setup.sql +psql -h 127.0.0.1 -p 5432 -U postgres -f tests/sharding/query_routing_setup.sql # Setup PgBench pgbench -i -h 127.0.0.1 -p 6432