[Bug 233587] flip-flop test case: usr.bin.procstat.procstat_test.command_line_arguments

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Sep 18 19:29:08 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233587

--- Comment #5 from commit-hook at freebsd.org ---
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

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-testing mailing list