GUI acceptance tests using environment deployed from packages.

Build: #659 failed Child of ODSRV-OPRPM-1470

Build result summary

Details

Completed
Queue duration
1 hour
Duration
62 minutes
Labels
None
Revision
1250895e54287fb5b835eb62f6db05eaf6d1f7f1
Total tests
528
Failing since
#638 (Child of ODSRV-OPRPM-1457)
Fixed in
#726 (Rebuilt by Łukasz Opioła)

Responsible

This build has been failing since #638
No one has taken responsibility

Configuration changes

Some of the jobs or stages referenced by this result no longer exist.

Restarting failed/incomplete builds only is not possible as some of the affected jobs no longer exist.

Tests

New test failures 4
Status Test View job Duration
Collapse Failed test_onepanel_deployment_with_2_hosts test_cluster_deployment_with_2_hosts[1oz_1op_not_deployed_2_nodes]
Chrome onepanel two hosts deployment tests 3 mins
RuntimeError: maximum recursion depth exceeded in cmp
request = <FixtureRequest for <Function 'test_cluster_deployment_with_2_hosts[1oz_1op_not_deployed_2_nodes]'>>

    from tests.gui.steps.onezone.providers import *
>   from tests.gui.steps.onezone.manage_account import *

tests/gui/scenarios/test_onepanel_deployment_with_2_hosts.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(65 more lines...)
Collapse Failed test_onepanel_login test_user_successfully_logout[1oz_1op_deployed]
Chrome onepanel login tests 30 secs
RuntimeError: maximum recursion depth exceeded while calling a Python object
request = <FixtureRequest for <Function 'test_user_successfully_logout[1oz_1op_deployed]'>>

>   ???

tests/gui/scenarios/test_onepanel_login.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(32 more lines...)
Collapse Failed test_onepanel_login test_user_successfully_goes_to_onezone_page_from_emeregency_interface[1oz_1op_deployed]
Chrome onepanel login tests 26 secs
RuntimeError: maximum recursion depth exceeded while calling a Python object
request = <FixtureRequest for <Function 'test_user_successfully_goes_to_onezone_page_from_emeregency_interface[1oz_1op_deployed]'>>

    
>   @fixture(scope='module')
    def screens():

tests/gui/scenarios/test_onepanel_login.py:53: 
(36 more lines...)
Collapse Failed test_onepanel_login test_user_successfully_login_to_emergency_interface_of_onezone_panel[1oz_1op_deployed]
Chrome onepanel login tests 3 mins
RuntimeError: maximum recursion depth exceeded while calling a Python object
request = <FixtureRequest for <Function 'test_user_successfully_login_to_emergency_interface_of_onezone_panel[1oz_1op_deployed]'>>

    from tests.gui.steps.oneprovider.data_tab import *
>   from tests.gui.steps.oneprovider.file_browser import *

tests/gui/scenarios/test_onepanel_login.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(25 more lines...)
Existing test failures 9
Status Test Failing since View job Duration
IndexError: list index out of range
client = 'browser2', storage_name = 'new_storage2'
request = <FixtureRequest for <Function 'test_user_uploads_files_on_freshly_supported_space_on_newly_created_storage[1oz_1op_deployed-browser2-new_storage2]'>>

    from tests.gui.steps.onezone.providers import *
>   from tests.gui.steps.onezone.manage_account import *

tests/gui/scenarios/test_onepanel_basic.py:41: 
(57 more lines...)
IndexError: list index out of range
client = 'browser1', storage_name = 'new_storage1'
request = <FixtureRequest for <Function 'test_user_uploads_files_on_freshly_supported_space_on_newly_created_storage[1oz_1op_deployed-browser1-new_storage1]'>>

    from tests.gui.steps.onezone.providers import *
>   from tests.gui.steps.onezone.manage_account import *

tests/gui/scenarios/test_onepanel_basic.py:41: 
(57 more lines...)
RuntimeError: maximum recursion depth exceeded in cmp
request = <FixtureRequest for <Function 'test_cluster_deployment[1oz_1op_not_deployed]'>>

    from tests.gui.steps.onezone.providers import *
>   from tests.gui.steps.onezone.manage_account import *

tests/gui/scenarios/test_onepanel_deployment_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(65 more lines...)
RuntimeError: no  item found in modals
request = <FixtureRequest for <Function 'test_user_successfully_removes_space_with_remove_space_privilege[1oz_1op_elasticsearch]'>>

>   ???

tests/gui/scenarios/test_onezone_harvesters_basic.py:85: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(35 more lines...)
RuntimeError: no "space1" found in DataPage in Onezone page
request = <FixtureRequest for <Function 'test_user_successfully_adds_space_to_harvester_with_invitation_token[1oz_1op_elasticsearch]'>>

    
>   from tests.gui.steps.modal import *

tests/gui/scenarios/test_onezone_harvesters_basic.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(36 more lines...)
RuntimeError: no "space1" found in DataPage in Onezone page
request = <FixtureRequest for <Function 'test_user_successfully_checks_harvesting_progress[1oz_1op_elasticsearch]'>>

    def screens():
>       return [0, 1]

tests/gui/scenarios/test_onezone_harvesters_basic.py:69: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(38 more lines...)
RuntimeError: no  item found in modals
request = <FixtureRequest for <Function 'test_user_successfully_adds_space_to_harvester_using_available_spaces_dropdown[1oz_1op_elasticsearch]'>>

    from tests.gui.steps.oneprovider.metadata import *
>   from tests.gui.steps.oneprovider.shares import *

tests/gui/scenarios/test_onezone_harvesters_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(36 more lines...)
RuntimeError: no  item found in modals
request = <FixtureRequest for <Function 'test_user_successfully_leaves_space[1oz_1op_deployed]'>>

    from tests.gui.steps.oneprovider.groups import *
>   from tests.gui.steps.oneprovider.spaces import *

tests/gui/scenarios/test_onezone_spaces_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(30 more lines...)
RuntimeError: no  item found in modals
request = <FixtureRequest for <Function 'test_user_successfully_cancels_leave_space[1oz_1op_deployed]'>>

    from tests.gui.steps.oneprovider_common import *
>   from tests.gui.steps.oneprovider.permissions import *

tests/gui/scenarios/test_onezone_spaces_basic.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(30 more lines...)