GUI acceptance tests using environment deployed from packages.

Build: #2874 failed

Job: automation-examples workflows failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

Test results

  • 24 tests in total
  • 3 tests failed
  • 3 failures are new
  • 1 test was quarantined / skipped
  • 47 minutes taken in total.

Build 2,874 has the following 3 errors: 3 new failure(s) occurred since the previous build.

New test failures 3
Status Test Duration
Collapse Failed test_automation_examples_workflows_tests test_user_downloads_audit_log_of_executed_workflow_and_sees_that_log_entries_in_the_downloaded_file_correspond_to_those_visible_in_gui[1oz_1op_openfaas]
2 mins
AssertionError: logs in file: {'timestamp': 1722118262387, 'severity': 'info', 'index': '1', 'content': {'referencedElements': {'tasks': ['46cdb76dd41c5196791f9ebe998d16dbchdd26']}, 'description': '[Lane: 1, Run: 1, PBox: 1, Task: 1] Started.'}} and visible {'index': '0', 'timestamp': 1722118257307, 'severity': 'notice', 'content': {'details': {'scheduledLaneRunSelector': {'laneIndex': 1, 'RunNumber': 1}}, 'description': 'Scheduled execution.'}}are different
request = <FixtureRequest for <Function 'test_user_downloads_audit_log_of_executed_workflow_and_sees_that_log_entries_in_the_downloaded_file_correspond_to_those_visible_in_gui[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: 
(48 more lines...)
Collapse Failed test_automation_examples_workflows_tests test_user_sees_desirable_active_workflow_status_before_10s_pass_in_task_auditlog_after_changing_sleepdurationsec_in_echo_lambda[1oz_1op_openfaas]
2 mins
AssertionError: Actual "echo" status: "Failed" does not match expected: "Finished"
request = <FixtureRequest for <Function 'test_user_sees_desirable_active_workflow_status_before_10s_pass_in_task_auditlog_after_changing_sleepdurationsec_in_echo_lambda[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: 
(24 more lines...)
Collapse Failed test_automation_examples_workflows_tests test_user_sees_desirable_exception_in_task_auditlog_after_changing_exceptionprobability_in_echo_lambda[1oz_1op_openfaas]
3 mins
AssertionError: description "Failed to process batch of items." in audit log for "echo" task is not "Lambda exception occurred during item processing." as expected
request = <FixtureRequest for <Function 'test_user_sees_desirable_exception_in_task_auditlog_after_changing_exceptionprobability_in_echo_lambda[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: 
(27 more lines...)