GUI acceptance tests using environment deployed from packages.
Build: #26 failed
Job: Chrome onezone providers sync test failed
providers synchronizes after supporting space with yet another provider[1oz 3op providers sync]: Test case result
The below summarizes the result of the test " providers synchronizes after supporting space with yet another provider[1oz 3op providers sync]" in build 26 of Onedata Products - gui acceptance pkg - release-22.02.0-alpha1 - Chrome onezone providers sync test.
- Description
- providers synchronizes after supporting space with yet another provider[1oz 3op providers sync]
- Test class
- gui.scenarios.test_onezone_providers_sync
- Method
- test_providers_synchronizes_after_supporting_space_with_yet_another_provider[1oz_3op_providers_sync]
- Duration
- 12 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: Progress of oneprovider-3 - oneprovider-2 is not less than 100% request = <FixtureRequest for <Function 'test_providers_synchronizes_after_supporting_space_with_yet_another_provider[1oz_3op_providers_sync]'>> @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:77: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-1087>:2: in check_overall_sync_progress ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="cf06a2292ae1ce3a71b467b9f2a58329")>} browser_id = 'browser', horizontal = 'oneprovider-3', vertical = 'oneprovider-2' oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> hosts = {'oneprovider-1': {'container-id': '4b18294d67c0bbebfe5accec1529bec45ffa5aab86dc69c04af231fb7de32b54', 'hostname': 'de...10b0dc3ed5b5e4', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.15', 'name': 'dev-onezone', ...}} @wt(parsers.parse('user of {browser_id} sees that overall sync progress of ' '"{horizontal}" - "{vertical}" intersection is less than ' '100%')) @repeat_failed(timeout=WAIT_FRONTEND) def check_overall_sync_progress(selenium, browser_id, horizontal, vertical, oz_page, hosts): cell = find_cell_on_providers_intersection(selenium, browser_id, horizontal, vertical, oz_page, hosts) progress = cell.percent > assert int(progress.rstrip('%')) < 100, (f'Progress of {horizontal} - ' f'{vertical} is ' f'not less than 100%') E AssertionError: Progress of oneprovider-3 - oneprovider-2 is not less than 100% tests/gui/steps/onezone/providers_sync.py:113: AssertionError