GUI acceptance tests using environment deployed from packages.

Build: #1078 failed

Job: Multiprovider basic failed

Test results

  • 12 tests in total
  • 5 tests failed
  • 5 failures are new
  • 49 minutes taken in total.

Build 1,078 has the following 5 errors: 5 new failure(s) occurred since the previous build.

New test failures 5
Status Test Duration
Collapse Failed test_multiprovider_basic test_user_successfully_uploads_different_files_to_two_oneproviders_and_sees_that_they_are_accessible[1oz_2op_deployed]
1 min
RuntimeError: no  item found in UploadedObject in UploadedContentPage in UploadsPage in Onezone page
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="c3106d086674763646dd3cd366db8376", element="6ce9c49d-d807-431d-aafe-b3149f949f7f")>
css_sel = '.upload-object-link'
err_msg = 'no  item found in UploadedObject in UploadedContentPage in UploadsPage in Onezone page'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(306 more lines...)
Collapse Failed test_multiprovider_basic test_user_uploads_a_large_file_to_provider_and_cancels_uploading_sees_that_file_is_not_uploaded[1oz_2op_deployed]
2 mins
AssertionError: There are 8 files in file browser when should be 200
request = <FixtureRequest for <Function 'test_user_uploads_a_large_file_to_provider_and_cancels_uploading_sees_that_file_is_not_uploaded[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: 
(31 more lines...)
Collapse Failed test_multiprovider_basic test_user_uses_autocleaning[1oz_2op_deployed]
7 mins
AssertionError: Transfer transferred is 0 B instead of 100 MiB in ended
request = <FixtureRequest for <Function 'test_user_uses_autocleaning[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: 
(36 more lines...)
Collapse Failed test_multiprovider_basic test_user_uses_autocleaning_with_lower_size_limit_which_skips_too_small_files[1oz_2op_deployed]
7 mins
AssertionError: Transfer transferred is 0 B instead of 100 MiB in ended
request = <FixtureRequest for <Function 'test_user_uses_autocleaning_with_lower_size_limit_which_skips_too_small_files[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: 
(36 more lines...)
Collapse Failed test_multiprovider_basic test_user_uses_autocleaning_with_upper_size_limit_which_skips_too_big_files[1oz_2op_deployed]
7 mins
AssertionError: Ongoing transfers did not finish
request = <FixtureRequest for <Function 'test_user_uses_autocleaning_with_upper_size_limit_which_skips_too_big_files[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: 
(26 more lines...)