FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(main): release 3.15.0 by release-please[bot] · Pull Request #2994 · googleapis/java-bigquerystorage · GitHub

This repository was archived by the owner on Feb 24, 2026. It is now read-only.

chore(main): release 3.15.0 - #2994

Merged
zhumin8 merged 2 commits into
mainfrom
release-please--branches--main
Jun 4, 2025
Merged

chore(main): release 3.15.0#2994
zhumin8 merged 2 commits into
mainfrom
release-please--branches--main

Conversation

release-please Bot commented Jun 3, 2025
edited
Loading

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

3.15.0 (2025-06-04)

Features

  • bigquery: Integrate Otel Tracing in storage lib (#2983) (c84fad6)
  • Provide append() methods that accept com.google.gson objects (#2985) (b8dff57)

Bug Fixes

  • bigquery: Allow users to supply custom TracerProvider (#2995) (88095e6)
  • deps: Update the Java code generator (gapic-generator-java) to 2.58.0 (45d50bb)
  • deps: Update the Java code generator (gapic-generator-java) to 2.59.0 (104571c)

Dependencies

  • Update dependency com.google.cloud:google-cloud-bigquery to v2.50.1 (#2981) (3869181)
  • Update dependency com.google.cloud:sdk-platform-java-config to v3.49.0 (#2989) (40a1b95)

This PR was generated with Release Please. See documentation.

release-please Bot requested review from a team and chalmerlowe June 3, 2025 18:55
product-auto-label Bot added size: m Pull request size is medium. api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. labels Jun 3, 2025
zhumin8 previously approved these changes Jun 3, 2025
zhumin8 added automerge Merge the pull request once unit tests and other checks pass. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jun 3, 2025
yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 3, 2025
zhumin8 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 3, 2025
yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 3, 2025

zhumin8 commented Jun 3, 2025

Copy link
Copy Markdown
Contributor

integration test failure:

[ERROR] Errors: 
[ERROR]   ITBigQueryStorageTest.testSimpleReadWithOtelTracing:1602 » IllegalState GlobalOpenTelemetry.set has already been called. GlobalOpenTelemetry.set must be called only once before any calls to GlobalOpenTelemetry.get. If you are using the OpenTelemetrySdk, use OpenTelemetrySdkBuilder.buildAndRegisterGlobal instead. Previous invocation set to cause of this exception. 

zhumin8 commented Jun 4, 2025
edited
Loading

Copy link
Copy Markdown
Contributor

rerun failed in different tests:
details in log

[ERROR] Tests run: 73, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 122.4 s <<< FAILURE! -- in com.google.cloud.bigquery.storage.v1.StreamWriterTest
[ERROR] com.google.cloud.bigquery.storage.v1.StreamWriterTest.testAppendWithoutMissingValueMap -- Time elapsed: 0.216 s <<< FAILURE!
org.junit.ComparisonFailure: expected: but was:
	at org.junit.Assert.assertEquals(Assert.java:117)
	at org.junit.Assert.assertEquals(Assert.java:146)
	at com.google.cloud.bigquery.storage.v1.StreamWriterTest.verifyAppendRequests(StreamWriterTest.java:295)
	at com.google.cloud.bigquery.storage.v1.StreamWriterTest.testAppendWithoutMissingValueMap(StreamWriterTest.java:1606)
	... ...

[ERROR] com.google.cloud.bigquery.storage.v1.StreamWriterTest.testAppendWithMissingValueMap -- Time elapsed: 0.208 s <<< FAILURE!
org.junit.ComparisonFailure: expected: but was:
	at org.junit.Assert.assertEquals(Assert.java:117)
	at org.junit.Assert.assertEquals(Assert.java:146)
	at com.google.cloud.bigquery.storage.v1.StreamWriterTest.verifyAppendRequests(StreamWriterTest.java:295)
	at com.google.cloud.bigquery.storage.v1.StreamWriterTest.testAppendWithMissingValueMap(StreamWriterTest.java:1628)
	... ...

[ERROR] com.google.cloud.bigquery.storage.v1.StreamWriterTest.testAppendSuccess -- Time elapsed: 0.110 s <<< FAILURE!
org.junit.ComparisonFailure: expected: but was:
	at org.junit.Assert.assertEquals(Assert.java:117)
	at org.junit.Assert.assertEquals(Assert.java:146)

UPDATE: rerun triggered via internally. Failed again with error in #2994 (comment)

re-triggering this test again

zhumin8 commented Jun 4, 2025

Copy link
Copy Markdown
Contributor

Hi @whuffman36, I noticed this test ITBigQueryStorageTest.testSimpleReadWithOtelTracing was added in your recent PR.
It has been failing almost consistently on this release pr. From the error message above, looks like caused by test setup.
Can you please help take a look?

release-please Bot force-pushed the release-please--branches--main branch from 220ce0f to 88682c6 Compare June 4, 2025 17:23

Copy link
Copy Markdown
Contributor

Just merged #2995, which should remove the flakiness of the global reference.

release-please Bot force-pushed the release-please--branches--main branch from e9fb867 to d8c9f59 Compare June 4, 2025 17:37
zhumin8 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 4, 2025
yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 4, 2025
zhumin8 merged commit a477af5 into main Jun 4, 2025
zhumin8 deleted the release-please--branches--main branch June 4, 2025 20:47
gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 4, 2025

release-please Bot commented Jun 4, 2025

Copy link
Copy Markdown
Contributor Author

🤖 Created releases:

🌻

Copy link
Copy Markdown

Triggered job: cloud-devrel/client-libraries/java/java-bigquerystorage/release/stage (2025-06-04T20:51:14.571Z)

To trigger again, remove the autorelease: triggered label (in a few minutes).

Copy link
Copy Markdown

The release build has started, the log can be viewed here. 🌻

Copy link
Copy Markdown

🥚 You hatched a release! The release build finished successfully! 💜

lqiu96 pushed a commit that referenced this pull request Jun 5, 2025
* chore(main): release 3.15.0

* chore: generate libraries at Wed Jun  4 17:37:50 UTC 2025

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigquerystorage Issues related to the googleapis/java-bigquerystorage API. autorelease: published size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL