[pgpool-committers: 6000] pgpool: Fix extra test failure of extended-query-test/disable-load-bala
Tatsuo Ishii
ishii at sraoss.co.jp
Sun Aug 11 19:24:26 JST 2019
Fix extra test failure of extended-query-test/disable-load-balance-off.
There were two reasons why the test fails.
1) when disable_load_balance_on_write = off, parse_before_bind should
have not be called at all. So fix this.
2) the test data tests/disable-load-balance-off.data did not set
disable_load_balance_on_write = off.
Branch
------
V4_0_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=fd533048d1fdbbac57e2ead3c95bb91593c739b8
Modified Files
--------------
src/protocol/pool_proto_modules.c | 3 ++-
src/test/extended-query-test/tests/disable-load-balance-off.data | 4 +---
2 files changed, 3 insertions(+), 4 deletions(-)
More information about the pgpool-committers
mailing list