[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] tests/util/grub-fs-tester: Avoid failing some file system te
From: |
Daniel Kiper |
Subject: |
Re: [PATCH] tests/util/grub-fs-tester: Avoid failing some file system tests due to file system filling up |
Date: |
Tue, 16 May 2023 15:29:50 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Sat, May 13, 2023 at 11:52:56PM -0500, Glenn Washburn wrote:
> On some systems /usr/share/dict/american-english can be larger than the
> available space on the filesystem being tested (eg. vfat12a). This
> causes a failure of the filesystem test and is not a real test failure.
> Instead, use dd to copy at most 1M of data to the filesystem, which is
> enough for our purposes and will not fill any of the tested filesystems.
>
> Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Daniel