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

Build: #1842 failed

Job: Files movement failed

Test results

  • 16 tests in total
  • 3 tests failed
  • 3 failures are new
  • 1 test was fixed
  • 35 minutes taken in total.

Build 1,842 has the following 3 errors: 3 new failure(s) occurred since the previous build.

New test failures 3
Status Test Duration
Collapse Failed test_files_movement test_user_copies_file_using_client2_and_using_client1_sees_that_it_has_been_copied[1oz_1op_1oc-web GUI-REST]
3 mins
RuntimeError: waited too long
request = <FixtureRequest for <Function 'test_user_copies_file_using_client2_and_using_client1_sees_that_it_has_been_copied[1oz_1op_1oc-web GUI-REST]'>>

    @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: 
(56 more lines...)
Collapse Failed test_files_movement test_user_copies_file_using_client2_and_using_client1_sees_that_it_has_been_copied[1oz_1op_1oc-web GUI-oneclient1]
4 mins
AssertionError: 20B-0.txt not found in space1/dir1/dir2
subtree = ['20B-0.txt'], children = [], cwd = 'space1/dir1/dir2'
ls_fun = functools.partial(<function ls_dir_in_op_oneclient at 0x7f3225c1be18>, user='user1', users={'admin': <tests.utils.user....AdminUser object at 0x7f3224da3a20>, 'user1': <tests.utils.user_utils.User object at 0x7f3224dc0c18>}, host='client1')
assert_file_content_fun = functools.partial(<function assert_file_content_in_op_oneclient at 0x7f3225c1bd90>, user='user1', users={'admin': <tes....AdminUser object at 0x7f3224da3a20>, 'user1': <tests.utils.user_utils.User object at 0x7f3224dc0c18>}, host='client1')

    def check_files_tree(subtree, children, cwd, ls_fun, assert_file_content_fun):
        """This function recursively checks files tree:
            - for directory it checks if all elements listed in children are
(63 more lines...)
Collapse Failed test_files_movement test_user_moves_file_using_client2_and_using_client1_sees_that_file_has_been_moved[1oz_1op_1oc-web GUI-oneclient1]
8 mins
RuntimeError: waited too long
request = <FixtureRequest for <Function 'test_user_moves_file_using_client2_and_using_client1_sees_that_file_has_been_moved[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: 
(56 more lines...)