Discussion:
Breakage with
(too old to reply)
John Baldwin
2017-11-16 20:48:08 UTC
Permalink
Hi Mateusz,
Per Jenkins, these two tests are broken after r325719:325721: https://ci.freebsd.org/job/FreeBSD-head-amd64-test/4987/ <https://ci.freebsd.org/job/FreeBSD-head-amd64-test/4987/> .
Thanks,
-Ngie
It is probably the first commit. Previously, the kern.proc.<pid> sysctl
would fail for zombies, so these tests poll that sysctl waiting for it to
fail to determine when a process has become a zombie. I think the first
commit broke this as the sysctl now works for zombies so the tests hang
forever. I could fix the tests to check for the status in the kinfo_proc.
I've no idea if there are other programs aside from tests that depend on
this behavior that are also broken though. I feel like I copied that
approach from some other bit of code when writing these tests.
--
John Baldwin
Mark Johnston
2017-12-08 20:00:07 UTC
Permalink
Hi Mateusz,
Per Jenkins, these two tests are broken after r325719:325721: https://ci.freebsd.org/job/FreeBSD-head-amd64-test/4987/ <https://ci.freebsd.org/job/FreeBSD-head-amd64-test/4987/> .
Thanks,
-Ngie
Ping? These tests are still failing.

Continue reading on narkive:
Loading...