Fix multi tests

onder_view
Burak Velioglu 2022-04-12 23:15:51 +03:00
parent 9a0051b151
commit 483eb29a4f
No known key found for this signature in database
GPG Key ID: F6827E620F6549C6
1 changed files with 1 additions and 4 deletions

View File

@ -52,11 +52,8 @@ SELECT count(*) FROM replicated;
SELECT count(*) FROM replicated;
-- now, we should be able to replicate the shards back
SET client_min_messages TO DEBUG4;
SET citus.log_remote_commands TO true;
SELECT 1 FROM citus_activate_node('localhost', :worker_2_port);
RESET citus.log_remote_commands;
SET client_min_messages TO ERROR;
SELECT 1 FROM citus_activate_node('localhost', :worker_2_port);
SELECT 1 FROM replicate_table_shards('replicated', shard_replication_factor:=2, shard_transfer_mode:='block_writes');
RESET client_min_messages;