mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-27 10:46:30 +00:00
print whats going on
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
set -o xtrace
|
||||||
|
|
||||||
./target/debug/pgcat &
|
./target/debug/pgcat &
|
||||||
|
|
||||||
sleep 1
|
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
|
# Setup PgBench
|
||||||
pgbench -i -h 127.0.0.1 -p 6432
|
pgbench -i -h 127.0.0.1 -p 6432
|
||||||
|
|||||||
Reference in New Issue
Block a user