Re: [PATCH v1 2/2] travis-ci: enable sequential test execution for t9113 and 9126

2016-05-23 Thread Junio C Hamano
Eric Wong writes: > Junio C Hamano wrote: >> Lars Schneider writes: >> >> On 19 May 2016, at 19:11, Junio C Hamano wrote: >> >> Eric Wong writes: >> >> >> >>> Anyways, how about making the tests

Re: [PATCH v1 2/2] travis-ci: enable sequential test execution for t9113 and 9126

2016-05-23 Thread Eric Wong
Junio C Hamano wrote: > Lars Schneider writes: > >> On 19 May 2016, at 19:11, Junio C Hamano wrote: > >> Eric Wong writes: > >> > >>> Anyways, how about making the tests run on separate ports and > >>> not worry

Re: [PATCH v1 2/2] travis-ci: enable sequential test execution for t9113 and 9126

2016-05-23 Thread Junio C Hamano
Lars Schneider writes: >> On 19 May 2016, at 19:11, Junio C Hamano wrote: >> >> Eric Wong writes: >> >>> Anyways, how about making the tests run on separate ports and >>> not worry about serializing them at all? >> >> Yeah, that

Re: [PATCH v1 2/2] travis-ci: enable sequential test execution for t9113 and 9126

2016-05-22 Thread Eric Wong
Lars Schneider wrote: > > On 19 May 2016, at 19:11, Junio C Hamano wrote: > > Eric Wong writes: > > > >> Anyways, how about making the tests run on separate ports and > >> not worry about serializing them at all? > > > > Yeah, that

Re: [PATCH v1 2/2] travis-ci: enable sequential test execution for t9113 and 9126

2016-05-22 Thread Lars Schneider
> On 19 May 2016, at 19:11, Junio C Hamano wrote: > > Eric Wong writes: > >> Anyways, how about making the tests run on separate ports and >> not worry about serializing them at all? > > Yeah, that does sound like a more sensible approach. Makes sense.

Re: [PATCH v1 2/2] travis-ci: enable sequential test execution for t9113 and 9126

2016-05-19 Thread Junio C Hamano
Eric Wong writes: > Anyways, how about making the tests run on separate ports and > not worry about serializing them at all? Yeah, that does sound like a more sensible approach. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to

Re: [PATCH v1 2/2] travis-ci: enable sequential test execution for t9113 and 9126

2016-05-19 Thread Eric Wong
larsxschnei...@gmail.com wrote: > Enable t9113 and 9126 by defining the SVNSERVER_PORT. Since both tests > open the same port during execution, they cannot run in parallel. Add > a ".seq.sh" suffix to the test files and teach "prove" to run them > sequentially. Interesting, I guess I forgot the