deps: update dependency com.google.cloud:google-cloud-shared-dependencies to v3.10.1#1767
Conversation
1f38fcc to
7c65870
Compare
|
The conformance failure seems to be related to a bug in gax that has been present for awhile: gax doesnt seem to limit the deadline to the totalTimeout of RetrySettings for the first attempt. Specifically for the settings of: AttemptCallable will pull the timeout from attemptSettings from the outer retrying future: Which will get the settings from RetryAlgroithm: Which gets it from ExponentialRetryAlgorithm: Which takes verbatim from RetrySettings This is in stark difference to following attempts which limit it to the smalller of operation timeout and rpc timeout: For the time being I'll update the conformance test runner to limit the rpc timeout. But in the future we should either validate that rpcTimeout < totalTimeout or take the minimum of the 2 in gax |
…loud-google-cloud-shared-dependencies-3.x Change-Id: Ie24aa8230d3dd2f8baf17ef9a980a98665dd06d8
🤖 I have created a release *beep* *boop* --- ## [2.23.2](https://togithub.com/googleapis/java-bigtable/compare/v2.23.1...v2.23.2) (2023-05-30) ### Documentation * **samples:** Add bigtable filter snippet ([#1762](https://togithub.com/googleapis/java-bigtable/issues/1762)) ([48a6ed0](https://togithub.com/googleapis/java-bigtable/commit/48a6ed028a56302d6dc6554b2ecdabc8fbdb68cf)) * **samples:** Remove client initialization as the snippets are not used standalone ([#1768](https://togithub.com/googleapis/java-bigtable/issues/1768)) ([a6ac97c](https://togithub.com/googleapis/java-bigtable/commit/a6ac97c08a851977a76e82fddb16690cff17a1fe)) ### Dependencies * Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.19.0 ([#1769](https://togithub.com/googleapis/java-bigtable/issues/1769)) ([956c851](https://togithub.com/googleapis/java-bigtable/commit/956c851b5d7dadb44c589a3f982e603d0a768105)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.10.1 ([#1767](https://togithub.com/googleapis/java-bigtable/issues/1767)) ([901b88f](https://togithub.com/googleapis/java-bigtable/commit/901b88f56c7b97bc08826604ed80120f07f04a64)) * Update dependency com.google.truth.extensions:truth-proto-extension to v1.1.4 ([#1770](https://togithub.com/googleapis/java-bigtable/issues/1770)) ([a94a522](https://togithub.com/googleapis/java-bigtable/commit/a94a522a1fa4c67245f1827d8f8137cbfdbd5a45)) * Update doclet version to v1.9.0 ([#1761](https://togithub.com/googleapis/java-bigtable/issues/1761)) ([a5d4215](https://togithub.com/googleapis/java-bigtable/commit/a5d42159643c652a9625fee620fe5ee8dee7fa2e)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
This PR contains the following updates:
3.9.0->3.10.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.