Bug 3875 - TestLib AckProcesses should be broken down between funit-child processes and non-funit processes
Summary: TestLib AckProcesses should be broken down between funit-child processes and ...
Status: ASSIGNED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 2234
  Show dependency treegraph
 
Reported: 2007-01-16 19:59 UTC by Nurdin Premji
Modified: 2007-08-07 21:49 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments
patch of funit class using has a relationship (2.07 KB, text/plain)
2007-01-29 22:32 UTC, Nurdin Premji
Details
mylar/context/zip (7.03 KB, application/octet-stream)
2007-01-29 22:32 UTC, Nurdin Premji
Details

Note You need to log in before you can comment on or make changes to this bug.
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