GUI acceptance tests using environment deployed from packages.
Build: #2874 failed
Job: Atm stores basic failed
user sees output store type of output type in result store after modifying input store and lambda data type and executing uploaded echo workflow[1oz 1op openfaas-list-boolean-list-boolean-booleans-booleans-[true, false, true, true]-[true, false, true, true]]: Test case result
The below summarizes the result of the test " user sees output store type of output type in result store after modifying input store and lambda data type and executing uploaded echo workflow[1oz 1op openfaas-list-boolean-list-boolean-booleans-booleans-[true, false, true, true]-[true, false, true, true]]" in build 2,874 of Onedata Products - gui acceptance pkg - Atm stores basic.
- Description
- user sees output store type of output type in result store after modifying input store and lambda data type and executing uploaded echo workflow[1oz 1op openfaas-list-boolean-list-boolean-booleans-booleans-[true, false, true, true]-[true, false, true, true]]
- Test class
- gui.scenarios.test_atm_stores_basic
- Method
- test_user_sees_output_store_type_of_output_type_in_result_store_after_modifying_input_store_and_lambda_data_type_and_executing_uploaded_echo_workflow[1oz_1op_openfaas-List-Boolean-List-Boolean-booleans-booleans-[true, false, true, true]-[true, false, true, true]]
- Duration
- 3 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: Actual boolean list [] does not match expected [True, False, True, True] request = <FixtureRequest for <Function 'test_user_sees_output_store_type_of_output_type_in_result_store_after_modifying_input_s...ow[1oz_1op_openfaas-List-Boolean-List-Boolean-booleans-booleans-[true, false, true, true]-[true, false, true, true]]'>> @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:387: in assert_elements_in_store_details_modal check_visual_in_store_details_modal(modal, variable_type, item_list, tests/gui/meta_steps/oneprovider/automation/audit_log.py:340: in check_visual_in_store_details_modal compare_booleans_in_store_details_modal(item_list, modal) <decorator-gen-1343>:2: in compare_booleans_in_store_details_modal ??? tests/utils/utils.py:95: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ item_list = [True, False, True, True] modal = <tests.gui.utils.common.modals.workflows_modals.store_details.StoreDetails object at 0x7f50dc59d4c0> @repeat_failed(timeout=WAIT_BACKEND) def compare_booleans_in_store_details_modal(item_list, modal): actual = [elem.value for elem in modal.store_content_list] err_msg = (f'Actual boolean list {actual} does not match ' f'expected {item_list}') > assert (actual.count('true') == item_list.count(True) and actual.count('false') == item_list.count(False)), err_msg E AssertionError: Actual boolean list [] does not match expected [True, False, True, True] tests/gui/steps/oneprovider/automation/workflow_results_modals.py:169: AssertionError