Skip to content

tests.system.aiplatform.test_pipeline_job.TestPipelineJob: test_add_pipeline_job_to_experiment failed #1892

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: 6fa93a4
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:178: 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

    Fields

    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