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

Build: #1284 failed Child of ODSRV-OPV-1111

Test results

  • 411 tests in total
  • 2 tests failed
  • 2 failures are new
  • 1 test was fixed
  • 1 test was quarantined / skipped
  • 455 minutes taken in total.
New test failures 2
Status Test View job Duration
Collapse Failed test_onepanel_basic test_user_deregisters_provider_and_registers_it_again[1oz_1op_1oc-web GUI-REST]
Chrome onepanel tests 1 min
RuntimeError: no  item found in ProviderContentPage in content in Oneprovider Panel 20.02.5
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="b620cf6d2e21930bba6a3776a2ce8113", element="7d82cd67-b51d-4f95-b963-a0d8d2c3e07f")>
css_sel = '.provider-registration-form'
err_msg = 'no  item found in ProviderContentPage in content in Oneprovider Panel 20.02.5'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(322 more lines...)
Collapse Failed test_onepanel_basic test_user_changes_provider_name_and_domain_using_client2_and_he_sees_in_client1_that_they_have_changed[1oz_1op_1oc-web GUI-REST]
Chrome onepanel tests 45 secs
RuntimeError: no  item found in ProviderContentPage in content in Oneprovider Panel 20.02.5
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="fc44bac6e3a86ad52ed8bc35405320a0", element="4f59ab33-abf5-4166-8a41-c7249a7b462b")>
css_sel = '.provider-registration-form'
err_msg = 'no  item found in ProviderContentPage in content in Oneprovider Panel 20.02.5'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(322 more lines...)
Fixed tests 1
Status Test Failing since View job Duration
Successful test_file_content test_user_writes_to_file_using_client2_and_using_client1_sees_that_files_content_has_changed[1oz_1op_1oc-REST-oneclient1-REST]
Failing since build #1283 (Child of ODSRV-OZP-1475) Chrome file content tests 2 mins
Quarantined tests 1
Status Test Failing since Quarantined by View job Duration
Collapse Failed test_luma test_users_create_files_using_web_gui_an_clients_and_they_see_that_ownership_is_correctly_mapped[1oz_1op_luma_oneclient-oneclient1-oneclient2-web GUI]
Failing since build #1024 (Child of ODSRV-OPRPM-1681) Not quarantined Chrome LUMA tests 2 mins
tests.utils.http_exceptions.HTTPInternalServerError: [500] INTERNAL SERVER ERROR: {   "detail": "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.",   "status": 500,   "title": "Internal Server Error",   "type": "about:blank" }
request = <FixtureRequest for <Function 'test_users_create_files_using_web_gui_an_clients_and_they_see_that_ownership_is_correctly_mapped[1oz_1op_luma_oneclient-oneclient1-oneclient2-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: 
(48 more lines...)