mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-26 02:16:30 +00:00
fixed health check; sharding setup and tests
This commit is contained in:
11
tests/sharding/query_routing_test_validate.sql
Normal file
11
tests/sharding/query_routing_test_validate.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
\c shard0
|
||||
|
||||
SELECT * FROM data;
|
||||
|
||||
\c shard1
|
||||
|
||||
SELECT * FROM data;
|
||||
|
||||
\c shard2
|
||||
|
||||
SELECT * FROM data;
|
||||
Reference in New Issue
Block a user