Re: An idea for running tests in parallel

2019-03-06 Thread Daniel Stenberg via curl-library
On Wed, 6 Mar 2019, Kamil Dudka wrote: Let me propose a third way: The LD_PRELOAD way. This kind of instrumentation is fragile and suffers from portability issues. Yeah, so the TCP approach still needs to be there and work for when this system can't be used. I was thinking of this using app

Re: An idea for running tests in parallel

2019-03-06 Thread Kamil Dudka via curl-library
On Wednesday, March 6, 2019 9:32:57 AM CET Daniel Stenberg via curl-library wrote: > Hi, > > We've previously talked about doing something to enable running tests in > parallel on the same host. Since quite a long time actually. > > The current problem is that we fire up a number of test servers

An idea for running tests in parallel

2019-03-06 Thread Daniel Stenberg via curl-library
Hi, We've previously talked about doing something to enable running tests in parallel on the same host. Since quite a long time actually. The current problem is that we fire up a number of test servers that listen to TCP ports and we run curl, and other test-tools, against those servers. We