Build: #35 failed
Job: Multiprovider basic failed
user uploads file sees its size writes to it using cdmi and sees that size has grown: Test case result
The below summarizes the result of the test " user uploads file sees its size writes to it using cdmi and sees that size has grown" in build 35 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome multiprovider basic tests.
- Description
- user uploads file sees its size writes to it using cdmi and sees that size has grown
- Test class
- gui.scenarios.test_multiprovider_basic
- Method
- test_user_uploads_file_sees_its_size_writes_to_it_using_cdmi_and_sees_that_size_has_grown
- Duration
- 1 min
- Status
- Failed (Existing Failure)
Error Log
RuntimeError: no END item found in file blocks for provider record for "dev-oneprovider-krakow" in Data distribution modal for "20B-0.txt" request = <FixtureRequest for <Function 'test_user_uploads_file_sees_its_size_writes_to_it_using_cdmi_and_sees_that_size_has_grown'>> from tests.gui.steps.oneprovider.data_tab import * > from tests.gui.steps.oneprovider.file_browser import * tests/gui/scenarios/test_multiprovider_basic.py:45: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function step_func(**kwargs) <decorator-gen-462>:2: in assert_provider_chunk_in_data_distribution_size ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) tests/gui/steps/oneprovider/data_tab.py:349: in assert_provider_chunk_in_data_distribution_size displayed_size = distribution.end tests/gui/utils/core/web_elements.py:76: in __get__ item = super(Label, self).__get__(instance, owner) tests/gui/utils/core/web_elements.py:29: in __get__ lambda: self._format_msg('no {item} item found ' _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ web_elem_root = <selenium.webdriver.remote.webelement.WebElement (session="cf41a5d8b4ac70a4199b5737067340fe", element="0.15849747164754113-22")> css_sel = '.file-size .end' err_msg = 'no END item found in file blocks for provider record for "dev-oneprovider-krakow" in Data distribution modal for "20B-0.txt"' 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) except NoSuchElementException: with suppress(TypeError): err_msg = err_msg() > raise RuntimeError(err_msg) E RuntimeError: no END item found in file blocks for provider record for "dev-oneprovider-krakow" in Data distribution modal for "20B-0.txt" tests/gui/utils/generic.py:129: RuntimeError