Skip to content

Conversation

lqiu96
Copy link
Member

@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
@ldetmer ldetmer added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 16, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 16, 2025
@ldetmer ldetmer force-pushed the protobuf-ci-4.29.x branch from 1651d27 to 583b43c Compare May 16, 2025 18:43
release-please bot and others added 10 commits June 5, 2025 17:19
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* feat(bigquery): job creation mode GA

* deprecate query preview

* Update samples

* rename snippet to job optional

* fix style

* rename sample test
* feat(bigquery): Support Fine Grained ACLs for Datasets

* fix style

* Change enum strings to uppercase

* add unspecified enum option
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* refactor(bigquery): Clean up sample test resources, fix comments

* fix style
There is a known issue with graalvm IT being very flaky (b/422746465). Disabling flaky bot to reduce the noise until we investigate the issue further.
@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 Jun 5, 2025
@lqiu96 lqiu96 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 5, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 5, 2025
@lqiu96
Copy link
Member Author

lqiu96 commented Jun 26, 2025

Closing in favor: #3867

@lqiu96 lqiu96 closed this Jun 26, 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: l Pull request size is large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants