GUI acceptance tests using environment deployed from packages.
Build: #1090 failed
Job: Chrome transfers tests was successful
user tries to replicate file to too small space on remote provider[1oz 2op deployed]: Test case result
The below summarizes the result of the test " user tries to replicate file to too small space on remote provider[1oz 2op deployed]" in build 1,090 of Onedata Products - gui acceptance pkg - Chrome transfers tests.
- Description
- user tries to replicate file to too small space on remote provider[1oz 2op deployed]
- Test class
- gui.scenarios.test_oneprovider_transfers
- Method
- test_user_tries_to_replicate_file_to_too_small_space_on_remote_provider[1oz_2op_deployed]
- Jira Issue
-
- Duration
- 5 mins
- Status
- Failed (Existing Failure)
Error Log
AssertionError: Transferred item is not file in ended request = <FixtureRequest for <Function 'test_user_tries_to_replicate_file_to_too_small_space_on_remote_provider[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:76: in wrapper return fun(*ba.args, **ba.kwargs) <decorator-gen-630>:2: in assert_ended_transfer ??? tests/utils/utils.py:80: 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 0x7f5e2b0857b8> item_type = 'file' desc = 'name: large_file.txt\ndestination: oneprovider-2\nusername: user1\ntransferred: 0 B\ntype: replication\nstatus: failed' sufix = 'ended' hosts = {'oneprovider-1': {'container-id': '8b0b2e5373f33d8133a19be0fd3aa7abffb4bbeda64fec3f2611aa7511e3851f', 'hostname': 'de...9187a6f802bb18', 'hostname': 'dev-onezone.default.svc.cluster.local', 'ip': '172.17.0.11', '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) E AssertionError: Transferred item is not file in ended tests/gui/steps/oneprovider/transfers.py:24: AssertionError