Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #2338 failed
Job: Directories movement failed
user moves nonempty directory using client2 and using client1 sees that its content has not changed[1oz 1op 1oc-web GUi-oneclient1]: Test case result
The below summarizes the result of the test " user moves nonempty directory using client2 and using client1 sees that its content has not changed[1oz 1op 1oc-web GUi-oneclient1]" in build 2,338 of Onedata Products - mixed acceptance pkg - Chrome directories movement tests.
- Description
- user moves nonempty directory using client2 and using client1 sees that its content has not changed[1oz 1op 1oc-web GUi-oneclient1]
- Test class
- mixed.scenarios.test_directories_movement
- Method
- test_user_moves_nonempty_directory_using_client2_and_using_client1_sees_that_its_content_has_not_changed[1oz_1op_1oc-web GUI-oneclient1]
- Duration
- 4 mins
- Status
- Failed (New Failure)
Error Log
AssertionError request = <FixtureRequest for <Function 'test_user_moves_nonempty_directory_using_client2_and_using_client1_sees_that_its_content_has_not_changed[1oz_1op_1oc-web GUI-oneclient1]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:227: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.6/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-867>:2: in assert_directory_structure_in_op ??? tests/utils/utils.py:95: in wrapper return fun(*args, **kwargs) tests/mixed/steps/data_basic.py:603: in assert_directory_structure_in_op oneclient_host) tests/mixed/steps/oneclient/data_basic.py:163: in assert_space_content_in_op_oneclient children = ls_dir_in_op_oneclient(space_name, user, users, host) tests/mixed/steps/oneclient/data_basic.py:136: in ls_dir_in_op_oneclient return multi_dir_steps.list_dirs_base(user, path, host, users) tests/oneclient/steps/multi_dir_steps.py:142: in list_dirs_base assert_generic(client.perform, should_fail, condition) tests/utils/utils.py:37: in assert_generic assert_(expression, *args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ expression = <bound method Client.perform of <tests.utils.client_utils.Client object at 0x7f6a0af50c88>> args = (<function list_dirs_base.<locals>.condition at 0x7f6a0af39e18>,) kwargs = {}, assert_result = False def assert_(expression, *args, **kwargs): assert_result = expression(*args, **kwargs) > assert assert_result E AssertionError tests/utils/utils.py:42: AssertionError