GUI acceptance tests using environment deployed from packages.
Build: #1668 failed
Job: Multiprovider multiuser failed
user uses autocleaning with lower size limit which skips too small files[1oz 2op deployed]: Test case result
The below summarizes the result of the test " user uses autocleaning with lower size limit which skips too small files[1oz 2op deployed]" in build 1,668 of Onedata Products - gui acceptance pkg - Chrome multiprovider multiuser tests.
- Description
- user uses autocleaning with lower size limit which skips too small files[1oz 2op deployed]
- Test class
- gui.scenarios.test_multiprovider_multiuser
- Method
- test_user_uses_autocleaning_with_lower_size_limit_which_skips_too_small_files[1oz_2op_deployed]
- Jira Issue
-
- Duration
- 10 mins
- Status
- Failed (New Failure)
Error Log
AssertionError: Transfer transferred is 0 B instead of 100 MiB in ended request = <FixtureRequest for <Function 'test_user_uses_autocleaning_with_lower_size_limit_which_skips_too_small_files[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: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.6/dist-packages/pytest_bdd/scenario.py:130: in _execute_step_function step_func(**kwargs) tests/utils/bdd_utils.py:78: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-815>:2: in assert_ended_transfer ??? tests/utils/utils.py:90: in wrapper return fun(*args, **kwargs) tests/gui/steps/oneprovider/transfers.py:51: in assert_ended_transfer _assert_transfer(transfer, item_type, desc, 'ended', hosts) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ transfer = <tests.gui.utils.oneprovider.transfers.TransferRecordHistory object at 0x7fa4b20d2438> item_type = 'directory' desc = {'destination': 'oneprovider-2', 'name': 'dir1', 'status': 'completed', 'transferred': '100 MiB', ...} sufix = 'ended' hosts = {'oneprovider-1': {'container-id': 'd2026fba25d3a60922094ec4e91b19f1018950a645e6df0222349e1ca9a18331', 'hostname': 'de...f905ff0f0a53125', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.8', 'name': 'dev-onezone', ...}} def _assert_transfer(transfer, item_type, desc, sufix, hosts): assert getattr(transfer, 'is_{}'.format(item_type))(), \ 'Transferred item is not {} in {}'.format(item_type, sufix) desc = yaml.load(desc) for key, val in desc.items(): if key == 'destination': val = hosts[val]['name'] transfer_val = getattr(transfer, key.replace(' ', '_')) assert transfer_val == str(val), \ 'Transfer {} is {} instead of {} in {}'.format(key, transfer_val, > val, sufix) E AssertionError: Transfer transferred is 0 B instead of 100 MiB in ended tests/gui/steps/oneprovider/transfers.py:33: AssertionError