-
Notifications
You must be signed in to change notification settings - Fork 3
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
Investigate webmock dependencies #27
Comments
It should be noted that elrayle did find that |
Update: The failures are random, so the pin of webmock did not fix this. In QA, I tried...
Rather or not the tests fail for any particular combination of Rails and Ruby versions appears to be random. Best I can tell, which tests fail are the same each time failures occur. NOTE: There have been not recent changes to the tests. And the tests that are failing have been passing consistently for a long time. Some of the failing tests haven't been touched in 2 years. This definitely leads me to believe a change in dependencies or infrastructure is the cause of the failures. |
From what I could determine https://circleci.com/gh/samvera/questioning_authority/765 was the first failure, triggered by the merging of samvera/questioning_authority#259 on July 11th. Nothing within https://github.com/samvera/questioning_authority/pull/259/files updated any dependencies, so I would have to assume that most of the Gems (and their dependencies) in https://github.com/samvera/questioning_authority/blob/master/qa.gemspec might be suspect. |
I'll see about adjusting |
@elrayle successfully restored the build referenced in samvera/questioning_authority#260 by pinning
webmock
to release 3.6.0. In response to this, the following actions should be taken:The text was updated successfully, but these errors were encountered: