Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #2670 was successful
Job: Access tokens was successful
luma local feed onedata user mappings on posix imported storage are respected in web interface and in oneclient[1oz 1op luma oneclient]: Test case result
The below summarizes the result of the test " luma local feed onedata user mappings on posix imported storage are respected in web interface and in oneclient[1oz 1op luma oneclient]" in build 2,670 of Onedata Products - mixed acceptance pkg - Chrome LUMA tests.
- Description
- luma local feed onedata user mappings on posix imported storage are respected in web interface and in oneclient[1oz 1op luma oneclient]
- Test class
- mixed.scenarios.test_luma
- Method
- test_luma_local_feed_onedata_user_mappings_on_posix_imported_storage_are_respected_in_web_interface_and_in_oneclient[1oz_1op_luma_oneclient]
- Jira Issue
-
- Duration
- 3 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: Expected user1 as file owner but got user1 (user1) request = <FixtureRequest for <Function 'test_luma_local_feed_onedata_user_mappings_on_posix_imported_storage_are_respected_in_web_interface_and_in_oneclient[1oz_1op_luma_oneclient]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.8/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/mixed/steps/data_basic.py:809: in check_file_owner_web_gui check_file_owner(selenium, user, owner, file_name, tmp_memory, modals, tests/gui/meta_steps/oneprovider/data.py:494: in check_file_owner check_file_owner_in_file_details_modal(selenium, browser_id, modals, owner) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="3d438ee8b9e6193bbce5882ff439e5a3")>, 'user2': <selenium.webdriver.chrome.webdriver.WebDriver (session="03d5723106f3b227511805695f7b1b50")>} browser_id = 'user1', modals = <class 'tests.gui.utils.common.modals.Modals'> owner = 'user1' def check_file_owner_in_file_details_modal(selenium, browser_id, modals, owner): actual = modals(selenium[browser_id]).details_modal.owner > assert actual == owner, f'Expected {owner} as file owner but got {actual}' E AssertionError: Expected user1 as file owner but got user1 (user1) tests/gui/steps/oneprovider/file_browser.py:320: AssertionError