mirror of https://github.com/citusdata/citus.git
Fix flaky test
parent
9a792ef841
commit
5aff18b573
|
@ -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
|
||||||
|
|
|
@ -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');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue