GUI acceptance tests using environment deployed from packages.
Build: #2885 failed
Job: Atm BagIt was successful
user sees successful execution of uploaded bagituploader workflow and input file bagit archive unpacktar[1oz 1op openfaas]: Test case result
The below summarizes the result of the test " user sees successful execution of uploaded bagituploader workflow and input file bagit archive unpacktar[1oz 1op openfaas]" in build 2,885 of Onedata Products - gui acceptance pkg - Atm BagIt.
- Description
- user sees successful execution of uploaded bagituploader workflow and input file bagit archive unpacktar[1oz 1op openfaas]
- Test class
- gui.scenarios.test_automation_bagit
- Method
- test_user_sees_successful_execution_of_uploaded_bagituploader_workflow_and_input_file_bagit_archive_unpacktar[1oz_1op_openfaas]
- Jira Issue
-
- Duration
- 20 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: timestamp "2024-08-07" in audit log for "bagit-uploader-unpack-fetch" task is not "2024-08-08" as expected request = <FixtureRequest for <Function 'test_user_sees_successful_execution_of_uploaded_bagituploader_workflow_and_input_file_bagit_archive_unpacktar[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: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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/gui/meta_steps/oneprovider/automation/audit_log.py:697: in assert_content_of_task_audit_log compare_to_expected_if_elem_exist_audit_log(data, label, actual_items, tests/gui/meta_steps/oneprovider/automation/audit_log.py:507: in compare_to_expected_if_elem_exist_audit_log assert_elements_of_task_audit_log_are_the_same(expected, actual, label, _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ expected = datetime.date(2024, 8, 8), actual = datetime.date(2024, 8, 7) label = 'timestamp', task_name = 'bagit-uploader-unpack-fetch' def assert_elements_of_task_audit_log_are_the_same(expected, actual, label, task_name): > assert expected == actual, ( f'{label} "{actual}" in audit log for "{task_name}" task is ' f'not "{expected}" as expected') E AssertionError: timestamp "2024-08-07" in audit log for "bagit-uploader-unpack-fetch" task is not "2024-08-08" as expected tests/gui/meta_steps/oneprovider/automation/audit_log.py:513: AssertionError