Bug 3875

Summary: TestLib AckProcesses should be broken down between funit-child processes and non-funit processes
Product: frysk Reporter: Nurdin Premji <npremji>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: ASSIGNED ---    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 2234    
Attachments: patch of funit class using has a relationship
mylar/context/zip

Description Nurdin Premji 2007-01-16 19:59:54 UTC
Currently the funit-child process is assumed for some AckProcess derivatives but
not all. Sometimes it is unclear which processes are funit-child and which are not. 

Needs to have the funit-child processes on the bottom level as extensions to
more generic AckProcesses. Ex. FunitChildAttached extends AttachedAckProcess.
Comment 1 Andrew Cagney 2007-01-16 23:59:49 UTC
Good point.
Comment 2 Nurdin Premji 2007-01-29 22:32:52 UTC
Created attachment 1525 [details]
patch of funit class using has a relationship

So with this sort of mentality it should be easy to add new funit-child
derivatives (such as funit-thread) that can be started as daemons, detached
processes and attached processes.

Requires fairly big switch of everything over to this method.
FunitChildDetached and FunitChildAttached to follow.
Comment 3 Nurdin Premji 2007-01-29 22:32:54 UTC
Created attachment 1526 [details]
mylar/context/zip