Skip to content

chore(main): release 1.150.0#2710

Merged
lqiu96 merged 2 commits intomainfrom
release-please--branches--main
Mar 23, 2026
Merged

chore(main): release 1.150.0#2710
lqiu96 merged 2 commits intomainfrom
release-please--branches--main

Conversation

@release-please
Copy link
Contributor

@release-please release-please bot commented Mar 20, 2026

🤖 I have created a release beep boop

1.150.0 (2026-03-23)

Features

  • Add BigtableConfig type (f69de7e)

Bug Fixes

  • deps: Update the Java code generator (gapic-generator-java) to 2.68.0 (f69de7e)

Dependencies

  • Update dependency com.google.cloud:sdk-platform-java-config to v3.58.0 (#2709) (e82a6ff)

This PR was generated with Release Please. See documentation.

@release-please release-please bot requested review from a team as code owners March 20, 2026 21:11
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: pubsub Issues related to the googleapis/java-pubsub API. labels Mar 20, 2026
@release-please release-please bot changed the title chore(main): release 1.149.1 chore(main): release 1.150.0 Mar 20, 2026
@release-please release-please bot force-pushed the release-please--branches--main branch from a031b27 to 0a1301d Compare March 20, 2026 21:31
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: s Pull request size is small. labels Mar 20, 2026
@lqiu96 lqiu96 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 20, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 20, 2026
@release-please release-please bot force-pushed the release-please--branches--main branch from e0c1029 to 2dc9e64 Compare March 23, 2026 15:29
@lqiu96 lqiu96 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 23, 2026
@lqiu96
Copy link
Member

lqiu96 commented Mar 23, 2026

/gcbrun

@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 23, 2026
@lqiu96 lqiu96 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 23, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 23, 2026
@lqiu96
Copy link
Member

lqiu96 commented Mar 23, 2026

@michaelpri10 Could you help us look into what may be causing the integration tests to be slow?

I see from the logs this error:

Mar 23, 2026 4:12:44 PM com.google.cloud.pubsub.v1.StreamingSubscriberConnection$2 onFailure
WARNING: Un-retryable error on Acknowledge
com.google.api.gax.rpc.ApiException: permission_denied
	at com.google.cloud.pubsub.v1.StreamingSubscriberConnectionTest.testSendAckOperationsExactlyOnceEnabledErrorWithEmptyMetadataMap(StreamingSubscriberConnectionTest.java:555)

Looks like the past run has been running for over an hour which seem way longer than the expected runtimes.

Logs from here

@lqiu96 lqiu96 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 23, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 23, 2026
@lqiu96
Copy link
Member

lqiu96 commented Mar 23, 2026

Error:

[INFO] Running com.google.cloud.pubsub.v1.StreamingSubscriberConnectionTest
Mar 23, 2026 4:12:44 PM com.google.cloud.pubsub.v1.StreamingSubscriberConnection$2 lambda$onFailure$2
INFO: Permanent error invalid ack id message, will not resend
Mar 23, 2026 4:12:44 PM com.google.cloud.pubsub.v1.StreamingSubscriberConnection$2 lambda$onFailure$2
INFO: Unknown error message, will not resend
Mar 23, 2026 4:12:44 PM com.google.cloud.pubsub.v1.StreamingSubscriberConnection$2 lambda$onFailure$2
INFO: Transient error message, will resend
Mar 23, 2026 4:12:44 PM com.google.cloud.pubsub.v1.StreamingSubscriberConnection$2 lambda$onFailure$2
INFO: Transient error message, will resend
Mar 23, 2026 4:12:44 PM com.google.cloud.pubsub.v1.StreamingSubscriberConnection lambda$startServerMonitor$1
INFO: No response from server for 30 seconds since last ping. Closing stream.
Mar 23, 2026 4:12:44 PM com.google.cloud.pubsub.v1.StreamingSubscriberConnection$2 onFailure
INFO: Retryable error on Acknowledge, will resend
com.google.api.gax.rpc.ApiException: internal
	at com.google.cloud.pubsub.v1.StreamingSubscriberConnectionTest.testSendAckOperationsExactlyOnceEnabledErrorWithEmptyMetadataMap(StreamingSubscriberConnectionTest.java:552)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Mar 23, 2026 4:12:44 PM com.google.cloud.pubsub.v1.StreamingSubscriberConnection$2 onFailure
WARNING: Un-retryable error on Acknowledge
com.google.api.gax.rpc.ApiException: permission_denied
	at com.google.cloud.pubsub.v1.StreamingSubscriberConnectionTest.testSendAckOperationsExactlyOnceEnabledErrorWithEmptyMetadataMap(StreamingSubscriberConnectionTest.java:555)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)

Mar 23, 2026 4:12:44 PM com.google.cloud.pubsub.v1.StreamingSubscriberConnection lambda$startServerMonitor$1
INFO: No response from server for 30 seconds since last ping. Closing stream.
Mar 23, 2026 4:12:44 PM com.google.cloud.pubsub.v1.StreamingSubscriberConnection setResponseOutstandingMessages
WARNING: Setting response: PERMISSION_DENIED on outstanding messages


ERROR: Aborting VM command due to timeout of 10800 seconds

@lqiu96 lqiu96 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 23, 2026
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 23, 2026
@lqiu96
Copy link
Member

lqiu96 commented Mar 23, 2026

Nvm, I guess the test was just flaky.

@lqiu96 lqiu96 merged commit 336726c into main Mar 23, 2026
27 of 29 checks passed
@lqiu96 lqiu96 deleted the release-please--branches--main branch March 23, 2026 20:10
@release-please
Copy link
Contributor Author

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants