From 14d972f4ef22e52be30f965fa53d3aeb6827eebc Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Mon, 21 Jun 2021 10:19:23 +0900 Subject: [PATCH] Fix 018.detach_primary error in the log. The regression test itself passes but execution of pcp_watchdog_info to get information failed because it tried to connect to UNIX domain socket. --- src/test/regression/tests/018.detach_primary/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regression/tests/018.detach_primary/test.sh b/src/test/regression/tests/018.detach_primary/test.sh index 2ded69150..82b820061 100755 --- a/src/test/regression/tests/018.detach_primary/test.sh +++ b/src/test/regression/tests/018.detach_primary/test.sh @@ -105,7 +105,7 @@ sleep 10 date wait_for_pgpool_startup date -$PGPOOL_INSTALL_DIR/bin/pcp_watchdog_info -v -w -p $PCP_PORT +$PGPOOL_INSTALL_DIR/bin/pcp_watchdog_info -v -w -h localhost -p $PCP_PORT $PSQL -c "show pool_nodes" postgres -- 2.39.5