Fix flaky test

pull/4709/head
Hanefi Onaldi 2021-02-24 17:07:25 +03:00
parent 9a792ef841
commit 5aff18b573
2 changed files with 2 additions and 0 deletions

View File

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

View File

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