Test: add log_client_messages to 124.bug700_memqcache_segfault regression test. master
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 30 Sep 2025 09:51:22 +0000 (18:51 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 30 Sep 2025 09:51:22 +0000 (18:51 +0900)
To investigate recent failure of the test, add:
log_client_messages = on

src/test/regression/tests/124.bug700_memqcache_segfault/test.sh

index a811da171949e8b87eb45382f3aa745c4419f0bf..116d5c16c65c403a936a67bb209790299846df2f 100755 (executable)
@@ -28,6 +28,7 @@ do
     echo "memory_cache_enabled = on" >> etc/pgpool.conf
     echo "log_min_messages = debug1" >> etc/pgpool.conf
     echo "log_backend_messages = terse" >> etc/pgpool.conf
+    echo "log_client_messages = on" >> etc/pgpool.conf
     ./startall
     wait_for_pgpool_startup