Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
Lustre 1.8.6
-
None
-
10757
Description
Problem:
At the beginning of each test the test framework outputs a DEBUG MARKER which contains the name of the test and a description. For 2.1 this was upgraded to also include the suite name.
So in b18 the beginning of test 24a in sanity was marked with a string that looked like this.
Lustre: DEBUG MARKER: == test 24a: touch .../R1/f; rename .../R1/f .../R1/g ========= == 05:07:44
For 2.1 is was changed to also include the word Sanity and hence look like this.
b1_8 needs to be upgraded to look like this.
Solution:
This will include modifying test-framework.sh to include an additional banner function copyied from 2.1 and also slight changes so that the banner functionality is called. The changes required will be found by inspecting the b1_8 code.