[Devel] Re: [PATCH] Add a multi-process IPC test

2009-04-12 Thread Serge E. Hallyn
Quoting Oren Laadan (or...@cs.columbia.edu): Serge E. Hallyn wrote: Quoting Dan Smith (da...@us.ibm.com): This test forks off several children in various states to ensure that the IPC namespace information is properly restored after restart. Thanks, Dan. I've got a few other

[Devel] Re: [PATCH] Add a multi-process IPC test

2009-04-11 Thread Oren Laadan
Serge E. Hallyn wrote: Quoting Dan Smith (da...@us.ibm.com): This test forks off several children in various states to ensure that the IPC namespace information is properly restored after restart. Thanks, Dan. I've got a few other simple c/r tests collected which I want to automate in

[Devel] Re: [PATCH] Add a multi-process IPC test

2009-04-11 Thread Oren Laadan
Thanks, added to user-cr.git for next version. Oren. Dan Smith wrote: This test forks off several children in various states to ensure that the IPC namespace information is properly restored after restart. Cc: or...@cs.columbia.edu Signed-off-by: Dan Smith da...@us.ibm.com --- Makefile

[Devel] Re: [PATCH] Add a multi-process IPC test

2009-04-09 Thread Dan Smith
DS This test forks off several children in various states to ensure DS that the IPC namespace information is properly restored after DS restart. I should have mentioned that this test behaves as expected with the latest IPC patches from Oren. If I run it and wait about ten seconds to checkpoint

[Devel] Re: [PATCH] Add a multi-process IPC test

2009-04-09 Thread Serge E. Hallyn
Quoting Dan Smith (da...@us.ibm.com): This test forks off several children in various states to ensure that the IPC namespace information is properly restored after restart. Thanks, Dan. I've got a few other simple c/r tests collected which I want to automate in the next few days so one can

[Devel] Re: [PATCH] Add a multi-process IPC test

2009-04-09 Thread Dan Smith
SH Thanks, Dan. I've got a few other simple c/r tests collected SH which I want to automate in the next few days so one can just run SH 'check_cr' and get a list of pass/fails. I'll also add some tests SH which Nathan had written for IPC. Hmm, I suppose the easiest SH thing for now will be to