]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
generic/269,xfs/051: don't drop fsstress failures to stdout
authorDarrick J. Wong <djwong@kernel.org>
Mon, 9 Oct 2023 18:18:45 +0000 (11:18 -0700)
committerZorro Lang <zlang@kernel.org>
Sun, 22 Oct 2023 06:32:30 +0000 (14:32 +0800)
commitbbeaf7d1cbf2db50549cdc95b4d2099748641b1c
tree991c541182a401a874665fae3abe21a9cc45e848
parentba2905da44e7ac9f087316ea62f2ea7d8f3fbe7f
generic/269,xfs/051: don't drop fsstress failures to stdout

Prior to commit f55e46d629, these two tests would run fsstress until it
hit a failure -- ENOSPC in the case of generic/269, and EIO in the case
of xfs/051.  These errors are expected, which was why stderr was also
redirected to /dev/null.  Commit f55e46d629 removed the stderr
redirection, which has resulted in a 100% failure rate.

Fix this regression by pushing stderr stream to $seqres.full.

Fixes: f55e46d629 ("fstests: redirect fsstress' stdout to $seqres.full instead of /dev/null")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/generic/269
tests/xfs/051