mirror of https://github.com/citusdata/citus.git
Make sure that tests are not failing randomly
parent
4f7c902c6c
commit
4b3d17f466
|
@ -6,6 +6,7 @@ SET SEARCH_PATH = multi_shard;
|
|||
SET citus.shard_count TO 4;
|
||||
SET citus.next_shard_id TO 201000;
|
||||
SET citus.shard_replication_factor TO 1;
|
||||
SET citus.max_adaptive_executor_pool_size TO 1;
|
||||
-- do not cache any connections
|
||||
SET citus.max_cached_conns_per_worker TO 0;
|
||||
SELECT citus.mitmproxy('conn.allow()');
|
||||
|
|
|
@ -7,6 +7,7 @@ SET SEARCH_PATH = multi_shard;
|
|||
SET citus.shard_count TO 4;
|
||||
SET citus.next_shard_id TO 201000;
|
||||
SET citus.shard_replication_factor TO 1;
|
||||
SET citus.max_adaptive_executor_pool_size TO 1;
|
||||
|
||||
-- do not cache any connections
|
||||
SET citus.max_cached_conns_per_worker TO 0;
|
||||
|
|
Loading…
Reference in New Issue