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

Build: #2338 failed

Job: Permission POSIX multi failed

user1 creates file using client0 and user2 fails to change its permission using client2[1oz 1op 2oc-oneclient1-web GUi-RESt]: Test case result

The below summarizes the result of the test " user1 creates file using client0 and user2 fails to change its permission using client2[1oz 1op 2oc-oneclient1-web GUi-RESt]" in build 2,338 of Onedata Products - mixed acceptance pkg - Chrome permission POSIX multi tests.
Description
user1 creates file using client0 and user2 fails to change its permission using client2[1oz 1op 2oc-oneclient1-web GUi-RESt]
Test class
mixed.scenarios.test_permission_posix_multi
Method
test_user1_creates_file_using_client0_and_user2_fails_to_change_its_permission_using_client2[1oz_1op_2oc-oneclient1-web GUI-REST]
Jira Issue
Duration
9 mins
Status
Failed (New Failure)

Error Log

AssertionError
request = <FixtureRequest for <Function 'test_user1_creates_file_using_client0_and_user2_fails_to_change_its_permission_using_client2[1oz_1op_2oc-oneclient1-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: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/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-869>:2: in assert_posix_permissions_in_op
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
tests/mixed/steps/data_permissions.py:110: in assert_posix_permissions_in_op
    oneclient_host, users)
<decorator-gen-863>:2: in assert_posix_permissions_in_op_oneclient
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
tests/mixed/steps/oneclient/data_basic.py:197: in assert_posix_permissions_in_op_oneclient
    multi_file_steps.check_mode(user, path, perm, host, users)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-859>:2: in check_mode
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
tests/oneclient/steps/multi_file_steps.py:316: in check_mode
    assert_(client.perform, condition)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

expression = <bound method Client.perform of <tests.utils.client_utils.Client object at 0x7efd61665dd8>>
args = (<function check_mode.<locals>.condition at 0x7efd614b17b8>,)
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