GUI acceptance tests using environment deployed from packages.

Build: #2786 failed

Job: Onezone data discovery querying failed

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

user sees appropriate files after searching using or[1oz 1op elasticsearch]: Test case result

The below summarizes the result of the test " user sees appropriate files after searching using or[1oz 1op elasticsearch]" in build 2,786 of Onedata Products - gui acceptance pkg - Onezone data discovery querying.
Description
user sees appropriate files after searching using or[1oz 1op elasticsearch]
Test class
gui.scenarios.test_onezone_data_discovery_querying
Method
test_user_sees_appropriate_files_after_searching_using_or[1oz_1op_elasticsearch]
Duration
3 mins
Status
Failed (Existing Failure)

Error Log

AssertionError: Harvesting process did not finished for "space_of_files_with_json_meta – dev-oneprovider-krakow"
request = <FixtureRequest for <Function 'test_user_sees_appropriate_files_after_searching_using_or[1oz_1op_elasticsearch]'>>

    @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)
tests/gui/meta_steps/onezone/harvesters.py:325: in check_harvesting_process_in_harvester
    assert_progress_in_harvesting(selenium, browser_id, oz_page, index)
tests/utils/bdd_utils.py:78: in wrapper
    return fun(*ba.args, **ba.kwargs)
<decorator-gen-947>:2: in assert_progress_in_harvesting
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

selenium = {'browser': <selenium.webdriver.chrome.webdriver.WebDriver (session="6eddefde43817db6052ee4dc6d04f4f7")>}
browser_id = 'browser', oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
index_name = 'generic-index'

    @wt(parsers.parse('user of {browser_id} sees 100% progress for '
                      'all spaces in "{index_name}" index harvesting'))
    @repeat_failed(timeout=WAIT_BACKEND * 4)
    def assert_progress_in_harvesting(selenium, browser_id, oz_page,
                                      index_name):
        driver = selenium[browser_id]
        value = '100%'
        indices_list = oz_page(driver)['discovery'].indices_page.indices_list
        progress_values = indices_list[index_name].progress_values
    
        for progress in progress_values:
>           assert progress.progress_value == value, ('Harvesting process did not '
                                                      f'finished for '
                                                      f'"{progress.space}"')
E           AssertionError: Harvesting process did not finished for "space_of_files_with_json_meta – dev-oneprovider-krakow"

tests/gui/steps/onezone/harvesters/indices.py:102: AssertionError