pgpool: Test: tweak timeout in 034 and 075 tests.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Test: tweak timeout in 034 and 075 tests.
Date: 2025-08-29 07:08:43
Message-ID: E1urtE3-00GKQG-1O@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Test: tweak timeout in 034 and 075 tests.

034.promote_node and 075.detach_primary_left_down_node set the timeout
60 seconds for finishing follow primary script. It turns out that
these timeout values are not long enough, and sometimes caused false
errors. So make them from 60 seconds to 120 seconds.

Backpath-through: v4.2

Branch
------
V4_3_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=3d38bcb00359f3e0fcad262294f2244ad641ec0e

Modified Files
--------------
src/test/regression/tests/034.promote_node/test.sh | 2 +-
src/test/regression/tests/075.detach_primary_left_down_node/test.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-08-29 07:08:49 pgpool: Test: tweak timeout in 034 and 075 tests.
Previous Message Tatsuo Ishii 2025-08-29 07:08:38 pgpool: Test: tweak timeout in 075 test.