google-cloud-cpp
google-cloud-cpp copied to clipboard
C++ Client Libraries for Google Cloud Services
In pull request #15545, the experimental Bazel downloader configuration was commented out in `.bazelrc` to resolve build failures on the macOS bazel Kokoro CI. This was necessary because the downloader...
Client version: v2.39.0 MaxDeadline = seconds(0) (default value) MaxDeadlineExtension = seconds(180) MinDeadlineExtension = seconds(60) MaxOutstandingMessages = 250 MaxConcurrency = 1 Time to time acks are failing. There is no retry...
This [job log](https://pantheon.corp.google.com/cloud-build/builds;region=us-east1/158a5019-c1b2-41db-8d69-cb89f3de435a?project=cloud-cpp-testing-resources&e=-13802955&mods=logs_tg_prod) shows failing integration tests: ``` Step #2: [ FAILED ] ComputeIntegrationTest.VerifyRetrievalMalformedCamelCaseJsonField (377 ms) Step #2: [ RUN ] ComputeIntegrationTest.PaginatedMapField Step #2: [ OK ] ComputeIntegrationTest.PaginatedMapField (500 ms)...
Currently no REST service we generate supports this field having a value. https://github.com/googleapis/googleapis/blob/baf777503d79555219eed1acebe01838ca448bb5/google/longrunning/operations.proto#L190
**Does this issue affect the google-cloud-cpp project?** Yes **What component of `google-cloud-cpp` is this related to?** Tests using protobuf `Any` field `PackFrom()` method **Describe the bug** Building google-cloud-cpp 2.43.0 against...
b/446751896#comment11
Depending on when various ci build scripts were written, they explicitly list which features are enabled or leverage functions in features.sh. We should update older scripts to use these functions...
Service started returning UNIMPLEMENTED when invoking ListConfigurations. Re-enable executing this quickstart when this RPC resumes succeeding.