testProcRefresh(frysk.proc.TestRefresh)junit.framework.AssertionFailedError: proc's task count after kills expected:<2> but was:<3> at frysk.proc.TestRefresh.testProcRefresh(TestRunner) at frysk.junit.Runner.runCases(TestRunner) at frysk.junit.Runner.runArchCases(TestRunner) at frysk.junit.Runner.runTestCases(TestRunner) at TestRunner.main(TestRunner)
There's a race condition with the way tasks, once joined, get removed from /proc - at the time of the refresh only one of the tasks was removed but a probe shows that the second later disappears.
Downstream tracker: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=218405