Skip to content

tests.system.aiplatform.test_e2e_metadata_schema.TestMetadataSchema: test_execution_create_using_system_schema_class failed #1466

Description

@flaky-bot

This test failed!

To configure my behavior, see the Flaky Bot documentation.

If I'm commenting on this issue too often, add the flakybot: quiet label and
I will stop commenting.


commit: 6c4374f
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)
        else 2
    )

E KeyError: 'resources'

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: vertex-aiIssues related to the googleapis/python-aiplatform API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions