Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #3218 was successful

Job: Workflows with input files was successful

user sees successful execution of all workflows from automationexamples with their example input files[1oz 1op openfaas]: Test case result

The below summarizes the result of the test " user sees successful execution of all workflows from automationexamples with their example input files[1oz 1op openfaas]" in build 3,218 of Onedata Products - mixed acceptance pkg - Workflows with input files.
Description
user sees successful execution of all workflows from automationexamples with their example input files[1oz 1op openfaas]
Test class
mixed.scenarios.test_workflows_with_input_files
Method
test_user_sees_successful_execution_of_all_workflows_from_automationexamples_with_their_example_input_files[1oz_1op_openfaas]
Jira Issue
Duration
24 mins
Status
Failed (Existing Failure)

Error Log

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: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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-939>:2: in wait_for_workflow_executions
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
tests/mixed/steps/rest/onezone/automation.py:141: in wait_for_workflow_executions
    assert_all_workflow_execution_finished(user, users, host, hosts, space,
tests/mixed/steps/rest/onezone/automation.py:149: in assert_all_workflow_execution_finished
    assert_empty_workflow_phase(user, users, host, hosts, space, spaces,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

user = 'user1'
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7ff8f6636610>, 'onepanel': <tests.utils.user_utils.AdminUser object at 0x7ff8f66f61c0>, 'user1': <tests.utils.user_utils.User object at 0x7ff8f66d3e20>}
host = 'oneprovider-1'
hosts = {'oneprovider-1': {'container-id': '2a6bd4fd9f23183091b034f0ec7442b73a6a809cfe20c1e8a244bd044f863f72', 'hostname': 'de...8b8a377168f', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '10.244.215.253', 'name': 'dev-onezone', ...}}
space = 'space1', spaces = {'space1': 'dbf6f966c046ff64036a6ae897f95b28chc53a'}
workflow_executions = {'0d562b5935a3ee353cd9fc144fe08aabch710a': {'bagit-uploader': 'bagit_archive_5GBfile.zip'}, '4437b357981c2c4e185357baa...pace1/file1'}, 'b0133a512bef00f663cba318a76f5df2cha889': {'bagit-uploader': 'bagit_archive_unpack_and_fetch.zip'}, ...}
phase = 'ongoing'

    def assert_empty_workflow_phase(user, users, host, hosts, space, spaces,
                                    workflow_executions, phase):
        executions = list_workflow_executions(
            user, users, host, hosts, space, spaces, phase=phase)
        if any(executions):
>           raise RuntimeError(
                f'workflows {[workflow_executions[wid] for wid in executions]} '
                f'are in {phase} state')
E           RuntimeError: workflows [{'bagit-uploader': 'bagit_archive_5GBfile.zip'}] are in ongoing state

tests/mixed/steps/rest/onezone/automation.py:158: RuntimeError