Re: Parallel curl testing project

2023-03-23 Thread Dan Fandrich via curl-library
On Thu, Mar 23, 2023 at 01:24:18PM -0400, Jeffrey Walton wrote: > You can run particular self tests rather than the entire test suite. The problem is, I'm changing the test suite itself so I need to run everything to get a better chance of hitting the edge cases. Stefan is similarly working on

Re: Parallel curl testing project

2023-03-23 Thread Jeffrey Walton via curl-library
On Thu, Mar 23, 2023 at 1:18 PM Dan Fandrich via curl-library wrote: > > On Thu, Mar 23, 2023 at 08:57:20AM +0100, Stefan Eissing wrote: > > very happy that you will work on this. I like to run the test suite locally > > before a large push and the time it takes on my machine is around 10 > >

Re: Parallel curl testing project

2023-03-23 Thread Dan Fandrich via curl-library
On Thu, Mar 23, 2023 at 08:57:20AM +0100, Stefan Eissing wrote: > very happy that you will work on this. I like to run the test suite locally > before a large push and the time it takes on my machine is around 10 minutes. > I'd very much appreciate that to go down! I've been hit pretty hard

Re: Parallel curl testing project

2023-03-23 Thread Stefan Eissing via curl-library
Dan, very happy that you will work on this. I like to run the test suite locally before a large push and the time it takes on my machine is around 10 minutes. I'd very much appreciate that to go down! Kind Regards, Stefan > Am 22.03.2023 um 18:54 schrieb Dan Fandrich via curl-library > : >

Parallel curl testing project

2023-03-22 Thread Dan Fandrich via curl-library
On the long road to 8.0.0, curl has taken on close to 1600 test cases [1] that help verify that it stays running correctly. These tests are one of the ways that curl stays operating reliably year after year, but the downside is that they can take an annoyingly long time to run. Normal test