| 93b15dbc | 05-Jan-2026 |
Jose Luis Duran <jlduran@FreeBSD.org> |
makefs: tests: Fix timestamp-related tests
Use a variable for mtree that includes the DEFAULT_MTREE_KEYWORDS, in order to avoid missing the important "time" keyword or passing an unimplemented "nlin
makefs: tests: Fix timestamp-related tests
Use a variable for mtree that includes the DEFAULT_MTREE_KEYWORDS, in order to avoid missing the important "time" keyword or passing an unimplemented "nlink" keyword.
Unskip the "failing" tests, and comment out the specific failing checks, these will be addressed (or at least discussed) in a different revision.
For MS-DOS tests, use an even value timestamp, as precision is 2s.
For ZFS tests, use import_image instead of mount_image consistently.
Reviewed by: bnovkov, markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D54429
show more ...
|
| 96efda9c | 05-Jan-2026 |
Jose Luis Duran <jlduran@FreeBSD.org> |
makefs: tests: Fix -D flag test
As stated in the manual page:
-F is almost certainly not the option you are looking for. To create an image from a list of files in an mtree format manifest, specif
makefs: tests: Fix -D flag test
As stated in the manual page:
-F is almost certainly not the option you are looking for. To create an image from a list of files in an mtree format manifest, specify it as the last argument on the command line, not as the argument to -F.
This change does exactly that. Also bug #192839 has already been fixed.
Reviewed by: ngie MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D54428
show more ...
|
| 0a6deb87 | 05-Jan-2026 |
Jose Luis Duran <jlduran@FreeBSD.org> |
makefs: tests: Cleanup and remove default flags
Cleanup and remove default atf_check flags for clarity. The following two lines are equivalent:
atf_check $cmd atf_check -s exit:0 -e empty
makefs: tests: Cleanup and remove default flags
Cleanup and remove default atf_check flags for clarity. The following two lines are equivalent:
atf_check $cmd atf_check -s exit:0 -e empty -o empty $cmd
Update the links to the reference documents.
Remove the D_flag_cleanup function, as common_cleanup() for these particular set of tests does two things:
1. Unmount the md(4) device. 2. Destroy the md(4) device.
Essentially, one should only call common_cleanup() if the test body invokes mount_image(). This is not the case for D_flag_body().
No functional changes intended.
Reviewed by: ngie MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D54427
show more ...
|
| 065f0217 | 05-Jan-2026 |
Jose Luis Duran <jlduran@FreeBSD.org> |
makefs: tests: Double the timeout of ZFS file_extend test
The test makefs_zfs_tests:file_extend is timing out on ci.freebsd.org. Double the default timeout to allow it to finish.
Reported by: Jenki
makefs: tests: Double the timeout of ZFS file_extend test
The test makefs_zfs_tests:file_extend is timing out on ci.freebsd.org. Double the default timeout to allow it to finish.
Reported by: Jenkins Reviewed by: asomers MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D54425
show more ...
|
| 68dc9c6b | 21-Jul-2025 |
Mark Johnston <markj@FreeBSD.org> |
makefs/zfs tests: Run in parallel
Use the script PID as a pool GUID. This way, tests running in parallel will have pool GUIDs that won't collide, and the tests no longer need to be serialized.
MFC
makefs/zfs tests: Run in parallel
Use the script PID as a pool GUID. This way, tests running in parallel will have pool GUIDs that won't collide, and the tests no longer need to be serialized.
MFC after: 1 month
show more ...
|