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

Build: #460 failed

Job: Onepanel failed

user supports space with storage sync and enabled options delete[1oz 1op 1oc-web GUi-RESt-RESt]: Test case result

The below summarizes the result of the test " user supports space with storage sync and enabled options delete[1oz 1op 1oc-web GUi-RESt-RESt]" in build 460 of Onedata Products - mixed acceptance pkg - Chrome onepanel tests.
Description
user supports space with storage sync and enabled options delete[1oz 1op 1oc-web GUi-RESt-RESt]
Test class
mixed.scenarios.test_onepanel_basic
Method
test_user_supports_space_with_storage_sync_and_enabled_options_delete[1oz_1op_1oc-web GUI-REST-REST]
Jira Issue
Duration
2 mins
Status
Failed (New Failure)

Error Log

AssertionError: not found "dir2" in file browser
client1 = 'web GUI', client2 = 'REST', client3 = 'REST'
request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_enabled_options_delete[1oz_1op_1oc-web GUI-REST-REST]'>>

    
>   from tests.gui.conftest import *

tests/mixed/scenarios/test_onepanel_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
    _execute_step_function(request, scenario, step, step_func)
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:137: in _execute_step_function
    step_func(**kwargs)
<decorator-gen-634>:2: in assert_space_content_in_op
    ???
tests/utils/utils.py:71: in wrapper
    return fun(*args, **kwargs)
tests/mixed/steps/onepanel_basic.py:556: in assert_space_content_in_op
    host, hosts, modals)
tests/gui/meta_steps/oneprovider/data.py:261: in assert_space_content_in_op_gui
    op_page, tmpdir)
tests/gui/meta_steps/oneprovider/data.py:228: in _check_files_tree
    assert_items_presence_in_file_browser(user, item_name, tmp_memory)
<decorator-gen-392>:2: in assert_items_presence_in_file_browser
    ???
tests/utils/utils.py:71: in wrapper
    return fun(*args, **kwargs)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

browser_id = 'user1', item_list = 'dir2'
tmp_memory = defaultdict(<type 'dict'>, {'spaces': {u'space3': 'e40b86ebfbfd4998f98cbe2b3ab...ts.gui.utils.oneprovider.file_browser._FileBrowser object at 0x7f8e8dc02e90>}})

    @when(parsers.parse('user of {browser_id} sees item(s) '
                        'named {item_list} in file browser'))
    @then(parsers.parse('user of {browser_id} sees item(s) '
                        'named {item_list} in file browser'))
    @when(parsers.parse('user of {browser_id} sees that item named '
                        '{item_list} has appeared in file browser'))
    @then(parsers.parse('user of {browser_id} sees that item named '
                        '{item_list} has appeared in file browser'))
    @when(parsers.parse('user of {browser_id} sees that items named '
                        '{item_list} have appeared in file browser'))
    @then(parsers.parse('user of {browser_id} sees that items named '
                        '{item_list} have appeared in file browser'))
    @repeat_failed(timeout=WAIT_BACKEND)
    def assert_items_presence_in_file_browser(browser_id, item_list, tmp_memory):
        file_browser = tmp_memory[browser_id]['file_browser']
        files = {f.name for f in file_browser.files}
        for item_name in parse_seq(item_list):
                assert item_name in files, \
>                   ('not found "{}" in file browser'.format(item_name))
E               AssertionError: not found "dir2" in file browser

tests/gui/steps/oneprovider/file_browser.py:110: AssertionError