You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
README: Add documentation for compare-results-fstests.py script
Add comprehensive documentation for the bin/compare-results-fstests.py
script, including usage examples, output modes, features, and requirements.
The documentation covers:
- Basic and verbose usage modes
- Description of default and verbose output formats
- Key features like kernel version detection and multi-profile support
- Example commands with actual commit IDs
- Expected commit message format requirements
Generated-by: Claude AI
Signed-off-by: Luis Chamberlain <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+62Lines changed: 62 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,3 +85,65 @@ To see fstests results you can use something like this:
85
85
tar -xOJf fstests/mcgrof/xfs/libvirt-qemu/20240505-0001/6.9.0-rc6.xz 6.9.0-rc6/xfs_reflink_1024/xfs/033.out.bad
86
86
tar -xOJf fstests/mcgrof/xfs/libvirt-qemu/20240505-0001/6.9.0-rc6.xz 6.9.0-rc6/xfs_reflink_1024/xfs/033.dmesg
87
87
```
88
+
89
+
# Comparing fstests results
90
+
91
+
The `bin/compare-results-fstests.py` script allows you to compare test results between two commits to identify regressions and fixes. The script parses commit messages containing structured fstests results and provides a detailed comparison.
0 commit comments