Acceptance tests using different clients concurrently. Environment deployed from packages.

Build: #2294 failed

Job: Archives failed

user of client checking sees that archive has base archive after client creating created incremental archive[1oz 1op 1oc-RESt-web GUi]: Test case result

The below summarizes the result of the test " user of client checking sees that archive has base archive after client creating created incremental archive[1oz 1op 1oc-RESt-web GUi]" in build 2,294 of Onedata Products - mixed acceptance pkg - Chrome archives tests.
Description
user of client checking sees that archive has base archive after client creating created incremental archive[1oz 1op 1oc-RESt-web GUi]
Test class
mixed.scenarios.test_archives
Method
test_user_of_client_checking_sees_that_archive_has_base_archive_after_client_creating_created_incremental_archive[1oz_1op_1oc-REST-web GUI]
Duration
1 min
Status
Failed (New Failure)

Error Log

AssertionError: Base archive: 12 Apr 2022 20:24 does not match expected archive with description first archive
request = <FixtureRequest for <Function 'test_user_of_client_checking_sees_that_archive_has_base_archive_after_client_creating_created_incremental_archive[1oz_1op_1oc-REST-web GUI]'>>

    @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-1009>:2: in assert_base_archive_for_archive_in_op
    ???
tests/utils/utils.py:95: in wrapper
    return fun(*args, **kwargs)
tests/mixed/steps/archive.py:136: in assert_base_archive_for_archive_in_op
    description, base_description)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

browser_id = 'user1'
selenium = {'user1': <selenium.webdriver.chrome.webdriver.WebDriver (session="4f46f78c5aff101faba421156341a051")>}
item_name = 'dir1', space_name = 'space1'
oz_page = <class 'tests.gui.utils.onezone.OZLoggedIn'>
op_container = <class 'tests.gui.utils.oneprovider.OPLoggedIn'>
tmp_memory = defaultdict(<class 'dict'>, {'user1': {'shares': {}, 'spaces': {}, 'groups': {}, 'mailbox': {}, 'oz': {}, 'window': {'...'first archive': '914e3515db555339238b98e972dbf408ch4a66', 'second archive': '7a88d9d9df58831cfe4cc8d3eae2ca9fch7866'})
description = 'second archive', base_description = 'first archive'

    def assert_base_archive_for_archive_in_op_gui(browser_id, selenium, item_name,
                                                  space_name, oz_page, op_container,
                                                  tmp_memory, description,
                                                  base_description):
        go_to_and_assert_browser(selenium, browser_id, oz_page, space_name,
                                 OPTION_IN_SPACE, op_container, tmp_memory,
                                 item_browser=DATASET_BROWSER)
        click_on_dataset(browser_id, tmp_memory, item_name)
        assert_browser_in_tab_in_op(selenium, browser_id, op_container,
                                    tmp_memory, item_browser=ARCHIVE_BROWSER)
        browser = tmp_memory[browser_id]['archive_browser']
        archive = get_archive_with_description(browser, description)
        err_msg = (f'Base archive: {archive.base_archive} does not match expected '
                   f'archive with description {base_description}')
>       assert base_description in archive.base_archive, err_msg
E       AssertionError: Base archive: 12 Apr 2022 20:24 does not match expected archive with description first archive

tests/gui/meta_steps/oneprovider/archives.py:265: AssertionError