Test: stabilize 032.dml_adaptive_loadbalance
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 14 Jan 2025 13:44:19 +0000 (22:44 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 14 Jan 2025 13:44:19 +0000 (22:44 +0900)
commit6241597b8d7506ac17e2d6cd8cf44f6acc760d5c
treeeab4d58c199c8b98b7daad3f3e9ac3e5811e1be5
parentabcff550b1930f1e02b69f3f844eb071d3b18ec8
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
src/test/regression/tests/032.dml_adaptive_load_balance/test.sh