[pgpool-committers: 1808] 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
------
master

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

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



More information about the pgpool-committers mailing list