Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #1896 failed
Job: File content was successful
user writes to file using client2 and using client1 sees that files content has changed[1oz 1op 1oc-RESt-oneclient1-RESt]: Test case result
The below summarizes the result of the test " user writes to file using client2 and using client1 sees that files content has changed[1oz 1op 1oc-RESt-oneclient1-RESt]" in build 1,896 of Onedata Products - mixed acceptance pkg - Chrome file content tests.
- Description
- user writes to file using client2 and using client1 sees that files content has changed[1oz 1op 1oc-RESt-oneclient1-RESt]
- Test class
- mixed.scenarios.test_file_content
- Method
- test_user_writes_to_file_using_client2_and_using_client1_sees_that_files_content_has_changed[1oz_1op_1oc-REST-oneclient1-REST]
- Duration
- 2 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: Expected file named space1/file1 content to be TEST TEXT ONEDATA but found TE request = <FixtureRequest for <Function 'test_user_writes_to_file_using_client2_and_using_client1_sees_that_files_content_has_changed[1oz_1op_1oc-REST-oneclient1-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: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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) tests/mixed/steps/data_basic.py:324: in read_from_file_in_op host, hosts) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ path = 'space1/file1', text = 'TEST TEXT ONEDATA', user = 'user1' users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7fa570936160>, 'onepanel': <tests.utils.user_utils.AdminUser object at 0x7fa570a5b198>, 'user1': <tests.utils.user_utils.User object at 0x7fa57133fb00>} provider = 'oneprovider-1' hosts = {'oneclient-1': {'container-id': 'c78dfa07146f34e2879e5e4710782d67f83f29470e1a6081bf190e97c667eb3b', 'ip': '172.17.0.1...fb087cb26ed119e', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.5', 'name': 'dev-onezone', ...}} def assert_file_content_in_op_rest(path, text, user, users, provider, hosts): file_content = _read_file(path, user, users, provider, hosts) assert_msg = ('Expected file named {} content to be ' '{} but found {}'.format(path, text, file_content)) > assert file_content == text, assert_msg E AssertionError: Expected file named space1/file1 content to be TEST TEXT ONEDATA but found TE tests/mixed/steps/rest/oneprovider/data.py:53: AssertionError