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:
|
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
Hmm, I'm curious what happened, but glad you got it resolved. |
Beta Was this translation helpful? Give feedback.
-
I have had a failing test suite with a similar number of failures when I accidentally use Ruby 3.1 to build. |
Beta Was this translation helpful? Give feedback.
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.