mirror of https://github.com/citusdata/citus.git
use a shardid that's not used by any other tests
parent
faa10e3c24
commit
d7ae665749
|
@ -419,7 +419,7 @@ GRANT ALL PRIVILEGES ON DATABASE regression TO stat_counters_test_user;
|
|||
GRANT ALL PRIVILEGES ON SCHEMA stat_counters TO stat_counters_test_user;
|
||||
ALTER USER stat_counters_test_user SET citus.enable_stat_counters TO true;
|
||||
SET search_path TO stat_counters;
|
||||
SET citus.next_shard_id to 1980000;
|
||||
SET citus.next_shard_id to 2010000;
|
||||
SET citus.shard_count TO 32;
|
||||
SET citus.shard_replication_factor TO 1;
|
||||
CREATE TABLE dist_table_1 (a int, b int);
|
||||
|
|
|
@ -213,7 +213,7 @@ GRANT ALL PRIVILEGES ON SCHEMA stat_counters TO stat_counters_test_user;
|
|||
ALTER USER stat_counters_test_user SET citus.enable_stat_counters TO true;
|
||||
|
||||
SET search_path TO stat_counters;
|
||||
SET citus.next_shard_id to 1980000;
|
||||
SET citus.next_shard_id to 2010000;
|
||||
SET citus.shard_count TO 32;
|
||||
SET citus.shard_replication_factor TO 1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue