Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #1246 failed
Job: Onepanel failed
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 1,246 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
- 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_onepanel_basic
- 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]
- Duration
- 8 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: not found "dir2" 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.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-1011>:2: in assert_space_content_in_op ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) tests/mixed/steps/onepanel_basic.py:536: in assert_space_content_in_op host, hosts) tests/gui/meta_steps/oneprovider/data.py:213: in assert_space_content_in_op_gui op_container, tmpdir) tests/gui/meta_steps/oneprovider/data.py:179: in _check_files_tree assert_items_presence_in_file_browser(user, item_name, tmp_memory) tests/utils/bdd_utils.py:77: in wrapper return fun(*ba.args, **ba.kwargs) tests/utils/bdd_utils.py:77: in wrapper return fun(*ba.args, **ba.kwargs) tests/utils/bdd_utils.py:77: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-541>:2: in assert_items_presence_in_file_browser ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser_id = 'user1', item_list = 'dir2' tmp_memory = defaultdict(<class 'dict'>, {'onepanel': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {'token': 'MDAzM2xvY2F0...E2MDgwNjYzODYKMDAyZnNpZ25hdHVyZSAOMzcatSGCRRDI2EFylH776ZKVmdtCoR8sUuPK2Ei8VQo'}, 'oz': {}, 'window': {'modal': None}}}) @wt(parsers.parse('user of {browser_id} sees item(s) ' 'named {item_list} in file browser')) @wt(parsers.parse('user of {browser_id} sees that item named ' '{item_list} has appeared in file browser')) @wt(parsers.parse('user of {browser_id} sees that items named ' '{item_list} have appeared in file browser')) @repeat_failed(timeout=WAIT_BACKEND) def assert_items_presence_in_file_browser(browser_id, item_list, tmp_memory): file_browser = tmp_memory[browser_id]['file_browser'] data = _get_items_list_from_file_browser(browser_id, tmp_memory) for item_name in parse_seq(item_list): assert (item_name in data and > file_browser.data[item_name].size), (f'not found "{item_name}" ' f'in file browser') E AssertionError: not found "dir2" in file browser tests/gui/steps/oneprovider/file_browser.py:93: AssertionError