Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #2084 failed
Job: Archives failed
user of client checking sees dip archive created previously via client creating[1oz 1op 1oc-web GUi-RESt]: Test case result
The below summarizes the result of the test " user of client checking sees dip archive created previously via client creating[1oz 1op 1oc-web GUi-RESt]" in build 2,084 of Onedata Products - mixed acceptance pkg - Chrome archives tests.
- Description
- user of client checking sees dip archive created previously via client creating[1oz 1op 1oc-web GUi-RESt]
- Test class
- mixed.scenarios.test_archives
- Method
- test_user_of_client_checking_sees_dip_archive_created_previously_via_client_creating[1oz_1op_1oc-web GUI-REST]
- Jira Issue
-
- Duration
- 2 mins
- Status
- Failed (Existing Failure)
Error Log
ValueError: Indices for islice() must be None or an integer: 0 <= x <= sys.maxsize. request = <FixtureRequest for <Function 'test_user_of_client_checking_sees_dip_archive_created_previously_via_client_creating[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-955>:2: in create_archive_in_op ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) tests/mixed/steps/archive.py:31: in create_archive_in_op clipboard, displays, option) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-947>:2: in create_archive ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) tests/gui/meta_steps/oneprovider/archives.py:69: in create_archive displays, option) tests/gui/meta_steps/oneprovider/archives.py:97: in _create_archive modals) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-613>:2: in click_option_in_data_row_menu_in_browser ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) tests/gui/steps/oneprovider/browser.py:185: in click_option_in_data_row_menu_in_browser modals(selenium[browser_id]).data_row_menu.choose_option(option) tests/gui/utils/common/modals/data_row_menu.py:24: in choose_option self.scroll_to_bottom() tests/gui/utils/common/modals/data_row_menu.py:30: in scroll_to_bottom self.options[option_len-1].web_elem) tests/gui/utils/core/web_objects.py:70: in __getitem__ item = self._getitem_by_idx(sel) tests/gui/utils/core/web_objects.py:58: in _getitem_by_idx return nth(self.items, idx) if idx < len(self) else None _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ seq = [], idx = -1 def nth(seq, idx): > return next(islice(seq, idx, None), None) E ValueError: Indices for islice() must be None or an integer: 0 <= x <= sys.maxsize. tests/gui/utils/generic.py:166: ValueError