[GIT-PULLS] [php-src] PR #22744: Run oversized bz2 resource tests in isolation to avoid OOM
[email protected] (iliaal)
| Newsgroups | php.git-pulls |
|---|---|
| Message-ID | <6vaB6RlVtVH55H8T3k5e7QWRs9FaxpPz8F4xcNDNO6w@main.internal.php.net> |
Pull Request: https://github.com/php/php-src/pull/22744 Author: iliaal gh20620 and bzdecompress_input_too_large each allocate ~4GB under RUN_RESOURCE_HEAVY_TESTS; running both in parallel OOMs a memory-constrained runner and the killer aborts the whole run. Marking them --CONFLICTS-- all runs each in isolation, matching ext/tidy/tests/parsing_file_too_large.phpt. bzdecompress_input_too_large is master-only, so the two only coexist here.