Skip to content

Improve the reliability of some tests on Linux #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 28, 2025

Conversation

jakepetroules
Copy link
Contributor

This marks a couple tests that run ps as requiring that executable, since it's not normally installed by default in a Docker container. It also accounts for the fact that ulimit -n can be 2^20 in a Docker container, so we constrain concurrently spawned processes to an upper bound of 4096 instead.

This marks a couple tests that run `ps` as requiring that executable, since it's not normally installed by default in a Docker container. It also accounts for the fact that `ulimit -n` can be 2^20 in a Docker container, so we constrain concurrently spawned processes to an upper bound of 4096 instead.
@iCharlesHu iCharlesHu merged commit 178e5cf into main Apr 28, 2025
20 checks passed
@jakepetroules jakepetroules deleted the linux-tests-reliability branch April 29, 2025 01:02
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.

4 participants