[GIT-PULLS] [php-src] PR #22886: Fix run-tests.php --file-cache-prime with multiple workers

[email protected] (iluuu1994) Sat, 25 Jul 2026 09:46:56 +0000
Newsgroups php.git-pulls
Message-ID <q19SFHv9o6cWMRZPg1cVbSMjDku9YCRSsTciq7Cz7so@main.internal.php.net>
Pull Request: https://github.com/php/php-src/pull/22886
Author: iluuu1994

We want to remove the directory only before running tests, rather than for every test. That causes races, but also defeats the purpose of priming the cache.