Tests: Allow mysqli tests to run in parallel#22472
Conversation
|
Wouldn't it be better to make the openssl and mysqli test parallel, rather than faffing with tests that might need to be slow by necessity? (it might even be possible to just remove the conflict file for ext/openssl now that ephemeral ports are used) |
|
The second one is actually slow because the tested behavior is to break the program when memory isn't enough. We could just lower the memory amount to break it way earlier though. The first one is similar (it's testing max execution time. We don't need to wait for the default max execution time) However, I do agree we can just remove the conflict file for ext/openssl now. Let's do it. |
c354be8 to
f5fe764
Compare
It is faster for a couple of seconds for every OpenSSL and mysql tests as observed. |
|
Probably makes sense to split the openssl test changes into its own PR. |
f5fe764 to
a001157
Compare
|
I split it. See #22499 |
de-facto we could just lower the ini setting to make it loop less.