-
Notifications
You must be signed in to change notification settings - Fork 437
tests.system.aiplatform.test_model_upload.TestModel: test_upload_and_deploy_xgboost_model failed #877
Copy link
Copy link
Closed
Labels
api: aiplatformIssues related to the AI Platform API.Issues related to the AI Platform API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An 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.Important 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.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
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: bffbd9d
buildURL: Build Status, Sponge
status: failed
Test output
self = , shared_state = {}
@pytest.fixture()
def delete_staging_bucket(self, shared_state: Dict[str, Any]):
"""Delete the staging bucket and all it's contents"""
yield
# Get the staging bucket used for testing and wipe it
bucket = shared_state["bucket"]
E KeyError: 'bucket'
tests/system/aiplatform/e2e_base.py:90: KeyError
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: aiplatformIssues related to the AI Platform API.Issues related to the AI Platform API.flakybot: issueAn issue filed by the Flaky Bot. Should not be added manually.An 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.Important 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.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.