Re: Adjusting the way Fedora runs Python's test suite

2017-07-20 Thread Nick Coghlan
On 21 July 2017 at 02:03, Charalampos Stratakis wrote: > First step is done [0] > > [0] > http://pkgs.fedoraproject.org/cgit/rpms/python3.git/commit/?id=5b6a3e0e34f46702773ad1082df3b782c1a8b7ac Nice! So that just leaves the --findleaks -> -j0 change, and that's gated on both the upcoming pkgdb

Re: Adjusting the way Fedora runs Python's test suite

2017-07-20 Thread Charalampos Stratakis
dora Python SIG" Sent: Thursday, July 20, 2017 11:54:33 AM Subject: Re: Adjusting the way Fedora runs Python's test suite On 20 July 2017 at 16:12, Bohuslav Kabrda wrote: > On Thu, Jul 20, 2017 at 7:51 AM, Nick Coghlan wrote: >> * checking for refleaks means we can't run para

Re: Adjusting the way Fedora runs Python's test suite

2017-07-20 Thread Nick Coghlan
On 20 July 2017 at 16:12, Bohuslav Kabrda wrote: > On Thu, Jul 20, 2017 at 7:51 AM, Nick Coghlan wrote: >> * checking for refleaks means we can't run parallel tests across >> multiple processes. If we were to move refleak testing out to an >> integration test in Taskotron, then the tests could be

Re: Adjusting the way Fedora runs Python's test suite

2017-07-19 Thread Bohuslav Kabrda
On Thu, Jul 20, 2017 at 7:51 AM, Nick Coghlan wrote: > Hi folks, > > While working on bootstrapping a new community sclo-python collection, > I ran into some readability problems with the way the SCL Python spec > file runs the test suite: it uses --verbose mode, which means there's > a lot of no