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

Fix CopyMultipleTablesIT(sponge_log).testCopyMultipleTables integration test failure #1805

Closed
stephaniewang526 opened this issue Jan 24, 2022 · 1 comment
Assignees
Labels
api: bigquery Issues related to the googleapis/java-bigquery API. 🚨 This issue needs some love. samples Issues that are directly related to samples. triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@stephaniewang526
Copy link
Contributor

Full stack trace

com.google.common.truth.AssertionErrorWithFacts:
expected to contain:
    Table copied successfully.
but was:
    Table created successfully
    Table copying job was interrupted.
    com.google.cloud.bigquery.BigQueryException: An internal error occurred and the request could not be completed. This is usually caused by a transient issue. Retrying the job with back-off as described in the BigQuery SLA should solve the problem: https://cloud.google.com/bigquery/sla. If the error continues to occur please contact support at https://cloud.google.com/support. Error: 5465921

	at com.example.bigquery.CopyMultipleTablesIT.testCopyMultipleTables(CopyMultipleTablesIT.java:77)
@stephaniewang526 stephaniewang526 self-assigned this Jan 24, 2022
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/java-bigquery API. label Jan 24, 2022
@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Jan 25, 2022
@stephaniewang526 stephaniewang526 added samples Issues that are directly related to samples. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. and removed 🚨 This issue needs some love. triage me I really want to be triaged. labels Jan 31, 2022
@yoshi-automation yoshi-automation added 🚨 This issue needs some love. triage me I really want to be triaged. labels Jan 31, 2022
stephaniewang526 added a commit to stephaniewang526/java-bigquery that referenced this issue Feb 1, 2022
stephaniewang526 added a commit that referenced this issue Feb 1, 2022
… few other samples (#1817)

* docs(samples): fix CopyMultipleTables sample IT failure and improve a few other samples

Fixes issue: #1805

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
@stephaniewang526
Copy link
Contributor Author

Fixed.

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. 🚨 This issue needs some love. samples Issues that are directly related to samples. triage me I really want to be triaged. 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

2 participants