public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
* Error in generic/397 test script?
@ 2025-01-20 12:32 David Howells
  2025-01-20 14:20 ` David Howells
  2025-01-20 17:17 ` Eric Biggers
  0 siblings, 2 replies; 10+ messages in thread
From: David Howells @ 2025-01-20 12:32 UTC (permalink / raw)
  To: Eric Biggers; +Cc: dhowells, Alex Markuze, fstests, ceph-devel, linux-fsdevel

Hi Eric,

In the generic/397 test script, you placed:

	$XFS_IO_PROG -f $SCRATCH_MNT/edir/newfile |& _filter_scratch
	$XFS_IO_PROG -f $SCRATCH_MNT/edir/0123456789abcdef |& _filter_scratch

but neither of those lines actually has a command on it, and when I run it,
I'm seeing xfs_io hang just waiting endlessly for someone to type commands on
stdin.

Would it be better to do:

	echo >$SCRATCH_MNT/edir/newfile |& _filter_scratch
	echo >$SCRATCH_MNT/edir/0123456789abcdef |& _filter_scratch

instead?

David?


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

end of thread, other threads:[~2025-01-20 17:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-20 12:32 Error in generic/397 test script? David Howells
2025-01-20 14:20 ` David Howells
2025-01-20 15:43   ` David Howells
2025-01-20 17:25     ` Eric Biggers
2025-01-20 17:41       ` David Howells
2025-01-20 17:46         ` Eric Biggers
2025-01-20 17:53           ` Eric Biggers
2025-01-20 17:19   ` Eric Biggers
2025-01-20 17:17 ` Eric Biggers
2025-01-20 17:26   ` David Howells

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox