mirror of https://github.com/citusdata/citus.git
fix a test
parent
eb3ce0855e
commit
0b6bd5dba7
|
@ -231,6 +231,7 @@ SELECT citus.mitmproxy('conn.allow()');
|
|||
|
||||
(1 row)
|
||||
|
||||
SET citus.enable_stat_counters TO true;
|
||||
SET citus.force_max_query_parallelization TO ON;
|
||||
SET citus.node_connection_timeout TO 900;
|
||||
SELECT citus.mitmproxy('conn.connect_delay(1400)');
|
||||
|
@ -265,6 +266,7 @@ FROM pg_database WHERE datname = current_database();
|
|||
|
||||
RESET citus.force_max_query_parallelization;
|
||||
RESET citus.node_connection_timeout;
|
||||
RESET citus.enable_stat_counters;
|
||||
SELECT citus.mitmproxy('conn.allow()');
|
||||
mitmproxy
|
||||
---------------------------------------------------------------------
|
||||
|
|
|
@ -124,6 +124,7 @@ RESET citus.force_max_query_parallelization;
|
|||
RESET citus.node_connection_timeout;
|
||||
SELECT citus.mitmproxy('conn.allow()');
|
||||
|
||||
SET citus.enable_stat_counters TO true;
|
||||
SET citus.force_max_query_parallelization TO ON;
|
||||
SET citus.node_connection_timeout TO 900;
|
||||
SELECT citus.mitmproxy('conn.connect_delay(1400)');
|
||||
|
@ -148,6 +149,7 @@ FROM pg_database WHERE datname = current_database();
|
|||
|
||||
RESET citus.force_max_query_parallelization;
|
||||
RESET citus.node_connection_timeout;
|
||||
RESET citus.enable_stat_counters;
|
||||
SELECT citus.mitmproxy('conn.allow()');
|
||||
|
||||
-- one similar test, and this time on modification queries
|
||||
|
|
Loading…
Reference in New Issue