[pgpool-committers: 1807] pgpool: Fix unwanted JDBC regression test failure.

Tatsuo Ishii ishii at postgresql.org
Sat Apr 26 19:22:08 JST 2014


Fix unwanted JDBC regression test failure.

JDBC tests mixes SELECT and DML, an it causes random regression
failures when tested in streaming replication mode. This is due to
streaming replication lag. To fix the problem, set number of DB nodes
to 1 when operated in the streaming replication mode.

Branch
------
V3_3_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=45cb322d3b8b3af41e8c2644fdd179ed38456ab8

Modified Files
--------------
test/regression/tests/005.jdbc/test.sh |   12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)



More information about the pgpool-committers mailing list