mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
45de2b1d9b
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
21 lines
328 B
Bash
Executable File
21 lines
328 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "Memory check, bad situation, custom memory critical"
|
|
|
|
setup
|
|
|
|
setup_script_options <<EOF
|
|
CTDB_MONITOR_MEMORY_USAGE=":85"
|
|
EOF
|
|
|
|
set_mem_usage 90 0
|
|
required_result 1 <<EOF
|
|
ERROR: System memory utilization 90% >= threshold 85%
|
|
$FAKE_PROC_MEMINFO
|
|
$(ps foobar)
|
|
EOF
|
|
|
|
simple_test
|