[pgpool-committers: 10315] pgpool: Test: stabilize 032.dml_adaptive_loadbalance
Tatsuo Ishii
ishii at postgresql.org
Tue Jan 14 22:49:42 JST 2025
Test: stabilize 032.dml_adaptive_loadbalance
Occasionally the test failed due to:
ERROR: relation "t2" does not exist
LINE 1: SELECT i, 'QUERY ID T1-1' FROM t2;
It seems the cause is that newly created table t2 takes sometime to
get replicated to standby. So insert "sleep 1" after the table
creation.
Backpatch-through: v4.2
Branch
------
V4_5_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=0a38c5dcef5e6487c499d08f505d947508b229c3
Modified Files
--------------
src/test/regression/tests/032.dml_adaptive_load_balance/test.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
More information about the pgpool-committers
mailing list