GUI acceptance tests using environment deployed from packages.
Build: #1737 failed
Job: Oneprovider ACL subdirectories failed
remove subdirectory[1oz 1op deployed-group-group1-fails-all except [data:delete child]]: Test case result
The below summarizes the result of the test " remove subdirectory[1oz 1op deployed-group-group1-fails-all except [data:delete child]]" in build 1,737 of Onedata Products - gui acceptance pkg - Chrome oneprovider ACL subdirectories.
- Description
- remove subdirectory[1oz 1op deployed-group-group1-fails-all except [data:delete child]]
- Test class
- gui.scenarios.test_oneprovider_acl_subdir
- Method
- test_remove_subdirectory[1oz_1op_deployed-group-group1-fails-all except [data:delete child]]
- Duration
- 3 mins
- Status
- Failed (New Failure)
Error Log
RuntimeError: no "dir2" found in file browser in Oneprovider page selenium = {'browser_user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="0428c15fa6f5ddb7e521054fd3a7f01b")>, 'space...eaedc6340717")>, 'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="0428c15fa6f5ddb7e521054fd3a7f01b")>} browser_id = 'browser_user1', path = 'dir1/dir2', space = 'space1' tmp_memory = defaultdict(<class 'dict'>, {'user1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'...2-ad68848a91d9")>}, 'file_browser': <tests.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7f0c3a8fe160>}}) oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'> def _click_menu_for_elem_somewhere_in_file_browser(selenium, browser_id, path, space, tmp_memory, oz_page, op_container): item_name, _ = get_item_name_and_containing_dir_path(path) try: > go_to_path_without_last_elem(browser_id, tmp_memory, path) tests/gui/meta_steps/oneprovider/data.py:38: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser_id = 'browser_user1' tmp_memory = defaultdict(<class 'dict'>, {'user1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'...2-ad68848a91d9")>}, 'file_browser': <tests.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7f0c3a8fe160>}}) path = 'dir1/dir2' def go_to_path_without_last_elem(browser_id, tmp_memory, path): if '/' in path: _, path_list = get_item_name_and_containing_dir_path(path) for directory in path_list: > double_click_on_item_in_browser(browser_id, directory, tmp_memory) tests/gui/meta_steps/oneprovider/data.py:389: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ args = ('browser_user1', 'dir1', defaultdict(<class 'dict'>, {'user1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': ...-ad68848a91d9")>}, 'file_browser': <tests.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7f0c3a8fe160>}})) kwargs = {} ba = <BoundArguments (browser_id='browser_user1', item_name='dir1', tmp_memory=defaultdict(<class 'dict'>, {'user1': {'shar...r': <tests.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7f0c3a8fe160>}}), which_browser='file browser')> param = <Parameter "which_browser='file browser'"> ann = <class 'inspect._empty'> @wraps(fun) def wrapper(*args, **kwargs): ba = sig.bind(*args, **kwargs) ba.apply_defaults() for param in parameters.values(): ann = param.annotation if ann is not inspect.Parameter.empty: value = ba.arguments[param.name] try: if not isinstance(value, ann): ba.arguments[param.name] = ann(value) except Exception as ex: msg = f"Cannot cast '{param.name}' <{value}> to {ann}" raise ValueError(msg) from ex > return fun(*ba.args, **ba.kwargs) tests/utils/bdd_utils.py:78: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser_id = 'browser_user1', item_name = 'dir1' tmp_memory = defaultdict(<class 'dict'>, {'user1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'...2-ad68848a91d9")>}, 'file_browser': <tests.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7f0c3a8fe160>}}) which_browser = 'file browser' > ??? <decorator-gen-567>:2: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ fun = <function double_click_on_item_in_browser at 0x7f0c3bda69d8> args = ('browser_user1', 'dir1', defaultdict(<class 'dict'>, {'user1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': ...}, 'file_browser': <tests.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7f0c3a8fe160>}}), 'file browser') kwargs = {}, now = 1631826422.7724593, limit = 1631826437.7724593 i = 1631826437.8155046 @decorator def wrapper(fun, *args, **kwargs): now = time() limit, i = (now + timeout, now) if timeout else (attempts, 0) while i < limit: try: result = fun(*args, **kwargs) except exceptions: sleep(interval) i = time() if timeout else i+1 continue else: return result > return fun(*args, **kwargs) tests/utils/utils.py:90: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ browser_id = 'browser_user1', item_name = 'dir1' tmp_memory = defaultdict(<class 'dict'>, {'user1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'...2-ad68848a91d9")>}, 'file_browser': <tests.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7f0c3a8fe160>}}) which_browser = 'file_browser' @wt(parsers.parse('user of {browser_id} double clicks on item named' ' "{item_name}" in {which_browser}')) @repeat_failed(timeout=WAIT_BACKEND) def double_click_on_item_in_browser(browser_id, item_name, tmp_memory, which_browser='file browser'): which_browser = transform(which_browser) > browser = tmp_memory[browser_id][which_browser] E KeyError: 'file_browser' tests/gui/steps/oneprovider/browser.py:21: KeyError During handling of the above exception, another exception occurred: request = <FixtureRequest for <Function 'test_remove_subdirectory[1oz_1op_deployed-group-group1-fails-all except [data:delete child]]'>> @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) tests/gui/meta_steps/oneprovider/data.py:82: in remove_item_in_op_gui op_container) tests/gui/meta_steps/oneprovider/data.py:422: in open_modal_for_file_browser_item op_container) tests/gui/meta_steps/oneprovider/data.py:44: in _click_menu_for_elem_somewhere_in_file_browser click_menu_for_elem_in_browser(browser_id, item_name, tmp_memory) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-591>:2: in click_menu_for_elem_in_browser ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) tests/gui/steps/oneprovider/browser.py:183: in click_menu_for_elem_in_browser browser.data[item_name].menu_button() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <tests.gui.utils.core.web_objects.PageObjectsSequence object at 0x7f0c3aa90cf8> sel = 'dir2' def __getitem__(self, sel): if isinstance(sel, int): item = self._getitem_by_idx(sel) if item: return self.cls(self.driver, item, self.parent) else: raise RuntimeError('Index out of bound. Requested item at ' '{idx} while limit is {limit} in ' '{parent}'.format(idx=sel, limit=len(self), parent=self.parent)) elif isinstance(sel, str): item = self._getitem_by_id(sel) if item: return item else: raise RuntimeError('no "{id}" found in ' '{parent}'.format(id=sel, > parent=self.parent)) E RuntimeError: no "dir2" found in file browser in Oneprovider page tests/gui/utils/core/web_objects.py:85: RuntimeError