-
Notifications
You must be signed in to change notification settings - Fork 11
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
Bump grpc from 1.64.0 to 1.70.1 #363
base: master
Are you sure you want to change the base?
Conversation
@chadlwilson Thank you for contributing to gauge-ruby. Your pull request has been labeled as a release candidate 🎉🎉. Merging this PR will trigger a release. Please bump up the version as part of this PR.Instructions to bump the version can found at CONTRIBUTING.md If the CONTRIBUTING.md file does not exist or does not include instructions about bumping up the version, please looks previous commits in git history to see what changes need to be done. |
d52519b
to
31d7eb6
Compare
9208d15
to
478a834
Compare
d3b0149
to
6bc1def
Compare
Signed-off-by: Chad Wilson <[email protected]>
Signed-off-by: Chad Wilson <[email protected]>
Signed-off-by: Chad Wilson <[email protected]>
Signed-off-by: Chad Wilson <[email protected]>
Signed-off-by: Chad Wilson <[email protected]>
After some actual detailed debugging, this seems to have been caused by something like grpc/grpc#38210 from GRPC
The teste suit manifests failures because when a Gauge Ruby spec fails and throws an exception, the Slightly unrelated issue is that I thought screenshot capturing is supposed to be disabled for |
Removes restricting preventing grpc
1.65.0
being installed, in hope that failures on gprc 1.65+ with Ruby 3.3 and Linux/ubuntu have been fixed on grpc1.65.1
.