Acceptance tests using different clients concurrently. Environment deployed from packages.
Build: #3107 failed
Job: Tokens failed
Test results
- 6 tests in total
- 3 tests failed
- 7 minutes taken in total.
Build 3,107 has the following 3 errors:There were no new test failures since the previous build.
Status | Test | Failing since | Duration | |
---|---|---|---|---|
test_tokens
test_user_not_set_in_access_token_caveat_fails_to_use_that_token[1oz_1op_1oc]
|
Failing since build #3105 (Child of ODSRV-OZP-1995) | 1 min | ||
RuntimeError: no "space1" found in DataPage in Onezone page request = <FixtureRequest for <Function 'test_user_not_set_in_access_token_caveat_fails_to_use_that_token[1oz_1op_1oc]'>> @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: (49 more lines...) |
||||
test_tokens
test_user_set_in_access_token_caveat_succeeds_to_use_that_token_only_with_their_identity_token[1oz_1op_1oc]
|
Failing since build #3105 (Child of ODSRV-OZP-1995) | 3 mins | ||
RuntimeError: no "space1" found in DataPage in Onezone page request = <FixtureRequest for <Function 'test_user_set_in_access_token_caveat_succeeds_to_use_that_token_only_with_their_identity_token[1oz_1op_1oc]'>> @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: (49 more lines...) |
||||
test_tokens
test_user_to_space_invite_token_has_default_space_member_privileges[1oz_1op_1oc-REST-web gui]
|
Failing since build #3105 (Child of ODSRV-OZP-1995) | 1 min | ||
RuntimeError: no item found in Tokens page web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="c4480879d8c39ac89b50d97bf135541a")> css_sel = '.sidebar-tokens', err_msg = 'no item found in Tokens page' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) > item = web_elem_root.find_element_by_css_selector(css_sel) (295 more lines...) |