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.ITNightlyBigQueryTest: testPositionalParams failed #2200

Closed
flaky-bot bot opened this issue Aug 3, 2022 · 9 comments
Closed

bigquery.it.ITNightlyBigQueryTest: testPositionalParams failed #2200

flaky-bot bot opened this issue Aug 3, 2022 · 9 comments
Assignees
Labels
api: bigquery Issues related to the googleapis/java-bigquery API. flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p2 Moderately-important priority. Fix may not be included in 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 Aug 3, 2022

Note: #2163 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 6231be7
buildURL: Build Status, Sponge
status: failed

Test output
com.google.api.gax.rpc.NotFoundException: io.grpc.StatusRuntimeException: NOT_FOUND: Not found: Table gcloud-devel:_d4c2e652867e06ffb3ff530d342160f9a25f05ab.anon701b4755_956b_43a4_bd1c_77b86c1aae93
Caused by: io.grpc.StatusRuntimeException: NOT_FOUND: Not found: Table gcloud-devel:_d4c2e652867e06ffb3ff530d342160f9a25f05ab.anon701b4755_956b_43a4_bd1c_77b86c1aae93
@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 Aug 3, 2022
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/java-bigquery API. label Aug 3, 2022
@flaky-bot flaky-bot bot added the flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. label Aug 3, 2022
@flaky-bot
Copy link
Author

flaky-bot bot commented Aug 3, 2022

Looks like this issue is flaky. 😟

I'm going to leave this open and stop commenting.

A human should fix and close this.


When run at the same commit (6231be7), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

@Neenu1995
Copy link
Contributor

Closing as flaky for now. Investigate further if this happens again.

@flaky-bot
Copy link
Author

flaky-bot bot commented Aug 13, 2022

Oops! Looks like this issue is still flaky. It failed again. 😬

I reopened the issue, but a human will need to close it again.


commit: 9484f95
buildURL: Build Status, Sponge
status: failed

Test output
com.google.api.gax.rpc.NotFoundException: io.grpc.StatusRuntimeException: NOT_FOUND: Not found: Table gcloud-devel:_d4c2e652867e06ffb3ff530d342160f9a25f05ab.anona52fa0ee_6646_40bc_b546_1485ef23f457
Caused by: io.grpc.StatusRuntimeException: NOT_FOUND: Not found: Table gcloud-devel:_d4c2e652867e06ffb3ff530d342160f9a25f05ab.anona52fa0ee_6646_40bc_b546_1485ef23f457

@flaky-bot flaky-bot bot reopened this Aug 13, 2022
@brijk7
Copy link

brijk7 commented Aug 21, 2022

Looks like it failed again on Aug 16 with same error. Sponge

@Neenu1995
Copy link
Contributor

Hi @prash-mi,
Is this an extension of the table not found error in executeSelect?

@prash-mi
Copy link
Contributor

Yes @Neenu1995 , #2222 was merged yesterday and this should take care of table not found issue

@flaky-bot flaky-bot bot reopened this Sep 2, 2022
@flaky-bot
Copy link
Author

flaky-bot bot commented Sep 2, 2022

Oops! Looks like this issue is still flaky. It failed again. 😬

I reopened the issue, but a human will need to close it again.


commit: a9b5fb2
buildURL: Build Status, Sponge
status: failed

Test output
com.google.cloud.bigquery.BigQuerySQLException: Error encountered during execution. Retrying may solve the problem.
	at com.google.cloud.bigquery.it.ITNightlyBigQueryTest.testPositionalParams(ITNightlyBigQueryTest.java:468)
Caused by: com.google.cloud.bigquery.BigQueryException: Error encountered during execution. Retrying may solve the problem.
	at com.google.cloud.bigquery.it.ITNightlyBigQueryTest.testPositionalParams(ITNightlyBigQueryTest.java:468)
Caused by: com.google.api.client.googleapis.json.GoogleJsonResponseException: 
400 Bad Request
POST https://www.googleapis.com/bigquery/v2/projects/gcloud-devel/queries
{
  "code" : 400,
  "errors" : [ {
    "domain" : "global",
    "message" : "Error encountered during execution. Retrying may solve the problem.",
    "reason" : "jobBackendError"
  } ],
  "message" : "Error encountered during execution. Retrying may solve the problem.",
  "status" : "INVALID_ARGUMENT"
}
	at com.google.cloud.bigquery.it.ITNightlyBigQueryTest.testPositionalParams(ITNightlyBigQueryTest.java:468)

@Neenu1995 Neenu1995 assigned prash-mi and unassigned Neenu1995 Sep 6, 2022
@prash-mi
Copy link
Contributor

prash-mi commented Sep 8, 2022

This looks like a new error on the same test cases. I will check with backend if retrying can fix it and accordingly we can plan for a fix.

@prash-mi prash-mi added priority: p2 Moderately-important priority. Fix may not be included in next release. and removed priority: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. labels Sep 8, 2022
@prash-mi
Copy link
Contributor

This looks stable as of now, closing and will have a look if it breaks again.

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: flaky Tells the Flaky Bot not to close or comment on this issue. flakybot: issue An issue filed by the Flaky Bot. Should not be added manually. priority: p2 Moderately-important priority. Fix may not be included in 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

3 participants