Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #1818 failed
Job: Onepanel failed
files tree with specified depth is imported to space after changing import depth and disable modification 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 disable modification detection option[1oz 1op 1oc-web GUi-RESt]" in build 1,818 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
- Description
- files tree with specified depth is imported to space after changing import depth and disable modification 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_disable_modification_detection_option[1oz_1op_1oc-web GUI-REST]
- Duration
- 8 mins
- Status
- Failed (New Failure)
Error Log
RuntimeError: file file1.txt has not been downloaded request = <FixtureRequest for <Function 'test_files_tree_with_specified_depth_is_imported_to_space_after_changing_import_depth_and_disable_modification_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:78: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-1045>:2: in assert_space_content_in_op ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) tests/mixed/steps/onepanel_basic.py:537: in assert_space_content_in_op host, hosts) tests/gui/meta_steps/oneprovider/data.py:223: in assert_space_content_in_op_gui op_container, tmpdir) tests/gui/meta_steps/oneprovider/data.py:201: in _check_files_tree which_browser) tests/gui/meta_steps/oneprovider/data.py:208: in _check_files_tree tmpdir) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-535>:2: in has_downloaded_file_content ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser_id = 'user1', file_name = 'file1.txt', content = '22222' tmpdir = local('/tmp/pytest-of-bamboo/pytest-0/test_files_tree_with_specified3') @wt(parsers.parse('user of {browser_id} sees that content of downloaded ' 'file "{file_name}" is equal to: "{content}"')) @repeat_failed(timeout=WAIT_BACKEND) def has_downloaded_file_content(browser_id, file_name, content, tmpdir): downloaded_file = tmpdir.join(browser_id, 'download', file_name) if downloaded_file.isfile(): with downloaded_file.open() as f: file_content = ''.join(f.readlines()) file_content = file_content.strip() assert content == file_content, ('expected {} as {} content, ' 'instead got {}'.format(content, file_name, file_content)) else: > raise RuntimeError('file {} has not been downloaded'.format(file_name)) E RuntimeError: file file1.txt has not been downloaded tests/gui/steps/oneprovider/data_tab.py:445: RuntimeError