Build: #16 failed
Job: Multiprovider multiuser failed
user uses autocleaning with upper size limit which skips too big files[1oz 2op deployed]: Test case result
The below summarizes the result of the test " user uses autocleaning with upper size limit which skips too big files[1oz 2op deployed]" in build 16 of Onedata Products - gui acceptance pkg - feature-VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1 - Multiprovider multiuser.
- Description
- user uses autocleaning with upper size limit which skips too big files[1oz 2op deployed]
- Test class
- gui.scenarios.test_multiprovider_multiuser
- Method
- test_user_uses_autocleaning_with_upper_size_limit_which_skips_too_big_files[1oz_2op_deployed]
- Duration
- 16 mins
- Status
- Failed (Existing Failure)
Error Log
RuntimeError: no "dev-oneprovider-krakow" found in ClustersPage in Onezone page fixturefunc = <function revoke_all_space_supports at 0x7f7b1d5b3ba0> request = <FixtureRequest for <Function test_user_uses_autocleaning_with_upper_size_limit_which_skips_too_big_files[1oz_2op_deployed]>> kwargs = {'browser_id': 'browser1', 'hosts': {'oneprovider-1': {'container-id': 'a2387fea0c6a0a3218d2b46e1589c9275783720ac484ed...'modals': <class 'tests.gui.utils.common.modals.Modals'>, 'onepanel': <class 'tests.gui.utils.onepanel.Onepanel'>, ...} def call_fixture_func( fixturefunc: "_FixtureFunc[FixtureValue]", request: FixtureRequest, kwargs ) -> FixtureValue: if is_generator(fixturefunc): fixturefunc = cast( Callable[..., Generator[FixtureValue, None, None]], fixturefunc ) generator = fixturefunc(**kwargs) try: fixture_result = next(generator) except StopIteration: raise ValueError(f"{request.fixturename} did not yield a value") from None finalizer = functools.partial(_teardown_yield_fixture, fixturefunc, generator) request.addfinalizer(finalizer) else: fixturefunc = cast(Callable[..., FixtureValue], fixturefunc) > fixture_result = fixturefunc(**kwargs) /usr/local/lib/python3.12/dist-packages/_pytest/fixtures.py:913: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) /usr/local/lib/python3.12/dist-packages/decorator.py:232: in fun return caller(func, *(extras + args), **kw) tests/utils/utils.py:93: in wrapper return fun(*args, **kwargs) tests/gui/meta_steps/onepanel/spaces.py:308: in revoke_all_space_supports click_on_record_in_clusters_menu(selenium, browser_id, oz_page, record, hosts) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) /usr/local/lib/python3.12/dist-packages/decorator.py:232: in fun return caller(func, *(extras + args), **kw) tests/utils/utils.py:93: in wrapper return fun(*args, **kwargs) tests/gui/steps/onezone/clusters.py:63: in click_on_record_in_clusters_menu _get_cluster_record(selenium, browser_id, oz_page, record, hosts)() tests/gui/steps/onezone/clusters.py:49: in _get_cluster_record return menu[record] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <tests.gui.utils.core.web_objects.PageObjectsSequence object at 0x7f7b18096e40> sel = 'dev-oneprovider-krakow' def __getitem__(self, sel): if isinstance(sel, int): item = self._getitem_by_idx(sel) if item: return self.cls(self.driver, item, self.parent) raise RuntimeError( "Index out of bound. Requested item at " f"{sel} while limit is {len(self)} in " f"{self.parent}" ) if isinstance(sel, str): item = self._getitem_by_id(sel) if item: return item > raise RuntimeError(f'no "{sel}" found in {self.parent}') E RuntimeError: no "dev-oneprovider-krakow" found in ClustersPage in Onezone page tests/gui/utils/core/web_objects.py:82: RuntimeError