Date: Fri, 07 Nov 2025 17:37:39 +0000 From: bugzilla-noreply@freebsd.org To: testing@FreeBSD.org Subject: [Bug 290837] bin/sh/builtins/functional_test:read11 test fails intermittently on arm64 in CI Message-ID: <bug-290837-32464-zSHuMQbbcu@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-290837-32464@https.bugs.freebsd.org/bugzilla/> References: <bug-290837-32464@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290837 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=5d55553e160a93788372785300f5bd07c2451f93 commit 5d55553e160a93788372785300f5bd07c2451f93 Author: Bryan Drewery <bdrewery@FreeBSD.org> AuthorDate: 2025-11-07 17:28:37 +0000 Commit: Bryan Drewery <bdrewery@FreeBSD.org> CommitDate: 2025-11-07 17:37:19 +0000 sh tests: Fix racy test11.0 This was sometimes exiting while the child fifo was created resulting in [ENOTEMPTY] from rm. The child fifo isn't needed, just sleep. PR: 290837 Fixes: e31fb97148f ("read builtin: Empty variables on timeout") MFC after: 3 days bin/sh/tests/builtins/read11.0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-290837-32464-zSHuMQbbcu>
