Add new regression test for node 0 is down.
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 9 Apr 2018 05:45:37 +0000 (14:45 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 9 Apr 2018 05:45:37 +0000 (14:45 +0900)
commitea4df313e3cd60100113e2a9ee72440623748a72
treeb8877bcbf3d719ff5040f0fc44b7b3ef434d456b
parent0616c4f5de9e87ce4bc37827ac008c709e328d5d
Add new regression test for node 0 is down.

test case 1: node 0 is already down before pgpool starts.
test case 2: node 0 goes down after pgpool starts.
test case 3: node 0 goes down and DISALLOW_TO_FAILOVER flag is set after pgpool starts.
src/test/regression/tests/017.node_0_is_down/test.sh [new file with mode: 0755]