Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.10.1, Lustre 2.11.0
-
None
-
3
-
9223372036854775807
Description
When sanity 129 is run the following error from bash is printed (this doesn't cause direct test failure):
./sanity.sh: line 9244: [: true: integer expression expected
This is due to has_warning being set to either true/false but those values aren't being evaluated as integers but as strings. So the correct comparison is actually:
[ $has_warnings = "false" ]
John L. Hammond (john.hammond@intel.com) merged in patch https://review.whamcloud.com/30151/
Subject:
LU-10255tests: Fix wrong comparison operator in sanity 129Project: fs/lustre-release
Branch: b2_10
Current Patch Set:
Commit: 3dc028ea4916b1f2ca1f829c7338a5ff355f44d5