grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Fix Several Test Failures
@ 2025-08-26  0:28 Andrew Hamilton
  2025-08-26  0:28 ` [PATCH v2 1/3] tests: Split ZFS ZSTD Test Into New File Andrew Hamilton
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Andrew Hamilton @ 2025-08-26  0:28 UTC (permalink / raw)
  To: grub-devel; +Cc: daniel.kiper, Andrew Hamilton

Correct several test failures observed while running GRUB 'make check'
on Debian 13. The test failures fixed here are:

1. ZFS ZSTD - Test was failing zfs_test due to lack of support in
zfs-fuse for zstd compression. This specific test case was split
into a new test file allowing skipping the test if zstd is not
supported to avoid masking other possible (future) zfs test failures.
2. Correct test failure in erofs_test in newer Linux distros caused
by a change in mkfs.erofs to limit the maximum file system label
length to 15 characters. Reduce the label used for testing to work
within this limit.
3. Correct test failure in ext234_test in newer Linux distros caused
by a change in e2fsprogs that removed the ability to set "version 0"
ext2 file systems using the "-r" flag. Instead a new flag is added
to support this. Update the test to support the old method in older
distros and the new method in newer distros.

Changes since v1:
- Remove unrelated changes to .gitignore

Andrew Hamilton (3):
  tests: Split ZFS ZSTD Test Into New File
  tests: Avoid Test Failure in erofs for label length
  tests: Support Changed mkfs.ext2 Behavior for -r Flag

 .gitignore                   |  1 +
 Makefile.util.def            |  6 ++++++
 tests/util/grub-fs-tester.in | 13 ++++++++++---
 tests/zfs_test.in            |  1 -
 tests/zfs_zstd_test.in       | 30 ++++++++++++++++++++++++++++++
 5 files changed, 47 insertions(+), 4 deletions(-)
 create mode 100644 tests/zfs_zstd_test.in

-- 
2.39.5


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-08-26 15:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-26  0:28 [PATCH v2 0/3] Fix Several Test Failures Andrew Hamilton
2025-08-26  0:28 ` [PATCH v2 1/3] tests: Split ZFS ZSTD Test Into New File Andrew Hamilton
2025-08-26  3:30   ` Glenn Washburn
2025-08-26 15:37     ` Andrew Hamilton
2025-08-26  0:28 ` [PATCH v2 2/3] tests: Avoid Test Failure in erofs for label length Andrew Hamilton
2025-08-26  0:28 ` [PATCH v2 3/3] tests: Support Changed mkfs.ext2 Behavior for -r Flag Andrew Hamilton via Grub-devel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).