Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
None
-
3
-
9223372036854775807
Description
Tests 33 34 35 36 of sanity-hsm check that processes exit correctly (/ die when killed) using the following command:
local there=$(ps -o pid,comm hp $pid >/dev/null) [[ -z $there ]] || error "Process dos not exit"
Obviously $there is always empty and the test is a noop. The output should not be redirected to /dev/null.
test_33 fails when fixed, this is related to LU-5216.