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_featurestore.TestFeaturestore: test_search_features failed #1030

Closed
flaky-bot bot opened this issue Feb 19, 2022 · 4 comments · Fixed by #1040
Closed

tests.system.aiplatform.test_featurestore.TestFeaturestore: test_search_features failed #1030

flaky-bot bot opened this issue Feb 19, 2022 · 4 comments · Fixed by #1040
Assignees
Labels
aiplatform Issues related to the AI Platform (Unified) API. api: aiplatform Issues related to the AI Platform API. 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. 🚨 This issue needs some love. 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 Feb 19, 2022

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: 722a177
buildURL: Build Status, Sponge
status: failed

Test output
Fixture "teardown" called directly. Fixtures are not meant to be called directly,
but are created automatically when test functions request them as parameters.
See https://docs.pytest.org/en/stable/explanation/fixtures.html for more information about fixtures, and
https://docs.pytest.org/en/stable/deprecations.html#calling-fixtures-directly about how to update your code.
@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 Feb 19, 2022
@flaky-bot
Copy link
Author

flaky-bot bot commented Feb 19, 2022

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

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

flaky-bot bot commented Feb 20, 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: 722a177
buildURL: Build Status, Sponge
status: failed

Test output
Fixture "teardown" called directly. Fixtures are not meant to be called directly,
but are created automatically when test functions request them as parameters.
See https://docs.pytest.org/en/stable/explanation/fixtures.html for more information about fixtures, and
https://docs.pytest.org/en/stable/deprecations.html#calling-fixtures-directly about how to update your code.

@yoshi-automation yoshi-automation added 🚨 This issue needs some love. and removed 🚨 This issue needs some love. labels Feb 25, 2022
@morgandu morgandu self-assigned this Feb 27, 2022
@busunkim96 busunkim96 added aiplatform Issues related to the AI Platform (Unified) API. api: aiplatform Issues related to the AI Platform API. labels Feb 28, 2022
@morgandu morgandu closed this as completed Mar 1, 2022
@flaky-bot
Copy link
Author

flaky-bot bot commented Mar 1, 2022

Oops! Looks like this issue is still flaky. It failed again. 😬

I reopened the issue, but a human will need to close it again.


commit: 59caca1
buildURL: Build Status, Sponge
status: failed

Test output
self = 
shared_state = {'base_list_searched_features': 21, 'bigquery_client': ,...uery_dataset_id': 'ucaip-sample-tests.temp_vertex_sdk_e2e_featurestore_test_66951700_ac57_4c62_84b2_e1607f95ee59', ...}
def test_search_features(self, shared_state):

    assert shared_state["base_list_searched_features"] is not None

    aiplatform.init(
        project=e2e_base._PROJECT, location=e2e_base._LOCATION,
    )

    list_searched_features = aiplatform.Feature.search()
  assert (
        len(list_searched_features) - shared_state["base_list_searched_features"]
    ) == 6

E assert (36 - 21) == 6
E + where 36 = len([<google.cloud.aiplatform.featurestore.feature.Feature object at 0x7ff27e34c400> \nresource name: projects/580378083368...8083368/locations/us-central1/featurestores/perm_sample_featurestore/entityTypes/perm_users/features/liked_genres, ...])

tests/system/aiplatform/test_featurestore.py:410: AssertionError

@flaky-bot flaky-bot bot reopened this Mar 1, 2022
@morgandu morgandu closed this as completed Mar 2, 2022
@flaky-bot
Copy link
Author

flaky-bot bot commented Mar 3, 2022

Oops! Looks like this issue is still flaky. It failed again. 😬

I reopened the issue, but a human will need to close it again.


commit: e17b4fd
buildURL: Build Status, Sponge
status: failed

Test output
self = 
shared_state = {'base_list_searched_features': 33, 'bigquery_client': ,...uery_dataset_id': 'ucaip-sample-tests.temp_vertex_sdk_e2e_featurestore_test_668e1fcf_6795_466c_a640_d0b2259b112a', ...}
def test_search_features(self, shared_state):

    assert shared_state["base_list_searched_features"] is not None

    aiplatform.init(
        project=e2e_base._PROJECT, location=e2e_base._LOCATION,
    )

    list_searched_features = aiplatform.Feature.search()
  assert (
        len(list_searched_features) - shared_state["base_list_searched_features"]
    ) == 6

E assert (33 - 33) == 6
E + where 33 = len([<google.cloud.aiplatform.featurestore.feature.Feature object at 0x7f72a6f81e20> \nresource name: projects/580378083368...8083368/locations/us-central1/featurestores/perm_sample_featurestore/entityTypes/perm_users/features/liked_genres, ...])

tests/system/aiplatform/test_featurestore.py:410: AssertionError

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

3 participants