Skip to content

Commit

Permalink
testsuite: allow pmix.nsdir to exist
Browse files Browse the repository at this point in the history
Problem: a test that verifies pmix.nsdir does not exist fails with
openpmix 4.2.9.

Allow the test to fail for now.
  • Loading branch information
garlick committed Dec 11, 2024
1 parent 266ca25 commit 5cb828c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions t/t0002-basic.t
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,11 @@ test_expect_success 'pmix.job.napps is set to 1' '
${GETKEY} --proc=* pmix.job.napps >pmix.job.napps.out &&
test_cmp pmix.job.napps.exp pmix.job.napps.out
'
# pmix.nsdir appears to be automatically set in openpmix 4.2.9, but not
# in the earlier releases we were testing (up to 4.2.4).
test_expect_success 'pmix.nsdir is NOT set' '
test_must_fail flux run \
${GETKEY} --proc=* pmix.nsdir 2>pmix.nsdir.err &&
grep NOT-FOUND pmix.nsdir.err
test_might_fail flux run \
${GETKEY} --proc=* pmix.nsdir
'
test_expect_success '2n4p pmix.hname is set' '
run_timeout 30 flux run -N2 -n4 \
Expand Down

0 comments on commit 5cb828c

Please sign in to comment.