GUI acceptance tests using environment deployed from packages.

Build: #2875 failed

Job: automation-examples workflows failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

    Final

user sees desirable active workflow status before 10s pass in task auditlog after changing sleepdurationsec in echo lambda[1oz 1op openfaas]: Test case result

The below summarizes the result of the test " user sees desirable active workflow status before 10s pass in task auditlog after changing sleepdurationsec in echo lambda[1oz 1op openfaas]" in build 2,875 of Onedata Products - gui acceptance pkg - automation-examples workflows.
Description
user sees desirable active workflow status before 10s pass in task auditlog after changing sleepdurationsec in echo lambda[1oz 1op openfaas]
Test class
gui.scenarios.test_automation_examples_workflows_tests
Method
test_user_sees_desirable_active_workflow_status_before_10s_pass_in_task_auditlog_after_changing_sleepdurationsec_in_echo_lambda[1oz_1op_openfaas]
Jira Issue
Duration
2 mins
Status
Failed (Existing Failure)

Error Log

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: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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)
<decorator-gen-1369>:2: in assert_status_of_workflow_if_needed_wait_for_stopping_status
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
tests/gui/steps/oneprovider/automation/automation_statuses.py:114: in assert_status_of_workflow_if_needed_wait_for_stopping_status
    assert_status(workflow, actual_status, expected_status)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

name = 'echo', actual_status = 'Failed', expected_status = 'Finished'

    def assert_status(name, actual_status, expected_status):
        err_msg = (f'Actual "{name}" status: "{actual_status}" does not '
                   f'match expected: "{expected_status}"')
>       assert actual_status.lower() == expected_status.lower(), err_msg
E       AssertionError: Actual "echo" status: "Failed" does not match expected: "Finished"

tests/gui/steps/oneprovider/automation/automation_statuses.py:120: AssertionError