GUI acceptance tests using environment deployed from packages.
Build: #14 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 14 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
- 11 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: Providers oneprovider-3 - oneprovider-2 are synced 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-1083>:2: in check_delay ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="de9b360eefa06d5819ab40306b9a13ce")>} browser_id = 'browser', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> hosts = {'oneprovider-1': {'container-id': 'ffa1031bc852a2c5b6ec67c414391166132313c565972d4a337fc7ef6073dd25', 'hostname': 'de...25e45489a301a4', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.15', 'name': 'dev-onezone', ...}} horizontal = 'oneprovider-3', vertical = 'oneprovider-2' @wt(parsers.parse('user of {browser_id} sees that delay of "{horizontal}" - ' '"{vertical}" intersection is other than "synced"')) @repeat_failed(timeout=WAIT_FRONTEND) def check_delay(selenium, browser_id, oz_page, hosts, horizontal, vertical): cell = find_cell_on_providers_intersection(selenium, browser_id, horizontal, vertical, oz_page, hosts) delay = cell.delay > assert delay != 'synced', f'Providers {horizontal} - {vertical} are synced' E AssertionError: Providers oneprovider-3 - oneprovider-2 are synced tests/gui/steps/onezone/providers_sync.py:114: AssertionError