Hi all,

Johannes Schlüter wrote:
phpUnit might be battle tested with parallelization, the PHP test suite
isn't. There are tons of tests using the same resource (i.e. different
mysqli and pdo_mysql tests might use the same tables some other tests
use same port for some socket stuff etc.) Would be great if we get
parallelization, though.

It occurred to me a little while ago that if we ran the test suite in parallel, but only run one test from a given directory (or extension) at a time, it should probably avoid any such problems, and it would not be particularly difficult to implement.

Is that worth a shot, do you think?

--
Andrea Faulds
https://ajf.me/

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to