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

tests.system.aiplatform.test_prediction_cpr.TestPredictionCpr: test_build_cpr_model_upload_and_deploy failed #2799

Closed
flaky-bot bot opened this issue Oct 11, 2023 · 1 comment
Labels
api: vertex-ai Issues related to the googleapis/python-aiplatform 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 Oct 11, 2023

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


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

Test output
self = 
shared_state = {}
@pytest.fixture(scope="class")
def tear_down_resources(self, shared_state: Dict[str, Any]):
    """Delete every Vertex AI resource created during test"""

    yield

    # TODO(b/218310362): Add resource deletion system tests
    # Bring all Endpoints to the front of the list
    # Ensures Models are undeployed first before we attempt deletion
  shared_state["resources"].sort(
        key=lambda r: 1
        if isinstance(r, aiplatform.Endpoint)
        or isinstance(r, aiplatform.MatchingEngineIndexEndpoint)
        or isinstance(r, aiplatform.Experiment)
        else 2
    )

E KeyError: 'resources'

tests/system/aiplatform/e2e_base.py:181: KeyError

@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 Oct 11, 2023
@product-auto-label product-auto-label bot added the api: vertex-ai Issues related to the googleapis/python-aiplatform API. label Oct 11, 2023
@flaky-bot
Copy link
Author

flaky-bot bot commented Oct 11, 2023

Closing as a duplicate of #2798

@flaky-bot flaky-bot bot closed this as completed Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: vertex-ai Issues related to the googleapis/python-aiplatform 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