1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/ctdb/tests/eventd/eventd_043.sh
Amitay Isaacs c8756ec17b ctdb-event: Switch to ETIMEDOUT instead of ETIME
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13520

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>
2018-07-28 03:50:10 +02:00

30 lines
613 B
Bash
Executable File

#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "multiple components with timeout"
setup_eventd
ok_null
simple_test_background run 10 multi monitor
required_error ETIMEDOUT <<EOF
Event timeout in random timed out
EOF
simple_test run 10 random timeout
ok <<EOF
01.test OK DURATION DATETIME
02.test OK DURATION DATETIME
03.test OK DURATION DATETIME
EOF
simple_test status multi monitor
required_error ETIMEDOUT <<EOF
01.disabled DISABLED
02.enabled TIMEDOUT DATETIME
OUTPUT:
EOF
simple_test status random timeout