Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.15.0
-
None
-
3
-
9223372036854775807
Description
sanity-dom sanityn: Test return non-zero exit code :1 even if test_sanityn PASS:
== sanityn test complete, duration 339 sec =========================================================== 23:53:38 (1632095618) PASS sanityn (342s)
the reason of failure:
$ tail -1 sanity-dom.sh
exit_status "${TMP}/sanity.log ${TMP}/sanityn.log"
if any sanity test fails (test_39r failed in sanity in that session) – ${TMP}/sanity.log not removed, "ONLY=sanityn sh sanity-dom.sh" checks not only ${TMP}/sanityn.log but ${TMP}/sanity.log also, and returns 1 because of sanity/test_39r failure