3 .
"${TEST_SCRIPTS_DIR}/unit.sh"
5 define_test
"process terminated after debug"
12 sed -e "s|${_pid}|PID|"
15 required_error ETIMEDOUT
<<EOF
16 Event timeout in random timed out
18 simple_test run
5 random timeout
20 # wait for debug hung script
26 unit_test
cat "${CTDB_BASE}/debug_script.log"
28 pid
=$
(cat "${CTDB_BASE}/debug_script.log" |
awk '{print $2}')
31 unit_test pstree
"$pid"