GUI acceptance tests using environment deployed from packages.

Build: #23 failed

Job: Chrome onezone providers sync test failed

provider with stopped workers is offline and resynchronises with others after restart[1oz 3op providers sync]: Test case result

The below summarizes the result of the test " provider with stopped workers is offline and resynchronises with others after restart[1oz 3op providers sync]" in build 23 of Onedata Products - gui acceptance pkg - release-21.02.0-alpha1 - Chrome onezone providers sync test.
Description
provider with stopped workers is offline and resynchronises with others after restart[1oz 3op providers sync]
Test class
gui.scenarios.test_onezone_providers_sync
Method
test_provider_with_stopped_workers_is_offline_and_resynchronises_with_others_after_restart[1oz_3op_providers_sync]
Duration
1 min
Status
Failed (New Failure)

Error Log

tests.utils.http_exceptions.HTTPServiceUnavailable: [503] Service Unavailable: {"error":{"id":"serviceUnavailable","description":"Service required for this operation is offline."}}
zone_hostname = 'dev-onezone.default.svc.cluster.local'
onepanel_credentials = <tests.utils.user_utils.AdminUser object at 0x7fd889548390>
owner_credentials = <tests.utils.user_utils.AdminUser object at 0x7fd889543e10>
space_id = 'f346f6f3b474a936cd0bc3863f0b1e1achcc1a'
storages_db = {'dev-oneprovider-krakow': {'posix': '3b59fa5f381e56d60135f36eb78c785bch9286'}, 'dev-oneprovider-lisbon': {}, 'dev-oneprovider-paris': {'posix': '8b3584d0dfe5805cfdc89f72c25704f7chc76c'}}
hosts = {'oneprovider-1': {'container-id': 'c4260f1f761b3a13f271a9fd52c35c3454dcf58e15595b3621030c68411ac1c9', 'hostname': 'de...00d6732ff3884b', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.14', 'name': 'dev-onezone', ...}}
providers = [{'oneprovider-1': {'size': '5 GiB', 'storage': 'posix'}}, {'oneprovider-2': {'size': '5 GiB', 'storage': 'posix'}}, {'oneprovider-3': {'size': '5 GiB', 'storage': 'posix'}}]
members = []
users = {'admin': <tests.utils.user_utils.AdminUser object at 0x7fd889543e10>, 'onepanel': <tests.utils.user_utils.AdminUser object at 0x7fd889548390>}

    def _get_support(zone_hostname, onepanel_credentials,
                     owner_credentials, space_id, storages_db, hosts, providers,
                     members, users):
        onepanel_username = onepanel_credentials.username
        onepanel_password = onepanel_credentials.password
    
        for provider in providers:
            [(provider, options)] = provider.items()
    
            provider_name = hosts[provider]['name']
            provider_hostname = hosts[provider]['hostname']
            storage_name = options['storage']
    
            if provider_name not in storages_db:
                storages_db[provider_name] = {}
    
            try:
>               storage_id = storages_db[provider_name][storage_name]
E               KeyError: 'posix'

tests/gui/steps/rest/env_up/spaces.py:223: KeyError

During handling of the above exception, another exception occurred:

request = <FixtureRequest for <Function 'test_provider_with_stopped_workers_is_offline_and_resynchronises_with_others_after_restart[1oz_3op_providers_sync]'>>

    @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)
/usr/local/lib/python3.6/dist-packages/pytest_bdd/steps.py:162: in step_func
    result = request.getfixturevalue(func.__name__)
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:428: in getfixturevalue
    return self._get_active_fixturedef(argname).cached_result[0]
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:453: in _get_active_fixturedef
    self._compute_fixture_value(fixturedef)
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:524: in _compute_fixture_value
    fixturedef.execute(request=subrequest)
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:795: in execute
    return hook.pytest_fixture_setup(fixturedef=self, request=request)
/usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:617: in __call__
    return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
/usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:222: in _hookexec
    return self._inner_hookexec(hook, methods, kwargs)
/usr/local/lib/python3.6/dist-packages/pluggy/__init__.py:216: in <lambda>
    firstresult=hook.spec_opts.get('firstresult'),
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:826: in pytest_fixture_setup
    result = call_fixture_func(fixturefunc, request, kwargs)
/usr/local/lib/python3.6/dist-packages/_pytest/fixtures.py:718: in call_fixture_func
    res = fixturefunc(**kwargs)
tests/utils/bdd_utils.py:77: in wrapper
    return fun(*ba.args, **ba.kwargs)
tests/gui/steps/rest/env_up/spaces.py:104: in create_and_configure_spaces
    users, groups, storages, spaces)
tests/gui/steps/rest/env_up/spaces.py:136: in _create_and_configure_spaces
    users_to_add, users_db)
tests/gui/steps/rest/env_up/spaces.py:227: in _get_support
    onepanel_password, storage_name)
tests/gui/steps/rest/env_up/spaces.py:277: in _get_storage_id
    auth=(onepanel_username, onepanel_password))
tests/utils/rest_utils.py:46: in http_get
    default_headers=default_headers)
tests/utils/rest_utils.py:93: in http_request
    raise_http_exception(response)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

response = <Response [503]>

    def raise_http_exception(response):
        ex_cls = _exceptions.get(response.status_code, HTTPError)
>       raise ex_cls(response)
E       tests.utils.http_exceptions.HTTPServiceUnavailable: [503] Service Unavailable: {"error":{"id":"serviceUnavailable","description":"Service required for this operation is offline."}}

tests/utils/http_exceptions.py:15: HTTPServiceUnavailable