Fix flaky test

(cherry picked from commit 5aff18b573)
pull/5009/head
Hanefi Onaldi 2021-02-24 17:07:25 +03:00 committed by Halil Ozan Akgul
parent 049cd55346
commit a7f9dfc3f0
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
CREATE SCHEMA null_parameters; CREATE SCHEMA null_parameters;
SET search_path TO null_parameters; SET search_path TO null_parameters;
SET citus.next_shard_id TO 1680000; SET citus.next_shard_id TO 1680000;
SET citus.shard_count to 32;
CREATE TABLE text_dist_column (key text, value text); CREATE TABLE text_dist_column (key text, value text);
SELECT create_distributed_table('text_dist_column', 'key'); SELECT create_distributed_table('text_dist_column', 'key');
create_distributed_table create_distributed_table

View File

@ -4,6 +4,7 @@ CREATE SCHEMA null_parameters;
SET search_path TO null_parameters; SET search_path TO null_parameters;
SET citus.next_shard_id TO 1680000; SET citus.next_shard_id TO 1680000;
SET citus.shard_count to 32;
CREATE TABLE text_dist_column (key text, value text); CREATE TABLE text_dist_column (key text, value text);
SELECT create_distributed_table('text_dist_column', 'key'); SELECT create_distributed_table('text_dist_column', 'key');