Test: add log_backend_messages to 124.bug700_memqcache_segfault regression test. master
authorTatsuo Ishii <ishii@postgresql.org>
Sat, 27 Sep 2025 10:08:49 +0000 (19:08 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Sat, 27 Sep 2025 10:08:49 +0000 (19:08 +0900)
To investigate recent failure of the test, add:
log_backend_messages = terse

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

index a26475bae948bb04a46bdb7ed801d777b5da026a..a811da171949e8b87eb45382f3aa745c4419f0bf 100755 (executable)
@@ -27,6 +27,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
     ./startall
     wait_for_pgpool_startup