Skip to content
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

ci: use gRPC 1.36.4 in oldest-deps build #10394

Merged
merged 1 commit into from
Dec 8, 2022

Conversation

coryan
Copy link
Contributor

@coryan coryan commented Dec 7, 2022

Testing with gRPC==1.33 is untenable, as we need features only available in gRPC==1.35. Unfortunately vcpkg skipped gRPC 1.34 and gRPC 1.35, so we need to skip forward. That opens a gap in our test coverage, but that is better than getting stuck without any ability to make progress.

Part of the work for #5915


This change is Reviewable

Testing with gRPC==1.33 is untenable, as we need features only available
in gRPC==1.35. Unfortunately `vcpkg` skipped gRPC 1.34 and gRPC 1.35, so
we need to skip forward. That opens a gap in our test coverage, but that
is better than getting stuck without any ability to make progress.
@google-cloud-cpp-bot
Copy link
Collaborator

Google Cloud Build Logs
For commit: a27053729f4a5ec4ef9cec765bc1beedfe2e98e9

ℹ️ NOTE: Kokoro logs are linked from "Details" below.

@codecov
Copy link

codecov bot commented Dec 7, 2022

Codecov Report

Base: 93.86% // Head: 93.87% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (a270537) compared to base (853fbeb).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #10394   +/-   ##
=======================================
  Coverage   93.86%   93.87%           
=======================================
  Files        1601     1601           
  Lines      145620   145620           
=======================================
+ Hits       136693   136698    +5     
+ Misses       8927     8922    -5     
Impacted Files Coverage Δ
...e/cloud/pubsublite/internal/alarm_registry_impl.cc 97.05% <0.00%> (-2.95%) ⬇️
google/cloud/pubsub/samples/samples.cc 91.00% <0.00%> (+0.21%) ⬆️
google/cloud/pubsub/subscriber_connection_test.cc 100.00% <0.00%> (+1.21%) ⬆️
google/cloud/internal/async_connection_ready.cc 93.61% <0.00%> (+4.25%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@coryan coryan marked this pull request as ready for review December 8, 2022 00:16
@coryan coryan requested a review from a team as a code owner December 8, 2022 00:16
Copy link
Member

@dbolduc dbolduc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 1 files reviewed, 2 unresolved discussions (waiting on @coryan)


ci/etc/oldest-deps/vcpkg.json line 21 at r1 (raw file):

      {
        "name": "grpc",
        "version>=": "1.33.1",

should this be 1.36.4? or 1.35.x ?


ci/etc/oldest-deps/vcpkg.json line 29 at r1 (raw file):

        "host": true
      },
      {"name": "grpc", "version>=": "1.33.1"},

ditto

Copy link
Contributor Author

@coryan coryan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewable status: 0 of 1 files reviewed, 2 unresolved discussions (waiting on @dbolduc)


ci/etc/oldest-deps/vcpkg.json line 21 at r1 (raw file):

Previously, dbolduc (Darren Bolduc) wrote…

should this be 1.36.4?

TL;DR; nope.

Between 1.33.1 and 1.36.4 gRPC switched from "string versions" to "semver versions". Those are not comparable, and changing this to 1.36.4 would break the build. We could update the builtin-baseline to something that excludes gRPC 1.33.1, but that bumps the Abseil version in a weird way too, and we don't want that. Pinning the version is the only thing that works until we are ready to update most deps.


ci/etc/oldest-deps/vcpkg.json line 29 at r1 (raw file):

Previously, dbolduc (Darren Bolduc) wrote…

ditto

Done.

Copy link
Member

@dbolduc dbolduc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack

@coryan coryan merged commit 3b17ec1 into googleapis:main Dec 8, 2022
@coryan coryan deleted the ci-use-grpc-1.36-in-oldest-deps branch December 8, 2022 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants