Skip to content

Fix flaky Docker compatibility tests caused by EMFILE in httpd container#658

Merged
arturobernalg merged 1 commit intoapache:masterfrom
arturobernalg:withUlimits
Mar 31, 2026
Merged

Fix flaky Docker compatibility tests caused by EMFILE in httpd container#658
arturobernalg merged 1 commit intoapache:masterfrom
arturobernalg:withUlimits

Conversation

@arturobernalg
Copy link
Copy Markdown
Member

The httpd container was hitting the default file descriptor limit (1024) under concurrent test load. Apache misleadingly reports EMFILE as "file permissions deny server access" (AH00132) and returns 403.
Raise the nofile ulimit on the httpd container to 65536.

@arturobernalg arturobernalg requested a review from ok2c March 30, 2026 18:52
@arturobernalg arturobernalg merged commit 6732216 into apache:master Mar 31, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants