-
Notifications
You must be signed in to change notification settings - Fork 866
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
orte_data_server: fix a typo in ORTE_PMIX_PUBLISH_CMD handling #4167
orte_data_server: fix a typo in ORTE_PMIX_PUBLISH_CMD handling #4167
Conversation
correctly balance some parenthesis ... Fixes open-mpi#4153 Thanks Austen Lauria for the report This is a one-off commit for the v3.0.x branch, master was fixed as part of a larger commit, and the v2 branches are unaffected. Signed-off-by: Gilles Gouaillardet <[email protected]>
@bwbarrett this fix is obvious (though finding the root cause was not ...) and though the faulty path is not always taken and does not always cause a crash, i made this PR a blocker so hopefully it can make it for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
The failure is in the opal_path_nfs test, which has nothing whatever to do with this PR. |
This is important to get into v3.0.0. |
bot:ompi:retest |
It looks like something changed on the Cray so that the nfs check now is consistently failing. I'm sure it doesn't have anything to do with this patch, but it needs to be addressed. @hppritcha, can you take a look? The test is only faling on the Cray and is consistently failing there. |
will do. We can ignore for this PR. |
actually there's nothing screwed up on the crays. problem is that the entries in /proc/mounts on some cray systems can be enormous, much larger than the buffer being used in the Do we want to fix the test or remove it from make check? |
Refs open-mpi#4167 Signed-off-by: Gilles Gouaillardet <[email protected]>
Refs open-mpi#4167 Signed-off-by: Gilles Gouaillardet <[email protected]>
We should resolve the CI issues separate from this PR. This PR is an obvious, correct, critical fix. We should get it in the branch soon (today?) - it's absence is causing testing problems with optimized builds the longer we let it sit here. |
Urrr...that commit went into master. How is that going to fix this PR into v3.0? |
@jjhursey, the cranky RM for 3.0 (ie me) has said no green, no merge. So we need to get CI fixed... |
Looks green to me 😄 |
correctly balance some parenthesis ...
Fixes #4153
Thanks Austen Lauria for the report
This is a one-off commit for the v3.0.x branch, master was fixed as part of a larger commit,
and the v2 branches are unaffected.
Signed-off-by: Gilles Gouaillardet [email protected]