Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
sanity/test_205d is the test case for LU-16110. It may fail silently for 2 reasons:
- yaml.safe_load_all() does not report error unless its content is used again (e.g. print the content)
- use "output=$()" to capture the output of a command. But it converts newline to space, so that valid YAML is converted to invalid. But the error cannot be found due to the reason above
And in a multi-mds system, put the testdir on mds1 forcefully
Attachments
Issue Links
- is related to
-
LU-16110 Make output of jobs_stats and rename_stats valid YAML
- Resolved