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 69af6cc commit f73d15fCopy full SHA for f73d15f
.circleci/run_tests.sh
@@ -26,6 +26,7 @@ PGPASSWORD=sharding_user pgbench -h 127.0.0.1 -U sharding_user shard1 -i
26
PGPASSWORD=sharding_user pgbench -h 127.0.0.1 -U sharding_user shard2 -i
27
28
# Start Toxiproxy
29
+kill -9 $(pgrep toxiproxy) || true
30
LOG_LEVEL=error toxiproxy-server &
31
sleep 1
32
@@ -177,3 +178,6 @@ killall pgcat -s SIGINT
177
178
179
# Allow for graceful shutdown
180
181
+
182
+kill -9 $(pgrep toxiproxy)
183
+sleep 1
0 commit comments