Date: Wed, 04 Sep 2019 16:26:10 +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-BX2G2woNH3@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 #2 from commit-hook@freebsd.org --- A commit references this bug: Author: jilles Date: Wed Sep 4 16:25:42 UTC 2019 New revision: 351819 URL: https://svnweb.freebsd.org/changeset/base/351819 Log: 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 Reviewed by: ngie MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D21519 Changes: head/usr.bin/procstat/tests/procstat_test.sh head/usr.bin/procstat/tests/while1.c --=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-233587-32464-BX2G2woNH3>