Date: Wed, 18 Sep 2019 19:22:17 +0000 From: bugzilla-noreply@freebsd.org To: testing@freebsd.org Subject: [Bug 233587] flip-flop test case: usr.bin.procstat.procstat_test.command_line_arguments Message-ID: <bug-233587-32464-DLhTqa7OQT@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-233587-32464@https.bugs.freebsd.org/bugzilla/> References: <bug-233587-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=3D233587 --- Comment #4 from commit-hook@freebsd.org --- A commit references this bug: Author: jilles Date: Wed Sep 18 19:21:20 UTC 2019 New revision: 352491 URL: https://svnweb.freebsd.org/changeset/base/352491 Log: MFC r351819: procstat/tests: Fix flakiness by waiting for program to start Some of the procstat tests start a program "while1" and examine the proce= ss using procstat, but did not wait properly for it to start (kill -0 will succeed immediately after the child process has been created). Instead, have "while1" write something when it starts, and use a fifo to wait for that. PR: 233587, 233588 Changes: _U stable/12/ stable/12/usr.bin/procstat/tests/procstat_test.sh stable/12/usr.bin/procstat/tests/while1.c --=20 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-233587-32464-DLhTqa7OQT>