GUI acceptance tests using environment deployed from packages.
Build: #2006 failed Changes by Rafał Widziszewski and Agnieszka Warchol
Test results
- 686 tests in total
- 19 tests were quarantined / skipped
- 1382 minutes taken in total.
Status | Test | Failing since | Quarantined by | View job | Duration | |
---|---|---|---|---|---|---|
Collapse |
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 | 5 mins | ||
RuntimeError: space3 space not found oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'> driver = <selenium.webdriver.chrome.webdriver.WebDriver (session="96ea002831356b04b098d4dc96187671")> name = 'space3' def _choose_space_from_menu_list(oz_page, driver, name): option = 'data' try: (60 more lines...) |
||||||
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 | |||
test_onepanel_members
test_user_increases_number_of_members_in_cluster[1oz_1op_deployed]
|
Not quarantined | Chrome onepanel members tests | 59 secs | |||
Collapse |
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
|
Chrome transfers files | 5 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 |
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
|
Chrome transfers files | 5 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...) |
||||||
test_onezone_automation
test_user_sees_that_new_workflow_has_been_added_after_uploading_it_as_json_file[1oz_1op_deployed]
|
Failing since build #1995 (Child of ODSRV-OZP-1712) | Not quarantined | Chrome onezone automations tests | 46 secs | ||
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 | |||
Collapse |
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 | 3 mins | ||
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: element is not attached to the page document (Session info: chrome=78.0.3904.70) request = <FixtureRequest for <Function 'test_group_fails_to_join_space_using_invite_token_with_consumer_caveat_set_not_for_it[1oz_2op_elasticsearch]'>> @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...) |
||||||
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 | 4 mins | |||
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 | 5 mins | |||
Collapse |
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 | 3 mins | ||
selenium.common.exceptions.StaleElementReferenceException: Message: stale element reference: element is not attached to the page document (Session info: chrome=78.0.3904.70) request = <FixtureRequest for <Function 'test_user_successfully_consumes_group_to_space_invite_token_with_consumer_caveat_set_for_any_user[1oz_2op_elasticsearch]'>> @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_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 | 8 mins | |
RuntimeError: no item found in Requirement in Quality of Service modal web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="b2cca351893d81d5c086824fb9b40819", element="c2dd2394-84e2-49a0-8f7b-5133888997ce")> 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...) |