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 #877

Closed
flaky-bot bot opened this issue Dec 2, 2021 · 5 comments
Assignees
Labels
api: aiplatform Issues related to the AI Platform API. 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 Dec 2, 2021

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

@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 Dec 2, 2021
@product-auto-label product-auto-label bot added the api: aiplatform Issues related to the AI Platform API. label Dec 2, 2021
@flaky-bot
Copy link
Author

flaky-bot bot commented Dec 2, 2021

commit: ca813be
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

@flaky-bot
Copy link
Author

flaky-bot bot commented Dec 3, 2021

commit: 47e93b2
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

@flaky-bot
Copy link
Author

flaky-bot bot commented Dec 3, 2021

commit: dd1f650
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

@flaky-bot
Copy link
Author

flaky-bot bot commented Dec 3, 2021

commit: 8cb4839
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

@flaky-bot
Copy link
Author

flaky-bot bot commented Dec 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: aiplatform Issues related to the AI Platform API. 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

No branches or pull requests

1 participant