Skip to content

people-and-planet-ai.image-classification.e2e_test: test_predict failed #5826

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

Closed
flaky-bot bot opened this issue May 13, 2021 · 10 comments
Closed

people-and-planet-ai.image-classification.e2e_test: test_predict failed #5826

flaky-bot bot opened this issue May 13, 2021 · 10 comments
Assignees
Labels
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: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. 🚨 This issue needs some love. samples Issues that are directly related to samples. 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 May 13, 2021

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


commit: 6abb1e5
buildURL: Build Status, Sponge
status: failed

Test output
Traceback (most recent call last):
  File "/workspace/people-and-planet-ai/image-classification/e2e_test.py", line 112, in model_endpoint_id
    PROJECT, REGION, MODEL_PATH, MODEL_ENDPOINT, endpoint_id
  File "/workspace/people-and-planet-ai/image-classification/deploy_model.py", line 80, in deploy_model
    deployed_model = response.result()
  File "/workspace/people-and-planet-ai/image-classification/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/future/polling.py", line 134, in result
    raise self._exception
google.api_core.exceptions.InternalServerError: 500 INTERNAL
@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 May 13, 2021
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label May 13, 2021
@flaky-bot flaky-bot bot added the flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. label May 13, 2021
@flaky-bot
Copy link
Author

flaky-bot bot commented May 13, 2021

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 (6abb1e5), this test passed in one build (Build Status, Sponge) and failed in another build (Build Status, Sponge).

@leahecole leahecole assigned davidcavazos and unassigned leahecole May 13, 2021
@dandhlee
Copy link
Collaborator

dandhlee commented May 18, 2021

Hey @davidcavazos, it seems like it ran into a 500 issue:

Traceback (most recent call last):
  File "/workspace/people-and-planet-ai/image-classification/e2e_test.py", line 112, in model_endpoint_id
    PROJECT, REGION, MODEL_PATH, MODEL_ENDPOINT, endpoint_id
  File "/workspace/people-and-planet-ai/image-classification/deploy_model.py", line 80, in deploy_model
    deployed_model = response.result()
  File "/workspace/people-and-planet-ai/image-classification/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/future/polling.py", line 134, in result
    raise self._exception
google.api_core.exceptions.InternalServerError: 500 INTERNAL

the tests are passing now. Do you think it's worth taking a look? Or would it be okay to close it for now and investigate further if it happens again?

@dandhlee
Copy link
Collaborator

The test hasn't failed since, going to close this off for now and investigate further later.

@flaky-bot
Copy link
Author

flaky-bot bot commented May 21, 2021

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: e774986
buildURL: Build Status, Sponge
status: failed

Test output
Traceback (most recent call last):
  File "/workspace/people-and-planet-ai/image-classification/e2e_test.py", line 112, in model_endpoint_id
    PROJECT, REGION, MODEL_PATH, MODEL_ENDPOINT, endpoint_id
  File "/workspace/people-and-planet-ai/image-classification/deploy_model.py", line 80, in deploy_model
    deployed_model = response.result()
  File "/workspace/people-and-planet-ai/image-classification/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/future/polling.py", line 134, in result
    raise self._exception
google.api_core.exceptions.InternalServerError: 500 INTERNAL

@flaky-bot flaky-bot bot reopened this May 21, 2021
@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label May 21, 2021
@dandhlee
Copy link
Collaborator

Investigating, reaching out to necessary DPEs and service team to try and mitigate the 500 errors.

@dandhlee dandhlee removed the 🚨 This issue needs some love. label May 21, 2021
@dandhlee
Copy link
Collaborator

Filed an internal bug to investigate, will update back on this issue once I hear back.

@yoshi-automation yoshi-automation added the 🚨 This issue needs some love. label May 22, 2021
@davidcavazos
Copy link
Contributor

We've seen that 500 error intermittently before. We suspect it's some issue with the product service. Unfortunately, I'm not sure if we can do anything about it other than retrying.

@leahecole
Copy link
Collaborator

Sounds good. @dandhlee can you just put the bug number here so we can follow along? Instead of the link you can just call it "internal bug "

@dandhlee
Copy link
Collaborator

Noted.
Internal bug filed: 188940374

@dandhlee
Copy link
Collaborator

As all tests have been passing lately, will update this issue again and reopen if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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: p1 Important issue which blocks shipping the next release. Will be fixed prior to next release. 🚨 This issue needs some love. samples Issues that are directly related to samples. 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

4 participants