GUI acceptance tests using environment deployed from packages.

Build: #2465 was successful

Job: QoS basic was successful

Stages & jobs

  1. Acceptance Test

nested file is replicated from one storage to storage which id was set as qos requirement in parent dir[1oz 2op deployed]: Test case result

The below summarizes the result of the test " nested file is replicated from one storage to storage which id was set as qos requirement in parent dir[1oz 2op deployed]" in build 2,465 of Onedata Products - gui acceptance pkg - Chrome qos basic.
Description
nested file is replicated from one storage to storage which id was set as qos requirement in parent dir[1oz 2op deployed]
Test class
gui.scenarios.test_qos_basic
Method
test_nested_file_is_replicated_from_one_storage_to_storage_which_id_was_set_as_qos_requirement_in_parent_dir[1oz_2op_deployed]
Duration
4 mins
Status
Failed (Existing Failure)

Error Log

AssertionError: distribution for dev-oneprovider-paris is not entirely filled
request = <FixtureRequest for <Function 'test_nested_file_is_replicated_from_one_storage_to_storage_which_id_was_set_as_qos_requirement_in_parent_dir[1oz_2op_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)
tests/gui/meta_steps/oneprovider/common.py:103: in wt_assert_file_chunks
    _assert_file_chunks(selenium, browser_id, hosts, desc, modals)
<decorator-gen-1037>:2: in _assert_file_chunks
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
tests/gui/meta_steps/oneprovider/common.py:118: in _assert_file_chunks
    assert_provider_chunk_in_data_distribution_filled(selenium,
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-749>:2: in assert_provider_chunk_in_data_distribution_filled
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser_emergency': <selenium.webdriver.chrome.webdriver.WebDriver (session="92b4c3cf7a5e9b317e2b8199e58f54c0")>, 'browser_unified': <selenium.webdriver.chrome.webdriver.WebDriver (session="0ac894592678bfa7b1b70f728a4a26ed")>}
browser_id = 'browser_unified', provider = 'dev-oneprovider-paris'
modals = <class 'tests.gui.utils.common.modals.Modals'>
hosts = {'oneprovider-1': {'container-id': '76664da3cef6725f9c984fcc804c25c7d5d9f8e566295b0ba192000c71bc16d6', 'hostname': 'de...86207b311f9ae9', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.10', 'name': 'dev-onezone', ...}}

    @wt(parsers.parse('user of {browser_id} sees that chunk bar for provider '
                      '"{provider}" is entirely filled'))
    @repeat_failed(timeout=WAIT_BACKEND*2)
    def assert_provider_chunk_in_data_distribution_filled(selenium, browser_id,
                                                          provider, modals, hosts):
        driver = selenium[browser_id]
        provider = hosts[provider]['name']
        data_distribution = modals(driver).details_modal.data_distribution
        distribution = data_distribution.providers[provider].distribution
        size = data_distribution.size()
        chunks = distribution.chunks(size)
>       assert len(chunks) == 1, (f'distribution for {provider} is not '
                                  f'entirely filled')
E       AssertionError: distribution for dev-oneprovider-paris is not entirely filled

tests/gui/steps/oneprovider/data_tab.py:454: AssertionError