Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #3128 failed
Job: Storage sync was successful
files tree with specified depth is imported to space after changing import depth and enable delete detection option[1oz 1op 1oc-web GUi-RESt]: Test case result
The below summarizes the result of the test " files tree with specified depth is imported to space after changing import depth and enable delete detection option[1oz 1op 1oc-web GUi-RESt]" in build 3,128 of Onedata Products - mixed acceptance pkg - Storage sync.
- Description
- files tree with specified depth is imported to space after changing import depth and enable delete detection option[1oz 1op 1oc-web GUi-RESt]
- Test class
- mixed.scenarios.test_storage_sync
- Method
- test_files_tree_with_specified_depth_is_imported_to_space_after_changing_import_depth_and_enable_delete_detection_option[1oz_1op_1oc-web GUI-REST]
- Jira Issue
-
- Duration
- 11 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: there is different number of items in file browser request = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_import_depth_and_enable_delete_detection_option[1oz_1op_1oc-web GUI-REST]'>> @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-1239>:2: in assert_space_content_in_op ??? tests/utils/utils.py:95: in wrapper return fun(*args, **kwargs) tests/mixed/steps/onepanel_basic.py:535: in assert_space_content_in_op assert_space_content_in_op_gui(config, selenium, user, op_container, tests/gui/meta_steps/oneprovider/data.py:237: in assert_space_content_in_op_gui check_file_structure_in_browser( tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) tests/gui/meta_steps/oneprovider/files_tree.py:86: in check_file_structure_in_browser check_tree_browser( tests/gui/meta_steps/oneprovider/files_tree.py:49: in check_tree_browser assert_only_expected_items_presence_in_browser( _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'onepanel': <selenium.webdriver.chrome.webdriver.WebDriver (session="7e240103e25f3f16ac4736ab82ffa0fa")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="d8116a686cd4fa03ba7d8ac12d9ea89b")>} browser_id = 'user1', item_list = ['dir2', 'dir2'] tmp_memory = defaultdict(<class 'dict'>, {'onepanel': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {'token': 'MDAzM2xvY2F0...3MTUxNjg5ODgKMDAyZnNpZ25hdHVyZSCKHFyBEaAHrDHlBJjcpqlpdBNTxt8Pwu01BjBQ76RIkKwo'}, 'oz': {}, 'window': {'modal': None}}}) which_browser = 'file browser' def assert_only_expected_items_presence_in_browser( selenium, browser_id, item_list, tmp_memory, which_browser='file browser'): data = _get_items_list_from_browser(selenium, browser_id, tmp_memory, which_browser) assert_items_presence_in_browser(selenium, browser_id, item_list, tmp_memory, which_browser) > assert len(item_list) == len(data), (f'there is different number of ' f'items in {which_browser}') E AssertionError: there is different number of items in file browser tests/gui/steps/oneprovider/browser.py:157: AssertionError