Hi,

On Sunday 06 September 2015 13:06:18 Aymeric Augustin wrote:
> 
> This will require ./runtests.py --no-parallel or ./runtests.py
> --parallel-num=1 to run tests under Oracle. I think it’s a good tradeoff
> because the defaults should be optimized for occasional contributors.
> 

Can we somehow make this default controlled by the database backend, so that 
it only defaults to --parallel on backends which support it?

While not many, Oracle does have its own occasional contributors, and I'm not 
sure this kind of change would be welcomed by the 3rd-party backends.

This could be done, I think, with a feature flag on the backend 
("supports_parallel_tests"), defaulting to False, set to True on supporting 
backends.

My 2 cents,
        Shai.

Reply via email to