mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
0b3db29bd5
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com> Autobuild-User(master): Amitay Isaacs <amitay@samba.org> Autobuild-Date(master): Mon Feb 10 05:34:08 UTC 2020 on sn-devel-184
26 lines
405 B
Bash
Executable File
26 lines
405 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "3 nodes, all ok, GET_PID control times out"
|
|
|
|
setup_lvs <<EOF
|
|
EOF
|
|
|
|
setup_ctdbd <<EOF
|
|
NODEMAP
|
|
0 192.168.20.41 0x0 CURRENT RECMASTER
|
|
1 192.168.20.42 0x0
|
|
2 192.168.20.43 0x0
|
|
|
|
CONTROLFAILS
|
|
30 0 TIMEOUT # Make "ctdb getpid" time out
|
|
EOF
|
|
|
|
#####
|
|
|
|
required_result 1 <<EOF
|
|
Maximum runtime exceeded - exiting
|
|
EOF
|
|
simple_test -T 3
|