[pgpool-committers: 5998] pgpool: Fix extra test failure of	extended-query-test/disable-load-bala
    Tatsuo Ishii 
    ishii at sraoss.co.jp
       
    Sun Aug 11 19:03:19 JST 2019
    
    
  
Fix extra test failure of extended-query-test/disable-load-balance-default.
It expected the first BIND/EXECUTE was sent to load balance node. This
is not correct since previous parse message was sent to primary node
because of parse_before_bind treatment. Fix is, just adjust the test
script. Also fix comment in tests/disable-load-balance-default.data.
Branch
------
V4_0_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=8653c402cdee529b82a5aeeaf630c9f2931843dd
Modified Files
--------------
.../extra_scripts/disable-load-balance-default.data                  | 2 +-
src/test/extended-query-test/tests/disable-load-balance-default.data | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
    
    
More information about the pgpool-committers
mailing list