logging: delete redundant tests#2850
Merged
Merged
Conversation
Logging integ tests are essentially written twice, one in sync and one in async form. The two are implemented with essentially the same code. This commit deletes the the async tests. Updates #2835. We'll now be making fewer RPC calls. Maybe the integs will pass now.
chingor13
pushed a commit
that referenced
this pull request
Feb 20, 2026
…#2850) * chore: Update generation configuration at Tue Feb 4 02:22:02 UTC 2025 * chore: generate libraries at Tue Feb 4 19:26:58 UTC 2025 * chore: Update generation configuration at Wed Feb 5 02:23:12 UTC 2025 * chore: generate libraries at Wed Feb 5 02:23:46 UTC 2025 --------- Co-authored-by: Phong Chuong <147636638+PhongChuong@users.noreply.github.com>
suztomo
pushed a commit
that referenced
this pull request
Mar 9, 2026
… to v2.26.0 (#2850) * chore(deps): update dependency com.google.cloud:google-cloud-bigtable to v2.26.0 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Mridula <66699525+mpeddada1@users.noreply.github.com>
chingor13
pushed a commit
that referenced
this pull request
Mar 24, 2026
…to v6.57.0 (#2850) [](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-spanner](https://togithub.com/googleapis/java-spanner) | `6.56.0` -> `6.57.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-spanner (com.google.cloud:google-cloud-spanner)</summary> ### [`v6.57.0`](https://togithub.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#6570-2024-01-29) [Compare Source](https://togithub.com/googleapis/java-spanner/compare/v6.56.0...v6.57.0) ##### Features - Add FLOAT32 enum to TypeCode ([#​2800](https://togithub.com/googleapis/java-spanner/issues/2800)) ([ccab146](https://togithub.com/googleapis/java-spanner/commit/ccab146905d864bcfe5de3cd507165cbb891efc9)) - Add support for Proto Columns ([#​2779](https://togithub.com/googleapis/java-spanner/issues/2779)) ([0b2a334](https://togithub.com/googleapis/java-spanner/commit/0b2a33419ce9356e4e69d2bab9bb9ed5a2144753)) - **spanner:** Add proto descriptors for proto and enum types in create/update/get database ddl requests ([#​2774](https://togithub.com/googleapis/java-spanner/issues/2774)) ([a99822e](https://togithub.com/googleapis/java-spanner/commit/a99822eeb977d34ce208df32b2cbc3f4ee602e74)) ##### Bug Fixes - Remove google-cloud-spanner-executor from the BOM ([#​2844](https://togithub.com/googleapis/java-spanner/issues/2844)) ([21081ea](https://togithub.com/googleapis/java-spanner/commit/21081ea961bad25b905aef07a54df8ec433b72f8)) ##### Dependencies - Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.22.0 ([#​2785](https://togithub.com/googleapis/java-spanner/issues/2785)) ([37fa448](https://togithub.com/googleapis/java-spanner/commit/37fa448409679c77294d74c57c27621a9bcb1ae9)) - Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.23.0 ([#​2801](https://togithub.com/googleapis/java-spanner/issues/2801)) ([edb48ef](https://togithub.com/googleapis/java-spanner/commit/edb48efc4d2a471ce3027da5aff20853ed91a6eb)) ##### Documentation - Samples and tests for instance APIs. ([#​2768](https://togithub.com/googleapis/java-spanner/issues/2768)) ([049ad7d](https://togithub.com/googleapis/java-spanner/commit/049ad7d9996f5f469efd5e0a45c11974ba3caf20)) </details> --- ### Configuration 📅 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-spanner). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
chingor13
pushed a commit
that referenced
this pull request
Mar 30, 2026
If our thread is interrupted while attempting to drainQueue poll will throw an InterruptedException, instead of setting the flag back on the thread immediately we need to defer setting it until we complete our draining. If we don't defer setting it, we can never actually drain our queue.
rahul2393
pushed a commit
to akash329d/google-cloud-java
that referenced
this pull request
May 21, 2026
Co-authored-by: Mattie Fu <mattiefu@google.com>
rahul2393
pushed a commit
to akash329d/google-cloud-java
that referenced
this pull request
May 21, 2026
🤖 I have created a release *beep* *boop* --- ## [2.75.0](https://togithub.com/googleapis/java-bigtable/compare/v2.74.0...v2.75.0) (2026-03-24) ### Features * Expose generated GAPIC instance admin client ([googleapis#2828](https://togithub.com/googleapis/java-bigtable/issues/2828)) ([48ad5f6](https://togithub.com/googleapis/java-bigtable/commit/48ad5f63d112da5efd6323447c4e2a970222a717)) ### Bug Fixes * **bigtable:** Add gauge handling ([googleapis#2830](https://togithub.com/googleapis/java-bigtable/issues/2830)) ([63129e2](https://togithub.com/googleapis/java-bigtable/commit/63129e28f5b0d77c92c2f7c84123883aa72aef83)) * **bigtable:** Plumb transport type correctly ([googleapis#2824](https://togithub.com/googleapis/java-bigtable/issues/2824)) ([cd7d0d9](https://togithub.com/googleapis/java-bigtable/commit/cd7d0d9f56ea7951bdb7de9d64a499ffc195b96f)) * Fix automated backup ([googleapis#2844](https://togithub.com/googleapis/java-bigtable/issues/2844)) ([a2b4a81](https://togithub.com/googleapis/java-bigtable/commit/a2b4a811568af8b6fa16a1db112cb98968d1ea29)) * Fix race in emulator controller ([googleapis#2836](https://togithub.com/googleapis/java-bigtable/issues/2836)) ([7df3a9a](https://togithub.com/googleapis/java-bigtable/commit/7df3a9ab66130150f8a930425166c97998d9a502)) * Use all known headers to detect connectivity errors ([googleapis#2841](https://togithub.com/googleapis/java-bigtable/issues/2841)) ([1a0c9aa](https://togithub.com/googleapis/java-bigtable/commit/1a0c9aaa16e0bbaf7bf01f27d0a9b39ad8f12e16)) ### Dependencies * Update shared dependencies ([googleapis#2850](https://togithub.com/googleapis/java-bigtable/issues/2850)) ([7f7fa92](https://togithub.com/googleapis/java-bigtable/commit/7f7fa92092970e57b1f67658059695c75c82a574)) ### Documentation * **bigtable:** Expose Admin API Stubs in Javadoc ([googleapis#2835](https://togithub.com/googleapis/java-bigtable/issues/2835)) ([4e3b4c6](https://togithub.com/googleapis/java-bigtable/commit/4e3b4c6fe2f67db06cd628f8516de13c1626c7db)) * **bigtable:** Expose Base Admin Clients in Javadoc ([googleapis#2833](https://togithub.com/googleapis/java-bigtable/issues/2833)) ([36a24ab](https://togithub.com/googleapis/java-bigtable/commit/36a24abcb480a05be9b7f94a55eb397a8adcb856)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Logging integ tests are essentially written twice, one in sync and one
in async form. The two are implemented with essentially the same code.
This commit deletes the the async tests.
Updates #2835. We'll now be making fewer RPC calls. Maybe the integs
will pass now.