Expand |
Failed
|
test_atm_workflows_execution
test_user_sees_finished_state_and_output_store_content_of_executed_inout_workflow_created_using_gui[1oz_1op_openfaas]
|
Failing since build #2874
(Child of ODSRV-OPRPM-2537)
|
Atm workflow execution |
3 mins |
AssertionError: Workflow status is not equal to Finished
request = <FixtureRequest for <Function 'test_user_sees_finished_state_and_output_store_content_of_executed_inout_workflow_created_using_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:
(29 more lines...)
|
Expand |
Failed
|
test_atm_workflows_pausing_and_cancelling
test_user_sees_status_status_in_lane2_after_stopping_execution_of_uploaded_workflowwithsleeptwolanes_workflow[1oz_1op_openfaas-Paused-Pause]
|
Failing since build #2874
(Child of ODSRV-OPRPM-2537)
|
Atm workflows pausing and cancelling |
7 mins |
AssertionError: After awaiting for lane "Lane1" its status is not Finished as expected
request = <FixtureRequest for <Function 'test_user_sees_status_status_in_lane2_after_stopping_execution_of_uploaded_workflowwithsleeptwolanes_workflow[1oz_1op_openfaas-Paused-Pause]'>>
@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...)
|
Expand |
Failed
|
test_atm_workflows_pausing_and_cancelling
test_user_sees_status_status_in_lane2_after_stopping_execution_of_uploaded_workflowwithsleeptwolanes_workflow[1oz_1op_openfaas-Cancelled-Cancel]
|
Failing since build #2874
(Child of ODSRV-OPRPM-2537)
|
Atm workflows pausing and cancelling |
7 mins |
AssertionError: After awaiting for lane "Lane1" its status is not Finished as expected
request = <FixtureRequest for <Function 'test_user_sees_status_status_in_lane2_after_stopping_execution_of_uploaded_workflowwithsleeptwolanes_workflow[1oz_1op_openfaas-Cancelled-Cancel]'>>
@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...)
|
Expand |
Failed
|
test_atm_workflows_pausing_and_cancelling
test_user_sees_that_tasks_are_cancelled_after_cancelling_workflow_while_task_was_pausing[1oz_1op_openfaas]
|
Failing since build #2874
(Child of ODSRV-OPRPM-2537)
|
Atm workflows pausing and cancelling |
3 mins |
RuntimeError: Css element wtih "Pause" text not found
request = <FixtureRequest for <Function 'test_user_sees_that_tasks_are_cancelled_after_cancelling_workflow_while_task_was_pausing[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:
(34 more lines...)
|
Expand |
Failed
|
test_atm_workflows_status
test_user_resume_workflow_execution_after_pausing_execution_of_uploaded_workflow_while_first_task_had_active_status[1oz_1op_openfaas]
|
Failing since build #2874
(Child of ODSRV-OPRPM-2537)
|
Atm workflows status |
4 mins |
AssertionError: After awaiting for task "20s sleep" its status (Failed) is not Active as expected
request = <FixtureRequest for <Function 'test_user_resume_workflow_execution_after_pausing_execution_of_uploaded_workflow_while_first_task_had_active_status[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:
(31 more lines...)
|
Expand |
Failed
|
test_atm_workflows_status
test_user_sees_that_lane_task_and_workflow_statuses_are_preparing_pending_and_active_in_turn_during_execution_of_uploaded_workflowwithsleeponelane_workflow[1oz_1op_openfaas]
|
Failing since build #2874
(Child of ODSRV-OPRPM-2537)
|
Atm workflows status |
3 mins |
AssertionError: Actual "Task in ParallelBox in WorkflowLane in WorkflowVisualiser in WorkflowExecutionPage in Oneprovider page" status: "Failed" does not match expected: "Finished"
selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="fd848dc8e3d0aba95df01e36e37d126d")>}
browser_id = 'browser'
op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'>, lane = 'Lane1'
task = '20s sleep', ordinal = '1st', status1 = 'Pending', status2 = 'Finished'
@wt(parsers.parse('user of {browser_id} sees that status of task "{task}" in '
'{ordinal} parallel box in "{lane}" lane is one of '
(120 more lines...)
|