Failed runs: https://ci.freebsd.org/job/FreeBSD-head-amd64-test/8353/testReport/junit/usr.bin.procstat/procstat_test/command_line_arguments/ https://ci.freebsd.org/job/FreeBSD-head-amd64-test/8480/testReport/junit/usr.bin.procstat/procstat_test/command_line_arguments/ https://ci.freebsd.org/job/FreeBSD-head-amd64-test/8897/testReport/junit/usr.bin.procstat/procstat_test/command_line_arguments/ https://ci.freebsd.org/job/FreeBSD-head-amd64-test/9180/testReport/junit/usr.bin.procstat/procstat_test/command_line_arguments/ https://ci.freebsd.org/job/FreeBSD-head-amd64-test/9281/testReport/junit/usr.bin.procstat/procstat_test/command_line_arguments/
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
*** Bug 222927 has been marked as a duplicate of this bug. ***