GUI acceptance tests using environment deployed from packages.

Build: #1807 failed

Job: Multiprovider multiuser failed

user uses autocleaning with lower size limit which skips too small files[1oz 2op deployed]: Test case result

The below summarizes the result of the test " user uses autocleaning with lower size limit which skips too small files[1oz 2op deployed]" in build 1,807 of Onedata Products - gui acceptance pkg - Chrome multiprovider multiuser tests.
Description
user uses autocleaning with lower size limit which skips too small files[1oz 2op deployed]
Test class
gui.scenarios.test_multiprovider_multiuser
Method
test_user_uses_autocleaning_with_lower_size_limit_which_skips_too_small_files[1oz_2op_deployed]
Jira Issue
Duration
15 mins
Status
Failed (New Failure)

Error Log

AssertionError: distribution for dev-oneprovider-krakow is not entirely filled
request = <FixtureRequest for <Function 'test_user_uses_autocleaning_with_lower_size_limit_which_skips_too_small_files[1oz_2op_deployed]'>>

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

/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python3.6/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:105: in wt_assert_file_chunks
    _assert_file_chunks(selenium, browser_id, hosts, desc, modals)
<decorator-gen-1063>:2: in _assert_file_chunks
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
tests/gui/meta_steps/oneprovider/common.py:126: in _assert_file_chunks
    hosts)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-659>:2: in assert_provider_chunk_in_data_distribution_filled
    ???
tests/utils/utils.py:90: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser1': <selenium.webdriver.chrome.webdriver.WebDriver (session="acf204b00751c750f9ae65df1e75eb86")>, 'space_owner_browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="e7d2a36181a93f4df60f0407ec1508d5")>}
browser_id = 'space_owner_browser', provider = 'dev-oneprovider-krakow'
modals = <class 'tests.gui.utils.common.modals.Modals'>
hosts = {'oneprovider-1': {'container-id': '2bb637ebe0bd0663a1f7e981ea2fe7e65a43fcc8fce9f110ef19c9af482aa39e', 'hostname': 'de...e3609160b3b4b34', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.6', '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)
    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).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-krakow is not entirely filled

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