*** src/test/regression/tests/041.external_replication_delay/test.sh 2025-11-03 15:27:29.630972600 +0900 --- /tmp/test.sh 2025-11-03 15:22:31.503487058 +0900 *************** *** 217,223 **** EOF # With high delays (2000ms > 1000ms threshold), query should go to primary (node 0) ! grep "SELECT \* FROM t1 LIMIT 1.*DB node id: 0" log/pgpool.log >/dev/null 2>&1 if [ $? != 0 ];then echo fail: query was not sent to primary node despite high delay ./shutdownall --- 217,223 ---- EOF # With high delays (2000ms > 1000ms threshold), query should go to primary (node 0) ! grep "DB node id: 0 backend pid: [0-9]* statement: SELECT \* FROM t1 LIMIT 1;" log/pgpool.log >/dev/null 2>&1 if [ $? != 0 ];then echo fail: query was not sent to primary node despite high delay ./shutdownall *************** *** 277,283 **** # No specific error message expected - just verify it doesn't crash sleep 3 ! echo ok: empty command test succeeded (fallback to builtin) ./shutdownall # ---------------------------------------------------------------------------------------- --- 277,283 ---- # No specific error message expected - just verify it doesn't crash sleep 3 ! echo "ok: empty command test succeeded (fallback to builtin)" ./shutdownall # ----------------------------------------------------------------------------------------