pgpool: Test: stabilize 039.log_backend_messages test.

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgpool-committers(at)lists(dot)postgresql(dot)org
Subject: pgpool: Test: stabilize 039.log_backend_messages test.
Date: 2025-08-31 06:25:47
Message-ID: E1usbVb-00ETbW-1C@gothos.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgpool-committers

Test: stabilize 039.log_backend_messages test.

In the test a query is sent to standby server right after rows are
inserted into primary server. Due to a replication lag, the inserted
rows could not be found on the standby in slower machines. This
commit tries to fix the issue by using synchronous replication with
remote_apply option.

Backpatch-through: v4.2

Branch
------
V4_6_STABLE

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

Modified Files
--------------
src/test/regression/tests/039.log_backend_messages/test.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)

Browse pgpool-committers by date

  From Date Subject
Next Message Tatsuo Ishii 2025-08-31 06:26:11 pgpool: Test: stabilize 039.log_backend_messages test.
Previous Message Tatsuo Ishii 2025-08-29 07:19:51 pgpool: Test: fix ruby script in 010.rewrite_timestamp.