Build: #2 failed Manual run by Agnieszka Warchol

Build result summary

Details

Completed
Queue duration
18 minutes
Duration
53 minutes
Labels
None
Revision
eb2edd8ad1830e6f69935e85b42d4316f8063ebc
Total tests
419
Failing since
#1 (Manual run by Agnieszka Warchol)
Fixed in
#47 (Manual run by Agnieszka Warchol)

Tests

Responsible

This build has been failing since #1
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 55
Status Test View job Duration
Collapse Failed test_multiprovider_basic test_user_changes_name_of_space_in_one_provider_and_sees_that_it_was_changed_also_in_other_provider
Chrome multiprovider basic tests 18 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_changes_name_of_space_in_one_provider_and_sees_that_it_was_changed_also_in_other_provider'>>

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

tests/gui/scenarios/test_multiprovider_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_multiprovider_basic test_user_creates_space_in_one_provider_and_sees_that_it_was_created_also_in_other_provider
Chrome multiprovider basic tests 1 min
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_creates_space_in_one_provider_and_sees_that_it_was_created_also_in_other_provider'>>

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

tests/gui/scenarios/test_multiprovider_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_multiprovider_basic test_user_uploads_file_sees_its_distribution_writes_to_it_beyond_the_end_of_file_using_cdmi_and_sees_its_distribution_again
Chrome multiprovider basic tests 1 min
RuntimeError: no "dev-oneprovider-krakow" found in Data distribution modal for "20B-0.txt"
request = <FixtureRequest for <Function 'test_user_uploads_file_sees_its_distribution_writes_to_it_beyond_the_end_of_file_using_cdmi_and_sees_its_distribution_again'>>

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

tests/gui/scenarios/test_multiprovider_basic.py:53: 
(37 more lines...)
Collapse Failed test_multiprovider_basic test_user_leaves_group_in_one_provider_and_sees_that_it_was_leaved_from_also_in_other_provider
Chrome multiprovider basic tests 20 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_leaves_group_in_one_provider_and_sees_that_it_was_leaved_from_also_in_other_provider'>>

>   ???

tests/gui/scenarios/test_multiprovider_basic.py:61: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(51 more lines...)
Collapse Failed test_multiprovider_basic test_user_creates_group_in_one_provider_and_sees_that_it_was_created_also_in_other_provider
Chrome multiprovider basic tests 18 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_creates_group_in_one_provider_and_sees_that_it_was_created_also_in_other_provider'>>

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

tests/gui/scenarios/test_multiprovider_basic.py:53: 
(53 more lines...)
Collapse Failed test_multiprovider_basic test_user_uploads_file_sees_its_size_writes_to_it_using_cdmi_and_sees_that_size_has_grown
Chrome multiprovider basic tests 1 min
RuntimeError: no "dev-oneprovider-krakow" found in Data distribution modal for "20B-0.txt"
request = <FixtureRequest for <Function 'test_user_uploads_file_sees_its_size_writes_to_it_using_cdmi_and_sees_that_size_has_grown'>>

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

tests/gui/scenarios/test_multiprovider_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(36 more lines...)
Collapse Failed test_multiprovider_basic test_user_uploads_file_on_one_provider_sees_its_distribution_writes_to_it_using_cdmi_on_other_provider_and_sees_its_distribution
Chrome multiprovider basic tests 4 mins
RuntimeError: no "dev-oneprovider-krakow" found in Data distribution modal for "20B-0.txt"
request = <FixtureRequest for <Function 'test_user_uploads_file_on_one_provider_sees_its...ribution_writes_to_it_using_cdmi_on_other_provider_and_sees_its_distribution'>>

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

tests/gui/scenarios/test_multiprovider_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(36 more lines...)
Collapse Failed test_multiprovider_basic test_user_uploads_file_on_one_provider_sees_its_distribution_reads_half_of_file_on_other_provider_using_cdmi_and_again_sees_its_distribution
Chrome multiprovider basic tests 4 mins
RuntimeError: no "dev-oneprovider-krakow" found in Data distribution modal for "20B-0.txt"
request = <FixtureRequest for <Function 'test_user_uploads_file_on_one_provider_sees_its...ds_half_of_file_on_other_provider_using_cdmi_and_again_sees_its_distribution'>>

    from tests.gui.steps.modal import *
>   from tests.gui.steps.oneprovider_common import *

tests/gui/scenarios/test_multiprovider_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(36 more lines...)
Collapse Failed test_multiprovider_basic test_user_changes_name_of_group_in_one_provider_and_sees_that_it_was_changed_also_in_other_provider
Chrome multiprovider basic tests 19 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_changes_name_of_group_in_one_provider_and_sees_that_it_was_changed_also_in_other_provider'>>

>   ???

tests/gui/scenarios/test_multiprovider_basic.py:57: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(51 more lines...)
Collapse Failed test_multiprovider_basic test_user_leaves_space_in_one_provider_and_sees_that_it_was_leaved_from_also_in_other_provider
Chrome multiprovider basic tests 19 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_leaves_space_in_one_provider_and_sees_that_it_was_leaved_from_also_in_other_provider'>>

    from tests.gui.steps.modal import *
>   from tests.gui.steps.oneprovider_common import *

tests/gui/scenarios/test_multiprovider_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_multiprovider_multiuser test_user_uploads_file_on_one_provider_sees_its_distribution_downloads_on_other_provider_and_again_sees_its_distribution
Chrome multiprovider multiuser tests 6 mins
RuntimeError: no "dev-oneprovider-krakow" found in Data distribution modal for "20B-0.txt"
request = <FixtureRequest for <Function 'test_user_uploads_file_on_one_provider_sees_its_distribution_downloads_on_other_provider_and_again_sees_its_distribution'>>

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

tests/gui/scenarios/test_multiprovider_multiuser.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(36 more lines...)
Collapse Failed test_onepanel_basic test_revoke_space_support
Chrome onepanel basic tests 20 secs
StepDefinitionNotFoundError: Step definition is not found: Given "user of browser2 seen "onezone" zone name in oz login page". Line 7 in scenario "Revoke space support" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT13-COBT/onedata/tests/gui/features/onepanel/spaces.feature
request = <FixtureRequest for <Function 'test_revoke_space_support'>>

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

tests/gui/scenarios/test_onepanel_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(40 more lines...)
Collapse Failed test_onepanel_basic test_support_space
Chrome onepanel basic tests 22 secs
StepDefinitionNotFoundError: Step definition is not found: Given "user of browser2 seen "onezone" zone name in oz login page". Line 7 in scenario "Support space" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT13-COBT/onedata/tests/gui/features/onepanel/spaces.feature
request = <FixtureRequest for <Function 'test_support_space'>>

    
>   from tests.gui.steps.oneprovider.common import *

tests/gui/scenarios/test_onepanel_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(40 more lines...)
Collapse Failed test_onepanel_basic test_user_uploads_files_on_freshly_supported_space_on_newly_created_storage
Chrome onepanel basic tests 20 secs
StepDefinitionNotFoundError: Step definition is not found: Given "user of browser2 seen "onezone" zone name in oz login page". Line 11 in scenario "User uploads files on freshly supported space on newly created storage" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT13-COBT/onedata/tests/gui/features/onepanel/storages.feature
request = <FixtureRequest for <Function 'test_user_uploads_files_on_freshly_supported_space_on_newly_created_storage'>>

    
>   from tests.gui.steps.oneprovider.common import *

tests/gui/scenarios/test_onepanel_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(40 more lines...)
Collapse Failed test_onepanel_basic test_user_changes_provider_name_and_domain
Chrome onepanel basic tests 1 min
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_changes_provider_name_and_domain'>>

    
>   from tests.gui.steps.oneprovider.common import *

tests/gui/scenarios/test_onepanel_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onepanel_basic test_user_deregisters_provider_registers_it_again_and_sees_that_provider_is_working
Chrome onepanel basic tests 1 min
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_deregisters_provider_registers_it_again_and_sees_that_provider_is_working'>>

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

tests/gui/scenarios/test_onepanel_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_oneprovider_data_tab test_user_uploads_file_and_checks_if_provider_name_is_displayed_in_the_data_distribution_panel
Chrome oneprovider data tab tests 1 min
RuntimeError: no "dev-oneprovider-krakow" found in Data distribution modal for "20B-0.txt"
request = <FixtureRequest for <Function 'test_user_uploads_file_and_checks_if_provider_name_is_displayed_in_the_data_distribution_panel'>>

    @scenario('User uploads files and sees their ordering (uploads a bunch of files at once)')
>   def test_user_uploads_files_and_sees_their_ordering():

tests/gui/scenarios/test_oneprovider_data_tab.py:89: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(36 more lines...)
Collapse Failed test_oneprovider_spaces test_switching_between_spaces
Chrome oneprovider spaces 16 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_switching_between_spaces'>>

    
>   scenarios('../features/oneprovider/spaces/creation.feature')

tests/gui/scenarios/test_oneprovider_spaces.py:57: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_oneprovider_spaces test_check_if_invite_group_token_box_is_not_empty
Chrome oneprovider spaces 16 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_check_if_invite_group_token_box_is_not_empty'>>

>   ???

tests/gui/scenarios/test_oneprovider_spaces.py:61: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(51 more lines...)
Collapse Failed test_oneprovider_spaces test_user_successfully_renames_space_presses_enter_after_entering_space_name
Chrome oneprovider spaces 16 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_successfully_renames_space_presses_enter_after_entering_space_name'>>

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

tests/gui/scenarios/test_oneprovider_spaces.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_oneprovider_spaces test_user_fails_to_join_to_space_because_of_using_invalid_token_presses_enter_after_entering_token
Chrome oneprovider spaces 16 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_fails_to_join_to_space_because_of_using_invalid_token_presses_enter_after_entering_token'>>

    from tests.gui.steps.oneprovider_common import *
>   from tests.gui.meta_steps.onezone.common import *

tests/gui/scenarios/test_oneprovider_spaces.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_oneprovider_spaces test_user_fails_to_join_to_space_because_of_using_invalid_token_clicks_join_confirmation_button_after_entering_token
Chrome oneprovider spaces 16 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_fails_to_join_to_space_because_of_using_invalid_token_clicks_join_confirmation_button_after_entering_token'>>

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

tests/gui/scenarios/test_oneprovider_spaces.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_oneprovider_spaces test_check_if_get_support_token_box_is_not_empty
Chrome oneprovider spaces 16 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_check_if_get_support_token_box_is_not_empty'>>

>   ???

tests/gui/scenarios/test_oneprovider_spaces.py:65: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(51 more lines...)
Collapse Failed test_oneprovider_spaces test_user_leaves_given_space
Chrome oneprovider spaces 17 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_leaves_given_space'>>

>   ???

tests/gui/scenarios/test_oneprovider_spaces.py:73: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(51 more lines...)
Collapse Failed test_oneprovider_spaces test_user_successfully_renames_space_clicks_ok_confirmation_button_after_entering_space_name
Chrome oneprovider spaces 16 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_user_successfully_renames_space_clicks_ok_confirmation_button_after_entering_space_name'>>

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

tests/gui/scenarios/test_oneprovider_spaces.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(52 more lines...)
Collapse Failed test_oneprovider_spaces test_set_given_space_as_home
Chrome oneprovider spaces 16 secs
HTTPNotFound: [404] Not Found: {"error_description":"The space could not be found.","error":"space_not_found"}
request = <FixtureRequest for <Function 'test_set_given_space_as_home'>>

>   ???

tests/gui/scenarios/test_oneprovider_spaces.py:69: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(51 more lines...)
Collapse Failed test_onezone_basic test_user_successfully_copies_access_token
Chrome onezone basic tests 43 secs
RuntimeError: no "access tokens" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_copies_access_token'>>

>   ???

tests/gui/scenarios/test_onezone_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_his_alias_remains_unchanged_after_resigning_from_renaming_it_clicks_cancel_button_after_entering_alias
Chrome onezone basic tests 44 secs
RuntimeError: no "user alias" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_his_alias_remains_unchanged_after_resigning_from_renaming_it_clicks_cancel_button_after_entering_alias'>>

>   ???

tests/gui/scenarios/test_onezone_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_home_space_of_provider_should_have_cloud_with_home_icon
Chrome onezone basic tests 50 secs
RuntimeError: no "go to your files" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_home_space_of_provider_should_have_cloud_with_home_icon'>>

>   ???

tests/gui/scenarios/test_onezone_basic.py:69: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onezone_basic test_user_can_go_to_oneprovider_by_clicking_on_go_to_your_files_in_providers_popup
Chrome onezone basic tests 46 secs
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_can_go_to_oneprovider_by_clicking_on_go_to_your_files_in_providers_popup'>>

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

tests/gui/scenarios/test_onezone_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_basic test_user_successfully_creates_access_token
Chrome onezone basic tests 43 secs
RuntimeError: no "access tokens" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_creates_access_token'>>

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

tests/gui/scenarios/test_onezone_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_basic test_user_successfully_changes_his_alias_presses_enter_after_entering_text
Chrome onezone basic tests 53 secs
RuntimeError: no "user alias" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_changes_his_alias_presses_enter_after_entering_text'>>

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

tests/gui/scenarios/test_onezone_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_if_space_is_displayed_in_provider_submenu_in_go_to_your_files_panel_that_provider_is_also_displayed_in_submenu_of_that_space_in_data_space_management_panel
Chrome onezone basic tests 49 secs
RuntimeError: no "go to your files" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_if_space_is_displayed_in_pr...er_is_also_displayed_in_submenu_of_that_space_in_data_space_management_panel'>>

    scenarios('../features/onezone/access_tokens.feature')
>   scenarios('../features/onezone/login_page.feature')

tests/gui/scenarios/test_onezone_basic.py:65: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_basic test_user_successfully_logout
Chrome onezone basic tests 27 secs
RuntimeError: no "manage account" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_logout'>>

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

tests/gui/scenarios/test_onezone_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(40 more lines...)
Collapse Failed test_onezone_basic test_user_successfully_changes_his_alias_clicks_on_confirm_button_after_entering_text
Chrome onezone basic tests 51 secs
RuntimeError: no "user alias" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_changes_his_alias_clicks_on_confirm_button_after_entering_text'>>

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

tests/gui/scenarios/test_onezone_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_provider_popup_can_be_closed_with_clicking_the_same_or_other_provider_circle
Chrome onezone basic tests 24 secs
RuntimeError: no "world map" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_provider_popup_can_be_closed_with_clicking_the_same_or_other_provider_circle'>>

    def screens():
>       return [0]

tests/gui/scenarios/test_onezone_basic.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(40 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_after_unsupporting_space_number_displayed_in_space_counter_for_given_provider_decreases
Chrome onezone basic tests 52 secs
RuntimeError: no "go to your files" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_after_unsupporting_space_number_displayed_in_space_counter_for_given_provider_decreases'>>

>   ???

tests/gui/scenarios/test_onezone_basic.py:73: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(41 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_after_clicking_on_providers_circle_on_world_map_providers_popup_appears
Chrome onezone basic tests 24 secs
RuntimeError: no "world map" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_after_clicking_on_providers_circle_on_world_map_providers_popup_appears'>>

>   ???

tests/gui/scenarios/test_onezone_basic.py:49: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(39 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_provider_popup_can_be_closed_with_clicking_on_map
Chrome onezone basic tests 23 secs
RuntimeError: no "world map" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_provider_popup_can_be_closed_with_clicking_on_map'>>

    @pytest.mark.skip('it collides with deregister provider test, '
>                     'so skip it on getting started for now)')
    @scenario('../features/onezone/providers.feature',
              'User sees that when no provider is working appropriate msg is shown')
    def test_user_sees_that_when_no_provider_is_working_appropriate_msg_is_shown():
(43 more lines...)
Collapse Failed test_onezone_basic test_user_opens_provider_popup_by_clicking_on_supporting_provider_in_spaces_submenu
Chrome onezone basic tests 1 min
RuntimeError: no "data space management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_opens_provider_popup_by_clicking_on_supporting_provider_in_spaces_submenu'>>

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

tests/gui/scenarios/test_onezone_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_basic test_onezone_login_page_renders_with_proper_title
Chrome onezone basic tests 16 secs
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2013' in position 12: ordinal not in range(128)
request = <FixtureRequest for <Function 'test_onezone_login_page_renders_with_proper_title'>>

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

tests/gui/scenarios/test_onezone_basic.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(25 more lines...)
Collapse Failed test_onezone_basic test_user_successfully_removes_access_token
Chrome onezone basic tests 43 secs
RuntimeError: no "access tokens" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_removes_access_token'>>

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

tests/gui/scenarios/test_onezone_basic.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_basic test_user_sees_that_spaces_list_in_provider_popup_and_provider_record_in_go_to_your_files_matches
Chrome onezone basic tests 46 secs
RuntimeError: no "go to your files" on Onezone page found
request = <FixtureRequest for <Function 'test_user_sees_that_spaces_list_in_provider_popup_and_provider_record_in_go_to_your_files_matches'>>

    def test_user_sees_that_when_no_provider_is_working_appropriate_msg_is_shown():
>       pass

tests/gui/scenarios/test_onezone_basic.py:61: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(42 more lines...)
Collapse Failed test_onezone_spaces_multiuser test_user_successfully_joins_space_from_onezone_gui_level_presses_enter_after_entering_token
Chrome onezone spaces multiuser tests 1 min
RuntimeError: no "go to your files" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_joins_space_from_onezone_gui_level_presses_enter_after_entering_token'>>

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

tests/gui/scenarios/test_onezone_spaces_multiuser.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(64 more lines...)
Collapse Failed test_onezone_spaces_multiuser test_user_has_access_to_space_via_group_membership
Chrome onezone spaces multiuser tests 1 min
RuntimeError: no "group management" on Onezone page found
request = <FixtureRequest for <Function 'test_user_has_access_to_space_via_group_membership'>>

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

tests/gui/scenarios/test_onezone_spaces_multiuser.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(36 more lines...)
Collapse Failed test_onezone_spaces_multiuser test_user_successfully_joins_space_from_onezone_gui_level_clicks_join_confirmation_button_after_entering_token
Chrome onezone spaces multiuser tests 1 min
RuntimeError: no "go to your files" on Onezone page found
request = <FixtureRequest for <Function 'test_user_successfully_joins_space_from_onezone_gui_level_clicks_join_confirmation_button_after_entering_token'>>

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

tests/gui/scenarios/test_onezone_spaces_multiuser.py:45: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
(64 more lines...)
Collapse Failed test_shares_basic test_user_can_remove_directory_which_contains_shared_directory
Chrome shares basic tests 2 mins
RuntimeError: no SIDEBAR item found in SharesContentPage in Oneprovider page
request = <FixtureRequest for <Function 'test_user_can_remove_directory_which_contains_shared_directory'>>

>   ???

tests/gui/scenarios/test_shares_basic.py:97: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:195: in _execute_scenario
(32 more lines...)
Collapse Failed test_storage_sync test_user_supports_space_with_storage_sync_and_enabled_options_mount_in_root
Chrome storage sync tests 1 min
StepDefinitionNotFoundError: Step definition is not found: Given "user of browser2 seen "onezone" zone name in oz login page". Line 10 in scenario "User supports space with storage sync and enabled options: Mount in root" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT13-CSST/onedata/tests/gui/features/onepanel/storage_sync.feature
request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_enabled_options_mount_in_root'>>

>   ???

tests/gui/scenarios/test_storage_sync.py:41: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:163: in _execute_scenario
(39 more lines...)
Collapse Failed test_storage_sync test_user_supports_space_with_storage_sync_and_enabled_options_delete_and_write_once
Chrome storage sync tests 21 secs
StepDefinitionNotFoundError: Step definition is not found: Given "user of browser2 seen "onezone" zone name in oz login page". Line 10 in scenario "User supports space with storage sync and enabled options: Delete and Write once" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT13-CSST/onedata/tests/gui/features/onepanel/storage_sync.feature
request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_enabled_options_delete_and_write_once'>>

>   ???

tests/gui/scenarios/test_storage_sync.py:57: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:163: in _execute_scenario
(39 more lines...)
Collapse Failed test_storage_sync test_user_supports_space_with_storage_sync_and_enabled_options_write_once
Chrome storage sync tests 21 secs
StepDefinitionNotFoundError: Step definition is not found: Given "user of browser2 seen "onezone" zone name in oz login page". Line 10 in scenario "User supports space with storage sync and enabled options: Write once" in the feature "/mnt/storage/bamboo-agent-home/xml-data/build-dir/ODSRV-GAPT13-CSST/onedata/tests/gui/features/onepanel/storage_sync.feature
request = <FixtureRequest for <Function 'test_user_supports_space_with_storage_sync_and_enabled_options_write_once'>>

>   ???

tests/gui/scenarios/test_storage_sync.py:53: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/local/lib/python2.7/dist-packages/pytest_bdd/scenario.py:163: in _execute_scenario
(39 more lines...)

Jira issues

IssueDescriptionStatus
2 more issues…
Unknown Issue TypeVFS-4029Could not obtain issue details from Jira
Unknown Issue TypeVFS-4463Could not obtain issue details from Jira
Unknown Issue TypeVFS-4649Could not obtain issue details from Jira
Unknown Issue TypeVFS-4682Could not obtain issue details from Jira
Unknown Issue TypeVFS-4716Could not obtain issue details from Jira