mirror of https://github.com/citusdata/citus.git
Flaky test: Fix recover_prepared_transactions (#3205)
Failed test: https://app.circleci.com/jobs/github/citusdata/citus/35994 We now always take a new connectionpull/3201/head
parent
1ac96f228b
commit
1ed05be82c
|
@ -4,6 +4,7 @@
|
||||||
-- Replication factor, 1PC-2PC, sequential-parallel modes
|
-- Replication factor, 1PC-2PC, sequential-parallel modes
|
||||||
--
|
--
|
||||||
CREATE SCHEMA ddl_failure;
|
CREATE SCHEMA ddl_failure;
|
||||||
|
SET citus.force_max_query_parallelization TO ON;
|
||||||
SET search_path TO 'ddl_failure';
|
SET search_path TO 'ddl_failure';
|
||||||
-- do not cache any connections
|
-- do not cache any connections
|
||||||
SET citus.max_cached_conns_per_worker TO 0;
|
SET citus.max_cached_conns_per_worker TO 0;
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
CREATE SCHEMA ddl_failure;
|
CREATE SCHEMA ddl_failure;
|
||||||
|
|
||||||
|
SET citus.force_max_query_parallelization TO ON;
|
||||||
SET search_path TO 'ddl_failure';
|
SET search_path TO 'ddl_failure';
|
||||||
|
|
||||||
-- do not cache any connections
|
-- do not cache any connections
|
||||||
|
|
Loading…
Reference in New Issue