Fix shard rebalancer test

onder_view
Burak Velioglu 2022-04-12 22:38:58 +03:00
parent dee6a7ef3c
commit 8da75defb6
No known key found for this signature in database
GPG Key ID: F6827E620F6549C6
1 changed files with 3 additions and 0 deletions

View File

@ -438,6 +438,9 @@ CREATE VIEW replication_test_table_placements_per_node AS
AND shardstate != 4
GROUP BY nodename, nodeport
ORDER BY nodename, nodeport;
WARNING: "view replication_test_table_placements_per_node" has dependency to "table replication_test_table" that is not in Citus' metadata
DETAIL: "view replication_test_table_placements_per_node" will be created only locally
HINT: Distribute "table replication_test_table" first to distribute "view replication_test_table_placements_per_node"
-- Create four shards with replication factor 2, and delete the placements
-- with smaller port number to simulate under-replicated shards.
SELECT count(master_create_empty_shard('replication_test_table'))