You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears perhaps ps -Ewwmay be able to get the environment for a target PID on macos. However, when the target is a broker, the pid resolver has to attempt to find a child, since FLUX_URI is not set in the broker itself.
Since it would be a bit of work to get this working on macos, and the pid resolver is not necessary functionality (and also we don't have any immediate need for Flux on macos afaik) I'd be inclined to leave this as is or maybe just detect macos and emit a "not supported" error.
Unfortunately this means we're going to have to disable a bunch of tests on macos, maybe by adding a new test prereq NOT_MACOS or similar? Hopefully that would be less work than getting the pid resolver (and anything else that uses /proc) working.
Problem: the flux-uri(1) pid resolver relies on
/proc
but that does not exist on macosThe text was updated successfully, but these errors were encountered: