Skip to content
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

testsuite: put flux bin before ompi bin #86

Merged
merged 1 commit into from
Jun 21, 2023

Conversation

garlick
Copy link
Member

@garlick garlick commented Jun 21, 2023

Problem: the test suite pushed the ompi bin directory in front of the flux bin directory, but when ompi is installed as a system package, this places /usr/bin in front of a possibly side installed flux-core path.

This was noted to be the case on LLNL's lassen system.

Place the flux path in front of the ompi path when setting up sharness test paths.

This was first noted in #85.

Problem: the test suite pushed the ompi bin directory in front
of the flux bin directory, but when ompi is installed as a system
package, this places /usr/bin in front of a possibly side installed
flux-core path.

This was noted to be the case on LLNL's lassen system.

Place the flux path in front of the ompi path when setting
up sharness test paths.

This was first noted in flux-framework#85.
Copy link
Contributor

@grondo grondo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov
Copy link

codecov bot commented Jun 21, 2023

Codecov Report

Merging #86 (8ec8e1b) into main (5201666) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #86   +/-   ##
=======================================
  Coverage   79.01%   79.01%           
=======================================
  Files          12       12           
  Lines        1382     1382           
=======================================
  Hits         1092     1092           
  Misses        290      290           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@garlick garlick added the merge-when-passing Let mergify auto-rebase and merge when CI passes label Jun 21, 2023
@mergify mergify bot merged commit 28e9b88 into flux-framework:main Jun 21, 2023
@garlick garlick deleted the flux_path branch October 3, 2023 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge-when-passing Let mergify auto-rebase and merge when CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants