Bug 3652

Summary: testProcRefresh(frysk.proc.TestRefresh)junit.framework.AssertionFailedError: proc's task count after kills expected:<2> but was:<3>
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2654    

Description Andrew Cagney 2006-12-05 03:09:52 UTC
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)
Comment 1 Andrew Cagney 2006-12-05 04:53:15 UTC
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.
Comment 2 Andrew Cagney 2006-12-05 05:07:32 UTC
Downstream tracker:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=218405