Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #2338 failed
Job: Access tokens path caveats failed
using client1 user cannot remove file at path that he does not have access after getting token with caveat set for path created by web gui[1oz 1op 1oc-oneclient1]: Test case result
The below summarizes the result of the test " using client1 user cannot remove file at path that he does not have access after getting token with caveat set for path created by web gui[1oz 1op 1oc-oneclient1]" in build 2,338 of Onedata Products - mixed acceptance pkg - Chrome access tokens path caveats.
- Description
- using client1 user cannot remove file at path that he does not have access after getting token with caveat set for path created by web gui[1oz 1op 1oc-oneclient1]
- Test class
- mixed.scenarios.test_access_tokens_path_caveats
- Method
- test_using_client1_user_cannot_remove_file_at_path_that_he_does_not_have_access_after_getting_token_with_caveat_set_for_path_created_by_web_gui[1oz_1op_1oc-oneclient1]
- Duration
- 4 mins
- Status
- Failed (New Failure)
Error Log
AssertionError request = <FixtureRequest for <Function 'test_using_client1_user_cannot_remove_file_at_path_that_he_does_not_have_access_after_getting_token_with_caveat_set_for_path_created_by_web_gui[1oz_1op_1oc-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: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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:272: in remove_file_using_token_in_op users, result) tests/mixed/steps/oneclient/data_basic.py:282: in remove_file_in_op_oneclient multi_file_steps.delete_file(user, path, host, users) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) tests/oneclient/steps/multi_file_steps.py:245: in delete_file delete_file_base(user, files, client_node, users) tests/oneclient/steps/multi_file_steps.py:239: in delete_file_base assert_(client.perform, condition) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ expression = <bound method Client.perform of <tests.utils.client_utils.Client object at 0x7f8139114b38>> args = (<function delete_file_base.<locals>.condition at 0x7f8139005f28>,) 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