Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #1906 failed
Job: Chrome nested directories tests failed
user create directory structure using client1 and using client2 sees that it has appeared v2[1oz 1op 1oc-oneclient1-web GUi]: Test case result
The below summarizes the result of the test " user create directory structure using client1 and using client2 sees that it has appeared v2[1oz 1op 1oc-oneclient1-web GUi]" in build 1,906 of Onedata Products - mixed acceptance pkg - Chrome nested directories tests.
- Description
- user create directory structure using client1 and using client2 sees that it has appeared v2[1oz 1op 1oc-oneclient1-web GUi]
- Test class
- mixed.scenarios.test_nested_directories
- Method
- test_user_create_directory_structure_using_client1_and_using_client2_sees_that_it_has_appeared_v2[1oz_1op_1oc-oneclient1-web GUI]
- Duration
- 5 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: specified path ['', 'dir1', 'dir2', 'dir3'] exceeded one displayed in breadcrumbs Breadcrumbs(/dir1/dir2) in file browser in Oneprovider page request = <FixtureRequest for <Function 'test_user_create_directory_structure_using_client1_and_using_client2_sees_that_it_has_appeared_v2[1oz_1op_1oc-oneclient1-web GUI]'>> @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-823>:2: in assert_directory_structure_in_op ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) tests/mixed/steps/data_basic.py:496: in assert_directory_structure_in_op hosts) tests/gui/meta_steps/oneprovider/data.py:228: in assert_space_content_in_op_gui op_container, tmpdir) tests/gui/meta_steps/oneprovider/data.py:204: in _check_files_tree which_browser) tests/gui/meta_steps/oneprovider/data.py:204: in _check_files_tree which_browser) tests/gui/meta_steps/oneprovider/data.py:204: in _check_files_tree which_browser) tests/gui/meta_steps/oneprovider/data.py:215: in _check_files_tree op_container, which_browser) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-363>:2: in change_cwd_using_breadcrumbs_in_data_tab_in_op ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) tests/gui/steps/oneprovider/data_tab.py:122: in change_cwd_using_breadcrumbs_in_data_tab_in_op breadcrumbs.chdir(path, archive) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <tests.gui.utils.oneprovider.breadcrumbs._Breadcrumbs object at 0x7ffaf6852828> path = ['', 'dir1', 'dir2', 'dir3'], archive = False def chdir(self, path, archive=False): if not path or path == '/': self.home() else: path = path.split('/') breadcrumbs = self._breadcrumbs > assert len(path) <= len(breadcrumbs), (f'specified path {path} ' f'exceeded one displayed in ' f'breadcrumbs {self}') E AssertionError: specified path ['', 'dir1', 'dir2', 'dir3'] exceeded one displayed in breadcrumbs Breadcrumbs(/dir1/dir2) in file browser in Oneprovider page tests/gui/utils/oneprovider/breadcrumbs.py:41: AssertionError