mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 01:02:11 +01:00
Cater to parallel test conflicts #31
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.