Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #761 failed
Job: Spaces basic failed
user renames space using client1 and using client2 he sees that it has been renamed[1oz 1op 1oc-RESt-web GUi]: Test case result
The below summarizes the result of the test " user renames space using client1 and using client2 he sees that it has been renamed[1oz 1op 1oc-RESt-web GUi]" in build 761 of Onedata Products - mixed acceptance pkg - Chrome spaces basic tests.
- Description
- user renames space using client1 and using client2 he sees that it has been renamed[1oz 1op 1oc-RESt-web GUi]
- Test class
- mixed.scenarios.test_spaces_basic
- Method
- test_user_renames_space_using_client1_and_using_client2_he_sees_that_it_has_been_renamed[1oz_1op_1oc-REST-web GUI]
- Duration
- 38 secs
- Status
- Failed (Existing Failure)
Error Log
ValueError: Invalid value for `support_parameters`, must not be `None` request = <FixtureRequest for <Function 'test_user_renames_space_using_client1_and_using_client2_he_sees_that_it_has_been_renamed[1oz_1op_1oc-REST-web GUI]'>> @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/mixed/steps/space_basic.py:66: in rename_spaces_in_oz space_list, new_names_list, spaces) tests/mixed/steps/rest/onezone/space_management.py:49: in rename_spaces_in_oz_using_rest space = user_api.get_user_space(spaces[space_name]) tests/mixed/onezone_client/apis/user_api.py:2496: in get_user_space (data) = self.get_user_space_with_http_info(sid, **kwargs) tests/mixed/onezone_client/apis/user_api.py:2569: in get_user_space_with_http_info collection_formats=collection_formats) tests/mixed/onezone_client/api_client.py:317: in call_api _return_http_data_only, collection_formats, _preload_content, _request_timeout) tests/mixed/onezone_client/api_client.py:159: in __call_api return_data = self.deserialize(response_data, response_type) tests/mixed/onezone_client/api_client.py:232: in deserialize return self.__deserialize(data, response_type) tests/mixed/onezone_client/api_client.py:272: in __deserialize return self.__deserialize_model(data, klass) tests/mixed/onezone_client/api_client.py:616: in __deserialize_model instance = klass(**kwargs) tests/mixed/onezone_client/models/space.py:67: in __init__ self.support_parameters = support_parameters _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = {'dbsync_state': None, 'name': 'space1', 'providers': {'41bf27623908d922b17f5311370db950ch2d8e': 1000000}, 'space_id': '19612047fea16ae0f6981e88f715f4f5chf670', 'support_parameters': None, 'support_state': None} support_parameters = None @support_parameters.setter def support_parameters(self, support_parameters): """ Sets the support_parameters of this Space. The map of provider Ids supporting this space and corresponding support parameters of the provider. :param support_parameters: The support_parameters of this Space. :type: dict(str, SpaceSupportParameters) """ if support_parameters is None: > raise ValueError("Invalid value for `support_parameters`, must not be `None`") E ValueError: Invalid value for `support_parameters`, must not be `None` tests/mixed/onezone_client/models/space.py:167: ValueError