some tests failed #26124
Answered
by
cticenhour
Always-kimi
asked this question in
Q&A Getting Started
some tests failed
#26124
-
|
Hi all, |
Beta Was this translation helpful? Give feedback.
Answered by
cticenhour
Nov 22, 2023
Replies: 1 comment 9 replies
-
|
Hello We will need more information than that. Could you please paste the actual log of the error. It should be higher in the console log You can also re-generate it by running ./run_tests --failed-tests |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is still using PETSc 3.19.3, so I echo the others in saying that your packages are out of date. Given the hash of MOOSE you are running, please perform the following command in your conda MOOSE environment:
In order to have a complete set of up-to-date conda packages compatible with your MOOSE version. Then, you should perform a
make clobberallin your test directory and build/test MOOSE again.