| 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:19 |
| Message-ID: | E1vNppO-00Dz8q-2i@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_6_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=0c45a1e013073514f770c3419ff5a7470a1a730b
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:24 | pgpool: Test: stabilize 037.failover_session. |
| Previous Message | Tatsuo Ishii | 2025-11-25 09:59:14 | pgpool: Test: stabilize 037.failover_session. |