Failed runs: https://ci.freebsd.org/job/FreeBSD-head-amd64-test/8378/testReport/junit/usr.bin.procstat/procstat_test/environment/ https://ci.freebsd.org/job/FreeBSD-head-amd64-test/8480/testReport/junit/usr.bin.procstat/procstat_test/environment/ https://ci.freebsd.org/job/FreeBSD-head-amd64-test/8701/testReport/junit/usr.bin.procstat/procstat_test/environment/ https://ci.freebsd.org/job/FreeBSD-head-amd64-test/8729/testReport/junit/usr.bin.procstat/procstat_test/environment/ https://ci.freebsd.org/job/FreeBSD-head-amd64-test/8786/testReport/junit/usr.bin.procstat/procstat_test/environment/ https://ci.freebsd.org/job/FreeBSD-head-amd64-test/8812/testReport/junit/usr.bin.procstat/procstat_test/environment/ https://ci.freebsd.org/job/FreeBSD-head-amd64-test/8819/testReport/junit/usr.bin.procstat/procstat_test/environment/ https://ci.freebsd.org/job/FreeBSD-head-amd64-test/9046/testReport/junit/usr.bin.procstat/procstat_test/environment/ https://ci.freebsd.org/job/FreeBSD-head-amd64-test/9105/testReport/junit/usr.bin.procstat/procstat_test/environment/ https://ci.freebsd.org/job/FreeBSD-head-amd64-test/9284/testReport/junit/usr.bin.procstat/procstat_test/environment/ Fail: stderr not empty --- /dev/null 2018-07-27 21:28:40.224501000 +0000 +++ /tmp/kyua.ydRVmy/232/work/check.5aCQal/stderr 2018-07-27 21:28:40.223336000 +0000 @@ -0,0 +1 @@ +procstat: sysctl(kern.proc.env): Device busy
A commit references this bug: Author: lwhsu Date: Thu Dec 6 09:22:36 UTC 2018 New revision: 341623 URL: https://svnweb.freebsd.org/changeset/base/341623 Log: Temporarily skip flakey test cases PR: 233586, 233587, 233588 Approved by: markj (mentor) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D18362 Changes: head/tests/sys/kqueue/libkqueue/kqueue_test.sh head/usr.bin/procstat/tests/procstat_test.sh
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 process 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
Fixed in head; MFC pending
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 process 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
A commit references this bug: Author: jilles Date: Wed Sep 18 19:28:18 UTC 2019 New revision: 352492 URL: https://svnweb.freebsd.org/changeset/base/352492 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 process 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/11/ stable/11/usr.bin/procstat/tests/procstat_test.sh stable/11/usr.bin/procstat/tests/while1.c