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

Build: #1893 failed

Job: Chrome nested directories tests failed

Test results

  • 26 tests in total
  • 1 test failed
  • 1 failure is new
  • 82 minutes taken in total.

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

New test failures 1
Status Test Duration
Collapse Failed test_nested_directories test_user_create_directory_structure_using_client1_and_using_client2_sees_that_it_has_appeared[1oz_1op_1oc-web GUI-REST]
14 mins
AssertionError: 20B-0.txt not found in /space1/dir1/dir2/dir4
subtree = ['20B-0.txt', '20B-1.txt', {'dir5': [{'dir6': ['dir7']}]}]
children = ['20B-1.txt', 'dir5'], cwd = '/space1/dir1/dir2/dir4'
ls_fun = functools.partial(<function _list_files at 0x7f35a962a400>, user='user1', users={'admin': <tests.utils.user_utils.Admi...353149f8936bb16bd061b5a931b217340589c4dd515944', 'panel': {'hostname': 'dev-onezone.default.svc.cluster.local:9443'}}})
assert_file_content_fun = functools.partial(<function assert_file_content_in_op_rest at 0x7f35a962a488>, user='user1', users={'admin': <tests.ut...353149f8936bb16bd061b5a931b217340589c4dd515944', 'panel': {'hostname': 'dev-onezone.default.svc.cluster.local:9443'}}})

    def check_files_tree(subtree, children, cwd, ls_fun, assert_file_content_fun):
        """This function recursively checks files tree:
(67 more lines...)