« Return to Thread: reason why ipc_create fails on Solaris

Re: reason why ipc_create fails on Solaris

by Daniel Gollub :: Rate this Message:

Reply to Author | View in Thread

On Saturday 19 April 2008 16:14:29 Daniel Gollub wrote:

> On Saturday 19 April 2008 15:12:10 Daniel Gollub wrote:
> > I'll try to come up with some trivial patch to get rid of system calls
> > which check for existing directories/files. So this will also work in
> > Windows - hopefully ;)
>
> Here you go:
>
> Introduces osync_testing_file_* helpers and makes those system(*file
> operation*) obsolete:
> http://opensync.org/changeset/3279
>
> Make use of osync_testing_file_* handlers in ipc unittest instead of
> system() calls:
> http://opensync.org/changeset/3280
>


Build of r3280 on testhost "pingpong":
http://opensync.org/testing/testDetails.php?test=639&build=226

Running suite(s): IPC
45%: Checks: 20, Failures: 1, Errors: 10
-----
compared to older build with system calls:

Running suite(s): IPC
rm: /tmp/testpipe: No such file or directory
rm: /tmp/testpipe: No such file or directory
/tmp/testpipe: No such file or directory
/tmp/testpipe: No such file or directory
rm: /tmp/testpipe: No such file or directory
/tmp/testpipe
/tmp/testpipe: No such file or directory
rm: /tmp/testpipe: No such file or directory
rm: /tmp/testpipe: No such file or directory
/tmp/testpipe: No such file or directory
/tmp/testpipe: No such file or directory
rm: /tmp/testpipe: No such file or directory
/tmp/testpipe
/tmp/testpipe: No such file or directory
25%: Checks: 20, Failures: 5, Errors: 10

But there still lots of test where the test timeout expires ... i guess still
related to the missing HUP signal.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Opensync-devel mailing list
Opensync-devel@...
https://lists.sourceforge.net/lists/listinfo/opensync-devel

 « Return to Thread: reason why ipc_create fails on Solaris