Skip to content

Run oversized bz2 resource tests in isolation to avoid OOM#22744

Merged
iliaal merged 1 commit into
php:masterfrom
iliaal:ci/bz2-oversized-conflicts
Jul 15, 2026
Merged

Run oversized bz2 resource tests in isolation to avoid OOM#22744
iliaal merged 1 commit into
php:masterfrom
iliaal:ci/bz2-oversized-conflicts

Conversation

@iliaal

@iliaal iliaal commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

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.

gh20620 and bzdecompress_input_too_large each allocate ~4GB under
RUN_RESOURCE_HEAVY_TESTS; two in parallel exhaust a memory-constrained
runner and the OOM killer aborts the whole run. Mark both
--CONFLICTS-- all so run-tests executes them in isolation, matching
ext/tidy/tests/parsing_file_too_large.phpt.
@iliaal iliaal merged commit 90245a1 into php:master Jul 15, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants