1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
437 B
Bash
Raw Normal View History

#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "redirected status output in debug script"
setup_eventd
required_error ETIMEDOUT <<EOF
Event verbosetimeout2 in random timed out
EOF
simple_test run 5 random verbosetimeout2
# wait for debug hung script
sleep 5
ok <<EOF
01.disabled DISABLED
02.enabled TIMEDOUT DATETIME
OUTPUT: Sleeping for 99 seconds
EOF
unit_test cat "${CTDB_BASE}/debug_script.log"