GUI acceptance tests using environment deployed from packages.
Build: #2553 failed
Job: Oneprovider archives recall was successful
user sees that recall has been cancelled after cancelling it[1oz 2op slow file operations]: Test case result
The below summarizes the result of the test " user sees that recall has been cancelled after cancelling it[1oz 2op slow file operations]" in build 2,553 of Onedata Products - gui acceptance pkg - Oneprovider archives recall.
- Description
- user sees that recall has been cancelled after cancelling it[1oz 2op slow file operations]
- Test class
- gui.scenarios.test_oneprovider_archives_recall
- Method
- test_user_sees_that_recall_has_been_cancelled_after_cancelling_it[1oz_2op_slow_file_operations]
- Jira Issue
-
- Duration
- 9 mins
- Status
- Failed (New Failure)
Error Log
ValueError: could not convert string to float: '999.5K' request = <FixtureRequest for <Function 'test_user_sees_that_recall_has_been_cancelled_after_cancelling_it[1oz_2op_slow_file_operations]'>> @pytest.mark.usefixtures(*function_args) def scenario_wrapper(request): > _execute_scenario(feature, scenario, request, encoding) /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:227: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.8/dist-packages/pytest_bdd/scenario.py:189: in _execute_scenario _execute_step_function(request, scenario, step, step_func) /usr/local/lib/python3.8/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-1125>:2: in assert_not_all_files_were_recalled ??? tests/utils/utils.py:95: in wrapper return fun(*args, **kwargs) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="7a4ff722eb7bac5eb6aab53689b82605")>} browser_id = 'browser', modals = <class 'tests.gui.utils.common.modals.Modals'> kind = 'data recalled' @wt(parsers.parse('user of {browser_id} sees that not all {kind} were ' 'recalled')) @repeat_failed(timeout=WAIT_FRONTEND) def assert_not_all_files_were_recalled(selenium, browser_id, modals, kind): kind = kind + ' recalled' characters = "[\nMiB ]" info = getattr(modals(selenium[browser_id]).archive_recall_information, transform(kind)) info = re.sub(characters, "", info).split('/') all_data = float(info[1]) > recalled = float(info[0]) E ValueError: could not convert string to float: '999.5K' tests/gui/steps/oneprovider/archives_recall.py:105: ValueError