Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #3143 failed
Job: ACL one entry failed
user sets acl with one entry[1oz 1op 1oc-RESt-oneclient1-group-group1-file1]: Test case result
The below summarizes the result of the test " user sets acl with one entry[1oz 1op 1oc-RESt-oneclient1-group-group1-file1]" in build 3,143 of Onedata Products - mixed acceptance pkg - ACL one entry.
- Description
- user sets acl with one entry[1oz 1op 1oc-RESt-oneclient1-group-group1-file1]
- Test class
- mixed.scenarios.test_acl_one_entry
- Method
- test_user_sets_acl_with_one_entry[1oz_1op_1oc-REST-oneclient1-group-group1-file1]
- Duration
- 31 secs
- Status
- Failed (New Failure)
Error Log
AssertionError: Identifier in first ACE is not group1 request = <FixtureRequest for <Function 'test_user_sets_acl_with_one_entry[1oz_1op_1oc-REST-oneclient1-group-group1-file1]'>> @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/mixed/steps/data_permissions.py:86: in assert_ace_in_op assert_ace_in_op_oneclient(user, users, oneclient_host, full_path, num, tests/mixed/steps/oneclient/data_basic.py:263: in assert_ace_in_op_oneclient assert_ace(priv, item_type, ace, name, num, path) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ priv = ['read acl', 'change acl'], item_type = 'object' ace = {'aceflags': '0x40', 'acemask': '0x60000', 'acetype': '0x0', 'identifier': '239aba1e4bd373fd03d9dec17a6eade8ch9c98'} name = 'group1', num = 'first', path = 'space1/file1' def assert_ace(priv, item_type, ace, name, num, path): priv = parse_seq(priv) if 'deny' in priv: acetype = '0x1' priv.remove('deny') else: acetype = '0x0' aceflags = '0x40' if item_type == 'group' else '0x0' item_type = get_item_type(path) mask = int(ace['acemask'], 16) keys = ACL_MASK[item_type].keys() set_priv = [ACL_MASK[item_type][key] for key in keys if mask & key == key] set_priv.sort() > assert ace['identifier'].startswith(name), ('Identifier in {} ACE is ' 'not {}'.format(num, name)) E AssertionError: Identifier in first ACE is not group1 tests/mixed/utils/data.py:116: AssertionError