GUI acceptance tests using environment deployed from packages.

Build: #2788 failed

Job: Multiprovider basic failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

user sees spaces size stats per provider after clicking show statistics then oneprovider2 is stopped and user sees error message[1oz 2op deployed]: Test case result

The below summarizes the result of the test " user sees spaces size stats per provider after clicking show statistics then oneprovider2 is stopped and user sees error message[1oz 2op deployed]" in build 2,788 of Onedata Products - gui acceptance pkg - Multiprovider basic.
Description
user sees spaces size stats per provider after clicking show statistics then oneprovider2 is stopped and user sees error message[1oz 2op deployed]
Test class
gui.scenarios.test_multiprovider_basic
Method
test_user_sees_spaces_size_stats_per_provider_after_clicking_show_statistics_then_oneprovider2_is_stopped_and_user_sees_error_message[1oz_2op_deployed]
Duration
3 mins
Status
Failed (New Failure)

Error Log

tests.utils.http_exceptions.HTTPInternalServerError: [500] Internal Server Error: {"error":{"id":"internalServerError","description":"The server has encountered an error while processing this request."}}
request = <FixtureRequest for <Function 'test_user_sees_spaces_size_stats_per_provider_after_clicking_show_statistics_then_oneprovider2_is_stopped_and_user_sees_error_message[1oz_2op_deployed]'>>

    @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/gui/steps/onezone/providers.py:473: in wait_until_provider_goes_online
    wait_for_provider_online(provider_name, hosts, users)
tests/gui/steps/onezone/providers.py:485: in wait_for_provider_online
    res = http_get(ip=provider_hostname, port=OP_REST_PORT,
tests/utils/rest_utils.py:47: in http_get
    return http_request(requests.get, ip, port, path, use_ssl, headers,
tests/utils/rest_utils.py:89: in http_request
    raise_http_exception(response)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

response = <Response [500]>

    def raise_http_exception(response):
        ex_cls = _exceptions.get(response.status_code, HTTPError)
>       raise ex_cls(response)
E       tests.utils.http_exceptions.HTTPInternalServerError: [500] Internal Server Error: {"error":{"id":"internalServerError","description":"The server has encountered an error while processing this request."}}

tests/utils/http_exceptions.py:15: HTTPInternalServerError