[HACKERS] Should we disable Solaris using Unix Domain Sockets in the regression test?

2001-09-22 Thread Justin Clift
Hi all, Did anyone ever figure out why Solaris boxes had those random failures during the regression tests? If no, then should we ensure the regression test on Solaris run's over TCP instead (like BeOS and QNX do)? To do this is a one-line fix in the shell script. Regards and best wishes,

Re: [HACKERS] Should we disable Solaris using Unix Domain Sockets in the regression test?

2001-09-22 Thread Ian Lance Taylor
Justin Clift [EMAIL PROTECTED] writes: Did anyone ever figure out why Solaris boxes had those random failures during the regression tests? It should be better now that listen() is being called with a larger number. The basic problem is that Solaris actually honors the listen() backlog

Re: [HACKERS] Should we disable Solaris using Unix Domain Sockets in the

2001-09-22 Thread Justin Clift
Cool. :) Regards and best wishes, Justin Clift Ian Lance Taylor wrote: Justin Clift [EMAIL PROTECTED] writes: Did anyone ever figure out why Solaris boxes had those random failures during the regression tests? It should be better now that listen() is being called with a larger