We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By not having parallel tests loopy missed an issue regarding mismatching hashes between ranks. I think if you had parallel tests then this would not have happened.
I think this could be fixed simply be modifying the line
pytest --tb=native -rsxw --durations=10 -m 'not parallel' tests/multigrid/
by removing the -m "not parallel" bit.
-m "not parallel"
Note that we also usually have a different set of "smoke tests" instead of tests/multigrid: https://www.firedrakeproject.org/download.html#testing-the-installation
tests/multigrid
Further, tests/multigrid has just been moved to tests/firedrake/multigrid.
tests/firedrake/multigrid
The text was updated successfully, but these errors were encountered:
Makes sense, at least as long as the CI time can be kept under control. Could you submit a PR?
Sorry, something went wrong.
Sure. Will do.
Fix Firedrake tests
c542b99
Closes gh-891
Successfully merging a pull request may close this issue.
By not having parallel tests loopy missed an issue regarding mismatching hashes between ranks. I think if you had parallel tests then this would not have happened.
I think this could be fixed simply be modifying the line
by removing the
-m "not parallel"
bit.Note that we also usually have a different set of "smoke tests" instead of
tests/multigrid
: https://www.firedrakeproject.org/download.html#testing-the-installationFurther,
tests/multigrid
has just been moved totests/firedrake/multigrid
.The text was updated successfully, but these errors were encountered: