Date: Thu, 27 Dec 2018 21:45:43 +0000 From: bugzilla-noreply@freebsd.org To: testing@freebsd.org Subject: [Bug 233646] Flakey test case: bin.sh.builtins.functional_test.kill1 Message-ID: <bug-233646-32464-zKZpkuozYR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233646-32464@https.bugs.freebsd.org/bugzilla/> References: <bug-233646-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=3D233646 --- Comment #2 from Enji Cooper <yaneurabeya@gmail.com> --- I could be wrong... but this seems racy: ``` 1 # $FreeBSD$ 2=20 3 : & 4 p1=3D$! 5 : & 6 p2=3D$! 7 wait $p2 8 kill %1 ``` @jilles: would it be better if sleep 5 was backgrounded instead? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-233646-32464-zKZpkuozYR>