Skip to content
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

bigquery.it.ITBigQueryTest: testInsertAll failed #2643

Closed
flaky-bot bot opened this issue Apr 14, 2023 · 1 comment
Closed

bigquery.it.ITBigQueryTest: testInsertAll failed #2643

flaky-bot bot opened this issue Apr 14, 2023 · 1 comment
Labels
api: bigquery Issues related to the googleapis/java-bigquery API. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@flaky-bot
Copy link

flaky-bot bot commented Apr 14, 2023

This test failed!

To configure my behavior, see the Flaky Bot documentation.

If I'm commenting on this issue too often, add the flakybot: quiet label and
I will stop commenting.


commit: 3e376b1
buildURL: Build Status, Sponge
status: failed

Test output
com.google.cloud.bigquery.BigQueryException: The service is currently unavailable.
	at com.google.cloud.bigquery.it.ITBigQueryTest.testInsertAll(ITBigQueryTest.java:1968)
Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException: 
503 Service Unavailable
POST https://www.googleapis.com/bigquery/v2/projects/gcloud-devel/datasets/gcloud_test_dataset_temp_86fcd683_907b_46b0_9199_f89b48086683/tables/test_insert_all_table/insertAll?prettyPrint=false
{
  "code": 503,
  "errors": [
    {
      "domain": "global",
      "message": "The service is currently unavailable.",
      "reason": "backendError"
    }
  ],
  "message": "The service is currently unavailable.",
  "status": "UNAVAILABLE"
}
	at com.google.cloud.bigquery.it.ITBigQueryTest.testInsertAll(ITBigQueryTest.java:1968)
@flaky-bot flaky-bot bot added flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Apr 14, 2023
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/java-bigquery API. label Apr 14, 2023
@flaky-bot
Copy link
Author

flaky-bot bot commented Apr 14, 2023

Closing as a duplicate of #2642

@flaky-bot flaky-bot bot closed this as completed Apr 14, 2023
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. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

0 participants