Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #3211 was successful Child of ODSRV-OPRPM-2545
Test results
- 517 tests in total
- 8 tests were quarantined / skipped
- 497 minutes taken in total.
Status | Test | Failing since | Quarantined by | View job | Duration | |
---|---|---|---|---|---|---|
Collapse |
test_spaces_basic
test_user_fails_to_add_metadata_to_user_root_directory[1oz_1op_1oc]
|
Failing since build #3189 (Child of ODSRV-OZP-2025) |
Michał Stanisz
|
Spaces basic | 31 secs | |
Exception: json metadata added to user root dir, but adding should have failed request = <FixtureRequest for <Function 'test_user_fails_to_add_metadata_to_user_root_directory[1oz_1op_1oc]'>> @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: (28 more lines...) |
||||||
Collapse |
test_spaces_basic
test_user_fails_to_add_qos_requirement_to_user_root_directory[1oz_1op_1oc]
|
Failing since build #3189 (Child of ODSRV-OZP-2025) |
Michał Stanisz
|
Spaces basic | 32 secs | |
Exception: qos requirement added to user root dir, but adding should have failed request = <FixtureRequest for <Function 'test_user_fails_to_add_qos_requirement_to_user_root_directory[1oz_1op_1oc]'>> @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: (29 more lines...) |
||||||
Collapse |
test_spaces_basic
test_user_fails_to_create_file_in_user_root_directory[1oz_1op_1oc-REST]
|
Failing since build #3189 (Child of ODSRV-OZP-2025) |
Michał Stanisz
|
Spaces basic | 32 secs | |
Exception: file created in user root dir, but creation should have failed request = <FixtureRequest for <Function 'test_user_fails_to_create_file_in_user_root_directory[1oz_1op_1oc-REST]'>> @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: (31 more lines...) |
||||||
Collapse |
test_spaces_basic
test_user_fails_to_establish_dataset_on_user_root_directory[1oz_1op_1oc]
|
Failing since build #3189 (Child of ODSRV-OZP-2025) |
Michał Stanisz
|
Spaces basic | 33 secs | |
Exception: established dataset on user root dir, but establishing should have failed request = <FixtureRequest for <Function 'test_user_fails_to_establish_dataset_on_user_root_directory[1oz_1op_1oc]'>> @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: (27 more lines...) |
||||||
Collapse |
test_spaces_basic
test_user_fails_to_move_user_root_directory[1oz_1op_1oc-REST]
|
Failing since build #3189 (Child of ODSRV-OZP-2025) |
Michał Stanisz
|
Spaces basic | 31 secs | |
tests.utils.http_exceptions.HTTPBadRequest: [400] Bad Request: {"error":{"id":"posix","details":{"errno":"enoent"},"description":"Operation failed with POSIX error: enoent."}} request = <FixtureRequest for <Function 'test_user_fails_to_move_user_root_directory[1oz_1op_1oc-REST]'>> @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: (25 more lines...) |
||||||
Collapse |
test_spaces_basic
test_user_of_client2_fails_to_modify_privileges_of_space_after_joining_to_it_from_invitation_generated_by_user_of_client1[1oz_1op_1oc-REST-web GUI]
|
Failing since build #3207 (Child of ODSRV-OZP-2032) |
Wojciech Szmelich
|
Spaces basic | 1 min | |
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":".list-header-row .save-btn"} (Session info: chrome=104.0.5112.79) selenium = {'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="dbf47b2aca3cbf5ea2900d1c5ffcaddb")>, 'user2': <selenium.webdriver.chrome.webdriver.WebDriver (session="b92bd789e69b15850b8f910fa40e0f99")>} browser_id = 'user1', member_name = 'user1', member_type = 'users' where = 'space' config = 'User management:\n granted: True\nHarvester management:\n granted: True\nDataset & archive management:\n granted: Partially\n privilege subtypes:\n Manage datasets: True\n View archives: False' onepanel = <class 'tests.gui.utils.onepanel.Onepanel'> oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>, option = True (469 more lines...) |
||||||
test_storage_sync
test_files_tree_with_specified_depth_is_imported_to_space_after_changing_import_depth_and_enable_delete_detection_option[1oz_1op_1oc-web GUI-REST]
|
Wojciech Szmelich
|
Storage sync | 4 mins | |||
Collapse |
test_workflows_with_input_files
test_user_sees_successful_execution_of_all_workflows_from_automationexamples_with_their_example_input_files[1oz_1op_openfaas]
|
Failing since build #3176 (Child of ODSRV-OZP-2018) |
Wojciech Szmelich
|
Workflows with input files | 24 mins | |
RuntimeError: workflows [{'bagit-uploader': 'bagit_archive_5GBfile.zip'}] are in ongoing state request = <FixtureRequest for <Function 'test_user_sees_successful_execution_of_all_workflows_from_automationexamples_with_their_example_input_files[1oz_1op_openfaas]'>> @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: (36 more lines...) |