GUI acceptance tests using environment deployed from packages.
Build: #1484 failed
Job: Multiprovider basic failed
Test results
- 7 tests in total
- 3 tests failed
- 3 failures are new
- 23 minutes taken in total.
Build 1,484 has the following 3 errors: 3 new failure(s) occurred since the previous build.
Status | Test | Duration | |
---|---|---|---|
Collapse |
test_multiprovider_basic
test_user_sees_file_is_not_visible_after_its_upload_has_been_canceled[1oz_2op_deployed]
|
3 mins | |
AssertionError: file upload not finished within given time request = <FixtureRequest for <Function 'test_user_sees_file_is_not_visible_after_its_upload_has_been_canceled[1oz_2op_deployed]'>> @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: (28 more lines...) |
|||
Collapse |
test_multiprovider_basic
test_user_uploads_file_appends_some_text_to_it_downloads_it_and_sees_its_content[1oz_2op_deployed]
|
2 mins | |
selenium.common.exceptions.TimeoutException: Message: timeout (Session info: chrome=78.0.3904.70) request = <FixtureRequest for <Function 'test_user_uploads_file_appends_some_text_to_it_downloads_it_and_sees_its_content[1oz_2op_deployed]'>> @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: (186 more lines...) |
|||
Collapse |
test_multiprovider_basic
test_user_uploads_file_sees_its_distribution_writes_to_it_beyond_the_end_of_file_using_cdmi_and_sees_its_distribution_again[1oz_2op_deployed]
|
2 mins | |
RuntimeError: no item found in Oneprovider page web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="e85ff0d5d86de49f5c650d55fd83c7f8")> css_sel = '.content-file-browser' err_msg = 'no item found in Oneprovider page' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) (283 more lines...) |