Skip to content

chore: running integration test with Protobuf 4.29.4 [no need to review] #3721

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lqiu96
Copy link
Contributor

@lqiu96 lqiu96 commented Mar 18, 2025

No description provided.

@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: bigquery Issues related to the googleapis/java-bigquery API. labels Mar 18, 2025
@suztomo
Copy link
Member

suztomo commented Mar 18, 2025

[ERROR] Tests run: 179, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 646.2 s <<< FAILURE! -- in com.google.cloud.bigquery.it.ITBigQueryTest
[ERROR] com.google.cloud.bigquery.it.ITBigQueryTest.testUpdateTimePartitioning -- Time elapsed: 0.723 s <<< ERROR!
com.google.cloud.bigquery.BigQueryException: Service is unavailable. Please retry.
	at com.google.cloud.bigquery.BigQueryRetryHelper.runWithRetries(BigQueryRetryHelper.java:59)
	at com.google.cloud.bigquery.BigQueryImpl.update(BigQueryImpl.java:760)
	at com.google.cloud.bigquery.Table.update(Table.java:296)
	at com.google.cloud.bigquery.it.ITBigQueryTest.testUpdateTimePartitioning(ITBigQueryTest.java:2711)
	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.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:750)
Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException: 503 Service Unavailable
POST https://bigquery.googleapis.com/bigquery/v2/projects/gcloud-devel/datasets/gcloud_test_dataset_temp_4886d2fc_dde9_4f79_a7cc_891f973457aa/tables/testUpdateTimePartitioning?fields=type,tableReference,timePartitioning&prettyPrint=false
{
  "code": 503,
  "errors": [
    {
      "domain": "global",
      "message": "Service is unavailable. Please retry.",
      "reason": "backendError"
    }
  ],
  "message": "Service is unavailable. Please retry.",
  "status": "UNAVAILABLE"
}
	at com.google.api.client.googleapis.json.GoogleJsonResponseException.from(GoogleJsonResponseException.java:145)
	at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:118)
	at com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest.newExceptionOnError(AbstractGoogleJsonClientRequest.java:37)
	at com.google.api.client.googleapis.services.AbstractGoogleClientRequest$3.interceptResponse(AbstractGoogleClientRequest.java:479)
	at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1111)
	at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:565)
	at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.executeUnparsed(AbstractGoogleClientRequest.java:506)
	at com.google.api.client.googleapis.services.AbstractGoogleClientRequest.execute(AbstractGoogleClientRequest.java:616)
	at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.patchSkipExceptionTranslation(HttpBigQueryRpc.java:383)
	at com.google.cloud.bigquery.BigQueryImpl$15.call(BigQueryImpl.java:764)
	at com.google.cloud.bigquery.BigQueryImpl$15.call(BigQueryImpl.java:761)
	at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:102)
	at com.google.cloud.bigquery.BigQueryRetryHelper.run(BigQueryRetryHelper.java:92)
	at com.google.cloud.bigquery.BigQueryRetryHelper.runWithRetries(BigQueryRetryHelper.java:50)

I clicked "rebuild".

@lqiu96 lqiu96 force-pushed the protobuf-ci-4.29.x branch from 438039a to c28734c Compare April 24, 2025 17:27
@lqiu96 lqiu96 closed this Apr 30, 2025
@lqiu96 lqiu96 reopened this May 7, 2025
@product-auto-label product-auto-label bot added size: l Pull request size is large. and removed size: xs Pull request size is extra small. labels May 7, 2025
@lqiu96 lqiu96 force-pushed the protobuf-ci-4.29.x branch from 2266a44 to 808a8b0 Compare May 7, 2025 18:15
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. and removed size: l Pull request size is large. labels May 7, 2025
@lqiu96 lqiu96 force-pushed the protobuf-ci-4.29.x branch from 808a8b0 to 1651d27 Compare May 7, 2025 18:16
@lqiu96 lqiu96 changed the title chore: running integration test with Protobuf 4.29.3 [no need to review] chore: running integration test with Protobuf 4.29.4 [no need to review] May 7, 2025
@lqiu96 lqiu96 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 7, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/java-bigquery API. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants