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
This test failed!
To configure my behavior, see the Flaky Bot documentation.
If I'm commenting on this issue too often, add the
flakybot: quietlabel andI will stop commenting.
commit: 6c4374f
buildURL: Build Status, Sponge
status: failed
Test output
self = shared_state = {}
E KeyError: 'resources'
tests/system/aiplatform/e2e_base.py:179: KeyError