GUI acceptance tests using environment deployed from packages.

Build: #1993 failed Changes by Agnieszka Warchol and Katarzyna Such

Stages & jobs

  1. Acceptance Test

Test results

  • 680 tests in total
  • 1 test failed
  • 1 failure is new
  • 11 tests were quarantined / skipped
  • 1249 minutes taken in total.
New test failures 1
Status Test View job Duration
Collapse Failed test_onezone_groups_multiuser test_user_creates_new_space_and_invites_group_to_it_but_given_group_fails_to_control_it_because_of_lack_in_privileges[1oz_1op_deployed]
Chrome onezone groups multiuser tests 4 mins
RuntimeError: no  item found in modals
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="e385672cd31640fd5bd349888d9539e9")>
css_sel = '.modal-dialog', err_msg = 'no  item found in modals'

    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)
(287 more lines...)
Quarantined tests 11
Status Test Failing since Quarantined by View job Duration
Successful test_onepanel_basic test_user_sees_that_synchronization_autoupdate_still_works_after_changing_mount_point_for_storage[1oz_1op_deployed]
Not quarantined Chrome onepanel basic tests 3 mins
Successful test_onepanel_deployment_with_2_hosts test_cluster_deployment_with_2_hosts[1oz_1op_not_deployed_2_nodes]
Not quarantined Chrome onepanel two hosts deployment tests 4 mins
Successful test_onepanel_members test_user_increases_number_of_members_in_cluster[1oz_1op_deployed]
Failing since build #1992 (Child of ODSRV-OPRPM-2089) Not quarantined Chrome onepanel members tests 58 secs
Collapse Failed test_oneprovider_transfers_files test_user_tries_to_migrate_file_to_too_small_space_on_remote_provider[1oz_2op_deployed]
Failing since build #1958 (Changes by Agnieszka Warchol) Agnieszka Warchol Agnieszka Warchol
Chrome transfers files 6 mins
RuntimeError: Index out of bound. Requested item at 0 while limit is 0 in _TransfersTab in Oneprovider page
request = <FixtureRequest for <Function 'test_user_tries_to_migrate_file_to_too_small_space_on_remote_provider[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_oneprovider_transfers_files test_user_tries_to_replicate_file_to_too_small_space_on_remote_provider[1oz_2op_deployed]
Failing since build #1958 (Changes by Agnieszka Warchol) Agnieszka Warchol Agnieszka Warchol
Chrome transfers files 6 mins
RuntimeError: Index out of bound. Requested item at 0 while limit is 0 in _TransfersTab in Oneprovider page
request = <FixtureRequest for <Function 'test_user_tries_to_replicate_file_to_too_small_space_on_remote_provider[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...)
Successful test_onezone_invite_tokens test_user_successfully_consumes_harvester_to_space_invite_token_until_usage_limit_is_not_expired[1oz_2op_elasticsearch]
Not quarantined Chrome onezone invite tokens 4 mins
Successful test_onezone_invite_tokens_with_consumer_caveats test_group_fails_to_join_space_using_invite_token_with_consumer_caveat_set_not_for_it[1oz_2op_elasticsearch]
Not quarantined Chrome onezone invite tokens with consumer caveats 2 mins
Successful test_onezone_invite_tokens_with_consumer_caveats test_group_succeeds_to_join_space_invite_token_with_consumer_caveat_set_for_any_group[1oz_2op_elasticsearch]
Not quarantined Chrome onezone invite tokens with consumer caveats 1 min
Successful test_onezone_invite_tokens_with_consumer_caveats test_group_succeeds_to_join_space_using_invite_token_with_consumer_caveat_set_for_it[1oz_2op_elasticsearch]
Not quarantined Chrome onezone invite tokens with consumer caveats 2 mins
Successful test_onezone_invite_tokens_with_consumer_caveats test_user_successfully_consumes_group_to_space_invite_token_with_consumer_caveat_set_for_any_user[1oz_2op_elasticsearch]
Not quarantined Chrome onezone invite tokens with consumer caveats 2 mins
Collapse Failed test_qos_storage test_a_qos_requirement_is_met_after_removing_the_parameter_and_adding_it_again[1oz_2op_deployed]
Failing since build #1958 (Changes by Agnieszka Warchol) Not quarantined Chrome QoS storage 6 mins
RuntimeError: no  item found in Requirement in Quality of Service modal
web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="0bb385276028917233a004d382744419", element="9e757683-54e3-4d50-8ebc-dcaaab956ab9")>
css_sel = '.qos-status-impossible'
err_msg = 'no  item found in Requirement in Quality of Service modal'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(302 more lines...)