Skip to content

Do not hard fail in test_errorhandler.jl with unknown implementations #542

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

Merged
merged 3 commits into from
Apr 18, 2022

Conversation

giordano
Copy link
Member

@giordano giordano commented Feb 15, 2022

Ref: #539 (comment). The idea is to not make tests hard-fail on custom error handlers with unknown ABIs, since it's known that they may not be implemented. @simonbyrne what do you think about this? With this change, tests of MPI.jl v0.19.2 are successful on Fugaku with system (Fujitsu) MPI, albeit with a broken test.

test/runtests.jl Outdated
@test !success(r)
elseif f == "test_errorhandler.jl" && MPI.identify_implementation()[1] == MPI.UnknownMPI
Copy link
Member

Choose a reason for hiding this comment

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

We should provide some more generic mechanism for excluding specific tests (or allowing them to fail)

@giordano giordano force-pushed the mg/handle-error-handler branch from 467c1e1 to 7fd99de Compare April 18, 2022 10:44
@vchuravy vchuravy added this to the 0.20 milestone Apr 18, 2022
@giordano giordano force-pushed the mg/handle-error-handler branch from 7fd99de to 2ecd682 Compare April 18, 2022 19:36
@giordano giordano merged commit 7cb10d5 into JuliaParallel:master Apr 18, 2022
@giordano giordano deleted the mg/handle-error-handler branch April 18, 2022 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants