Build: #35 failed
Job: Multiprovider basic failed
user uploads file on one provider sees its distribution reads half of file on other provider using cdmi and again sees its distribution: Test case result
The below summarizes the result of the test " user uploads file on one provider sees its distribution reads half of file on other provider using cdmi and again sees its distribution" in build 35 of Onedata Products - gui acceptance pkg - feature-VFS-4716-introduction-to-acceptance-testing - Chrome multiprovider basic tests.
- Description
- user uploads file on one provider sees its distribution reads half of file on other provider using cdmi and again sees its distribution
- Test class
- gui.scenarios.test_multiprovider_basic
- Method
- test_user_uploads_file_on_one_provider_sees_its_distribution_reads_half_of_file_on_other_provider_using_cdmi_and_again_sees_its_distribution
- Duration
- 4 mins
- 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_on_one_provider_sees_its...ds_half_of_file_on_other_provider_using_cdmi_and_again_sees_its_distribution'>> from tests.gui.steps.oneprovider.groups import * > from tests.gui.steps.oneprovider.spaces import * tests/gui/scenarios/test_multiprovider_basic.py:49: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /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-464>:2: in assert_provider_chunk_in_data_distribution_filled ??? tests/gui/utils/generic.py:110: in wrapper return fun(*args, **kwargs) tests/gui/steps/oneprovider/data_tab.py:366: in assert_provider_chunk_in_data_distribution_filled size, _ = distribution.size tests/gui/utils/common/modals/data_distribution.py:26: in size end, unit = self.end.split() 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="d306a0dc9d0d65ef90678005bcbafa60", element="0.8937523589901166-11")> 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