Build: #2 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 2 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 (New Failure)
Error Log
RuntimeError: no "dev-oneprovider-krakow" found 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.shares import * > from tests.gui.steps.oneprovider.groups 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-288>: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:323: in assert_provider_chunk_in_data_distribution_size prov_rec = modals(driver).data_distribution.providers[provider] _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <tests.gui.utils.core.web_objects.PageObjectsSequence object at 0x7fdada742b90> sel = 'dev-oneprovider-krakow' def __getitem__(self, sel): if isinstance(sel, int): item = self._getitem_by_idx(sel) if item: return self.cls(self.driver, item, self.parent) else: raise RuntimeError('Index out of bound. Requested item at ' '{idx} while limit is {limit} in ' '{parent}'.format(idx=sel, limit=len(self), parent=self.parent)) elif isinstance(sel, (str, unicode)): item = self._getitem_by_id(sel) if item: return item else: raise RuntimeError('no "{id}" found in ' '{parent}'.format(id=sel, > parent=self.parent)) E RuntimeError: no "dev-oneprovider-krakow" found in Data distribution modal for "20B-0.txt" tests/gui/utils/core/web_objects.py:85: RuntimeError