Revert "ctdb-tests: Update preamble for INTEGRATION tests"
[Samba.git] / ctdb / tests / INTEGRATION / simple / debug.003.dumpmemory.sh
blob3d976c17d0f68ad349fc06df776b8c657ded222e
1 #!/bin/bash
3 test_info()
5 cat <<EOF
6 Verify that 'ctdb dumpmemory' shows expected output.
8 Prerequisites:
10 * An active CTDB cluster with at least 2 active nodes.
12 Steps:
14 1. Verify that the status on all of the ctdb nodes is 'OK'.
15 2. Run 'ctdb dumpmemory' and verify that it shows expected output
17 Expected results:
19 * 'ctdb dumpmemory' sows valid output.
20 EOF
23 . "${TEST_SCRIPTS_DIR}/integration.bash"
25 ctdb_test_init
27 set -e
29 cluster_is_healthy
31 pat='^([[:space:]].+[[:space:]]+contains[[:space:]]+[[:digit:]]+ bytes in[[:space:]]+[[:digit:]]+ blocks \(ref [[:digit:]]+\)[[:space:]]+0x[[:xdigit:]]+|[[:space:]]+reference to: .+|full talloc report on .+ \(total[[:space:]]+[[:digit:]]+ bytes in [[:digit:]]+ blocks\))$'
33 try_command_on_node -v 0 "$CTDB dumpmemory"
34 sanity_check_output 10 "$pat"
36 echo
37 try_command_on_node -v 0 "$CTDB rddumpmemory"
38 sanity_check_output 10 "$pat"