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_model_upload.TestModel: test_upload_and_deploy_xgboost_model failed #1138

Closed
flaky-bot bot opened this issue Apr 5, 2022 · 3 comments · Fixed by #1149
Closed
Labels
flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. 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 Apr 5, 2022

Note: #1097 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.


commit: 8477be9
buildURL: Build Status, Sponge
status: failed

Test output
self = 
shared_state = {}
@pytest.fixture(scope="class")
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:93: 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 Apr 5, 2022
@flaky-bot
Copy link
Author

flaky-bot bot commented Apr 5, 2022

commit: 936ddf8
buildURL: Build Status, Sponge
status: failed

Test output
self = 
shared_state = {}
@pytest.fixture(scope="class")
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:93: KeyError

@flaky-bot
Copy link
Author

flaky-bot bot commented Apr 6, 2022

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

@flaky-bot flaky-bot bot closed this as completed Apr 6, 2022
@flaky-bot flaky-bot bot reopened this Apr 6, 2022
@flaky-bot flaky-bot bot added the flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. label Apr 6, 2022
@flaky-bot
Copy link
Author

flaky-bot bot commented Apr 6, 2022

Looks like this issue is flaky. 😟

I'm going to leave this open and stop commenting.

A human should fix and close this.


commit: 31b4f86
buildURL: Build Status, Sponge
status: failed

Test output
self = 
shared_state = {}
@pytest.fixture(scope="class")
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:93: KeyError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flakybot: flaky Tells the Flaky Bot not to close or comment on this issue. 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

Successfully merging a pull request may close this issue.

0 participants