GUI acceptance tests using environment deployed from packages.
Build: #1815 failed
Job: Multiprovider QoS failed
Test results
- 21 tests in total
- 2 tests failed
- 2 failures are new
- 2 tests were quarantined / skipped
- 40 minutes taken in total.
Build 1,815 has the following 2 errors: 2 new failure(s) occurred since the previous build.
Status | Test | Duration | |
---|---|---|---|
Collapse |
test_multiprovider_qos
test_nested_file_is_replicated_from_one_storage_to_storage_which_id_was_set_as_qos_requirement_in_parent_dir[1oz_2op_deployed]
|
2 mins | |
RuntimeError: no item found in 20B-0.txt in file browser in Oneprovider page web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="d107b1b9b7215b0f144164cf50fdf52b", element="34c75233-87ce-4f2a-8cf4-ab2ee8574b57")> css_sel = '.item-inheritance-icon' err_msg = 'no item found in 20B-0.txt in file browser in Oneprovider page' def find_web_elem(web_elem_root, css_sel, err_msg): try: _scroll_to_css_sel(web_elem_root, css_sel) (302 more lines...) |
|||
Collapse |
test_multiprovider_qos
test_user_successfully_makes_file_inherit_qos_requirement_from_directory[1oz_2op_deployed]
|
1 min | |
AssertionError: inherited tag for file2 in file browser not visible request = <FixtureRequest for <Function 'test_user_successfully_makes_file_inherit_qos_requirement_from_directory[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...) |