Should rake test be passing on main?
#1871
|
I pulled down the project, compiled and ran the test suite: Is this expected or do I need to solve something in my local environment? Edit: More info:
|
Answered by
martinemde
Nov 18, 2023
Replies: 3 comments
|
I may have my own answer. Strangely after running it a few times, it solved itself. Edit: I had made a guess here about why it happened, but that was wrong. I'm not sure what caused the failures twice in a row and then resolve without any changes on my part. Edit2: I made a fresh clone of the repository, compiled and ran the tests and they all passed. I'm going to mark this as answered since it seems like something transient. |
0 replies
Answer selected by
martinemde
|
Hmm, I'm curious what happened, but glad you got it resolved. |
0 replies
|
I have had a failing test suite with a similar number of failures when I accidentally use Ruby 3.1 to build. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I may have my own answer. Strangely after running it a few times, it solved itself.
Edit: I had made a guess here about why it happened, but that was wrong. I'm not sure what caused the failures twice in a row and then resolve without any changes on my part.
Edit2: I made a fresh clone of the repository, compiled and ran the tests and they all passed. I'm going to mark this as answered since it seems like something transient.