| 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:24 |
| Message-ID: | E1vNppU-00DzKs-0b@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_7_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=1b7a28b0d70854de9e87a21289ed37277666bfa0
Modified Files
--------------
src/test/regression/tests/037.failover_session/test.sh | 2 ++
1 file changed, 2 insertions(+)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuo Ishii | 2025-11-25 09:59:30 | pgpool: Test: stabilize 037.failover_session. |
| Previous Message | Tatsuo Ishii | 2025-11-25 09:59:19 | pgpool: Test: stabilize 037.failover_session. |