Cater to parallel test conflicts #31

Open
opened 2026-01-24 11:40:19 +01:00 by admin · 0 comments
Owner

Originally created by @cmb69 on GitHub (Jun 12, 2019).

PFTT2 is able to run tests in parallel, but apparently there are no measures in place to avoid parallel test conflicts, such as the CONFLICTS sections introduced for PHP 7.4. This can lead to spurious test failures when running test suites of earlier PHP versions, such as have been reported as bug 78117 and bug 78116.

Originally created by @cmb69 on GitHub (Jun 12, 2019). PFTT2 is able to run tests in parallel, but apparently there are no measures in place to avoid parallel test conflicts, such as the [CONFLICTS sections](http://qa.php.net/phpt_details.php#conflicts_section) introduced for PHP 7.4. This can lead to spurious test failures when running test suites of earlier PHP versions, such as have been reported as [bug 78117](https://bugs.php.net/bug.php?id=78117) and [bug 78116](https://bugs.php.net/bug.php?id=78116).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/pftt2#31