pgpool: Test: stabilize 037.failover_session.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Test: stabilize 037.failover_session.
Date: 2025-11-25 09:59:14
Message-ID: E1vNppJ-00Dynu-16@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Test: stabilize 037.failover_session.

On some platform (in my case Rocky Linux 10 running on VitualBox)
fails to finish shutdownall after test1. This could be caused by the
failover in the test to fail to restore the signal handler which
should accept shutdown signal from shutdownall. Adding "sleep 5"
before shutdownall seems to mitigate the problem.

Author: Tatsuo Ishii <ishii(at)postgresql(dot)org>
Backpatch-through: v4.5

Branch
------
V4_5_STABLE

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

Modified Files
--------------
src/test/regression/tests/037.failover_session/test.sh | 2 ++
1 file changed, 2 insertions(+)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-11-25 09:59:19 pgpool: Test: stabilize 037.failover_session.
Previous Message Bo Peng 2025-11-25 03:38:51 pgpool: Doc: add 4.7.0 english release note.