Re: [PATCH] ruby bindings: improve svnserve port handling in test suite

2013-06-19 Thread Daniel Shahaf
Joe Orton wrote on Wed, Jun 19, 2013 at 10:15:57 +0100: > We've seen a few cases where the test suite for the ruby bindings fails > spuriously. There are two (separate) issues: > > a) there is a race between svnserve failing in bind() because the chosen > port is already in use, and the test su

[PATCH] ruby bindings: improve svnserve port handling in test suite

2013-06-19 Thread Joe Orton
We've seen a few cases where the test suite for the ruby bindings fails spuriously. There are two (separate) issues: a) there is a race between svnserve failing in bind() because the chosen port is already in use, and the test suite checking that the forked svnserve process is still running.