Add some watchdog test cases
authorMuhammad Usama <m.usama@gmail.com>
Thu, 9 Nov 2017 13:46:52 +0000 (18:46 +0500)
committerMuhammad Usama <m.usama@gmail.com>
Thu, 9 Nov 2017 13:46:52 +0000 (18:46 +0500)
commit9f12b15f322e9094873ff6039b7d4de7cd019baa
tree53648eef9203d17f09bd63b8cee2630afae368c0
parent225ba5e5844dd9e959650feb98db922fa9ca9934
Add some watchdog test cases
16 files changed:
src/include/pool_config.h
src/test/regression/tests/012.watchdoc_test_failover_when_quorum_exists/master.conf [new file with mode: 0644]
src/test/regression/tests/012.watchdoc_test_failover_when_quorum_exists/standby.conf [new file with mode: 0644]
src/test/regression/tests/012.watchdoc_test_failover_when_quorum_exists/standby2.conf [new file with mode: 0644]
src/test/regression/tests/012.watchdoc_test_failover_when_quorum_exists/test.sh [new file with mode: 0755]
src/test/regression/tests/013.watchdoc_test_failover_require_consensus/master.conf [new file with mode: 0644]
src/test/regression/tests/013.watchdoc_test_failover_require_consensus/standby.conf [new file with mode: 0644]
src/test/regression/tests/013.watchdoc_test_failover_require_consensus/standby2.conf [new file with mode: 0644]
src/test/regression/tests/013.watchdoc_test_failover_require_consensus/test.sh [new file with mode: 0755]
src/test/regression/tests/014.watchdoc_test_quorum_bypass/master.conf [new file with mode: 0644]
src/test/regression/tests/014.watchdoc_test_quorum_bypass/test.sh [new file with mode: 0755]
src/test/regression/tests/015.watchdoc_test_master_and_backend_fail/master.conf [new file with mode: 0644]
src/test/regression/tests/015.watchdoc_test_master_and_backend_fail/standby.conf [new file with mode: 0644]
src/test/regression/tests/015.watchdoc_test_master_and_backend_fail/standby2.conf [new file with mode: 0644]
src/test/regression/tests/015.watchdoc_test_master_and_backend_fail/test.sh [new file with mode: 0755]
src/watchdog/watchdog.c