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 #2798

Closed
flaky-bot bot opened this issue Oct 11, 2023 · 4 comments
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

commit: eaf5d81
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
Copy link
Author

flaky-bot bot commented Oct 12, 2023

commit: 1704db8
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
Copy link
Author

flaky-bot bot commented Oct 13, 2023

commit: e45cbb1
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
Copy link
Author

flaky-bot bot commented Oct 13, 2023

Test passed for commit 7944348 (Build Status, Sponge)! Closing this issue.

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