GUI acceptance tests using environment deployed from packages.

Build: #2486 failed

Job: Transfers cancel failed

Stages & jobs

  1. Acceptance Test

user reruns directory transfer to remote provider after canceling it[1oz 2op slow deployed]: Test case result

The below summarizes the result of the test " user reruns directory transfer to remote provider after canceling it[1oz 2op slow deployed]" in build 2,486 of Onedata Products - gui acceptance pkg - Chrome transfers cancel.
Description
user reruns directory transfer to remote provider after canceling it[1oz 2op slow deployed]
Test class
gui.scenarios.test_oneprovider_transfers_cancel
Method
test_user_reruns_directory_transfer_to_remote_provider_after_canceling_it[1oz_2op_slow_deployed]
Duration
17 mins
Status
Failed (New Failure)

Error Log

AssertionError: Ongoing transfers did not finish
request = <FixtureRequest for <Function 'test_user_reruns_directory_transfer_to_remote_provider_after_canceling_it[1oz_2op_slow_deployed]'>>

    @pytest.mark.usefixtures(*function_args)
    def scenario_wrapper(request):
>       _execute_scenario(feature, scenario, request, encoding)

/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function
    step_func(**kwargs)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-731>:2: in wait_for_ongoing_tranfers_to_finish
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="1fa42bbbe38c0106cbf4bf9612fdc9b4")>}
browser_id = 'browser'
op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'>

    @wt(parsers.re('user of (?P<browser_id>.*) waits for all transfers to finish'))
    @repeat_failed(interval=1, timeout=240,
                   exceptions=(AssertionError, StaleElementReferenceException))
    def wait_for_ongoing_tranfers_to_finish(selenium, browser_id, op_container):
>       assert len(op_container(selenium[browser_id]).transfers.ongoing) == 0, \
            'Ongoing transfers did not finish'
E       AssertionError: Ongoing transfers did not finish

tests/gui/steps/oneprovider/transfers.py:104: AssertionError