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:30
Message-ID: E1vNppZ-00Dzfd-2n@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
------
master

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

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 Taiki Koshino 2025-11-26 08:53:44 pgpool: Prepare 4.7beta1.
Previous Message Tatsuo Ishii 2025-11-25 09:59:24 pgpool: Test: stabilize 037.failover_session.