Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.5.0
-
3
-
8845
Description
sanity tests 27c, 77c, 77e, 77h are skipped when previous dependent test is not ran:
sanity.sh: test_27c() { [ -f $DIR/d27/f01 ] || skip "test_27b not run" && return ... } test_77c() { [ ! -f $DIR/f77b ] && skip "requires 77b - skipping" && return
Attachments
Issue Links
- is related to
-
LU-2524 Tests regressions: tests interrelation introduced.
- Closed