Log minimum

niupre-reuse-connections-for-logical-ref-fkeys
Nitish Upreti 2022-09-14 16:38:49 -07:00
parent 34b0dbad61
commit 34274fb8b8
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ SELECT * FROM shards_in_workers;
-- failure on creating the subscription
SELECT citus.mitmproxy('conn.onQuery(query="CREATE SUBSCRIPTION").kill()');
-- Log minimal messages to avoid printing the error message and make the test flaky
SET client_min_messages TO ERROR;
SELECT master_move_shard_placement(101, 'localhost', :worker_1_port, 'localhost', :worker_2_proxy_port);
RESET client_min_messages;