-
-
Notifications
You must be signed in to change notification settings - Fork 35.6k
Test parallel/test-setproctitle.js fails on alpineΒ #12399
Copy link
Copy link
Closed
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Metadata
Metadata
Assignees
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.processIssues and PRs related to the process subsystem.Issues and PRs related to the process subsystem.testIssues and PRs related to the tests.Issues and PRs related to the tests.
Type
Fields
Give feedbackNo fields configured for issues without a type.
I've been trying to get the full testsuite to run while building a docker image based on
FROM alpine:latest. Theparallel/test-setproctitle.jsseems to be the only failing test. Thats due to BusyBox ps doesn't support the-pswitch. Installing procps package before compiling/testing solves this but could the test instead be refactored to remove this dependency? Using either/proc/[pid]/commor/proc/[pid]/statdirectly instead?Cheers