mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
0f28ccf87a
CTDB should warn by default if too much system memory or swap is used. The tests have also been tweaked. In particular, the filesystem-only tests need to initialise the memory information to avoid errors where meminfo isn't set. Document the defaults, warning against disabling them. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
15 lines
218 B
Bash
Executable File
15 lines
218 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "Memory check, good situation, all memory checks enabled"
|
|
|
|
setup_memcheck
|
|
|
|
CTDB_MONITOR_MEMORY_USAGE="80:90"
|
|
CTDB_MONITOR_SWAP_USAGE="1:50"
|
|
|
|
ok_null
|
|
|
|
simple_test
|