Details
-
Bug
-
Resolution: Fixed
-
Major
-
Lustre 2.5.3
-
None
-
3
-
9223372036854775807
Description
each test suite runs check_and_cleanup_lustre () at the end;
check_and_cleanup () does the cleanup in the following manner :
[ -n "$DIR" ] && rm -rf $DIR/[Rdfs][0-9]*
The idea is to split "check" and "cleanup" and force test-framework to do "check" by lfsck, and exclude cleanup if required.