Build: #8 failed
Job: Transfers directories failed
user sees actual file replication rate for a file replicated to another provider[1oz 2op deployed]: Test case result
The below summarizes the result of the test " user sees actual file replication rate for a file replicated to another provider[1oz 2op deployed]" in build 8 of Onedata Products - gui acceptance pkg - feature-VFS-12098-test-couchbase-upgrade-to-6.x-from-4.1 - Transfers directories.
- Description
- user sees actual file replication rate for a file replicated to another provider[1oz 2op deployed]
- Test class
- gui.scenarios.test_oneprovider_transfers_directories
- Method
- test_user_sees_actual_file_replication_rate_for_a_file_replicated_to_another_provider[1oz_2op_deployed]
- Duration
- 16 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: Waiting transfers did not start fixturefunc = <function wait_for_waiting_transfer_to_start at 0x7f585a99ba60> request = <FixtureRequest for <Function test_user_sees_actual_file_replication_rate_for_a_file_replicated_to_another_provider[1oz_2op_deployed]>> kwargs = {'browser_id': 'browser', 'op_container': <class 'tests.gui.utils.oneprovider.OPLoggedIn'>, 'selenium': {'browser': <t...r <Function test_user_sees_actual_file_replication_rate_for_a_file_replicated_to_another_provider[1oz_2op_deployed]>>}} 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) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <tests.conftest.ChromeWithAllLogs (session="438f0fd7afa9bf59d6035bf3bcd5254d")>, 'request': <SubRequest 's...or <Function test_user_sees_actual_file_replication_rate_for_a_file_replicated_to_another_provider[1oz_2op_deployed]>>} browser_id = 'browser' op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'> @wt(parsers.re("user of (?P<browser_id>.*) waits for all transfers to start")) @repeat_failed( interval=1, timeout=420, exceptions=(AssertionError, StaleElementReferenceException), ) def wait_for_waiting_transfer_to_start(selenium, browser_id, op_container): assert ( > len(op_container(selenium[browser_id]).transfers.waiting) == 0 ), "Waiting transfers did not start" E AssertionError: Waiting transfers did not start tests/gui/steps/oneprovider/transfers.py:167: AssertionError