GUI acceptance tests using environment deployed from packages.

Build: #2762 failed Child of ODSRV-OZP-1977

Stages & jobs

  1. Qnthack - copy quarantine

  2. Acceptance Test

  3. Qnthack - rerun

Build result summary

Details

Completed
Queue duration
57 seconds
Duration
138 minutes
Labels
None
Revision
56833201ae382c7f8593eb49b83276b946e2ea78
Total tests
845
Failing since
#2754 (Child of ODSRV-OPRPM-2458)
Fixed in
#2797 (Child of ODSRV-OZP-1994)

Responsible

  • Agnieszka Warchol Agnieszka Warchol Automatically assigned

Code commits

Author Commit Message Commit date
Jakub Liput Jakub Liput 56833201ae382c7f8593eb49b83276b946e2ea78 Merge pull request #748 in VFS/onedata-acceptance from feature/VFS-11607-gui-update-develop to develop
* commit 'c04f455c7b9fdf661f2d908053534087ddf4c2ab':
  VFS-11607 Resolve PR tasks 2.
  VFS-11607 Resolve PR tasks.
  VFS-11607 fix tests
  VFS-11607 add scroll to element in member acl permissions
  VFS-11752 fix tests after acl ux changes
Agnieszka Warchol Agnieszka Warchol 07c08cde58a92fd43f076d0af41cad8fc6f323bb Merge pull request #745 in VFS/onedata-acceptance from feature/VFS-11747-acc-test-checking-replication-column-in-fb to develop
* commit 'e2003dd3ea2c9938746bb8d6c2bc5f148c83b672':
  VFS-11747 renamed func, step
  VFS-11747 added checking replication column test
  VFS-11747 added replication rate
Wojciech Szmelich Wojciech Szmelich e2003dd3ea2c9938746bb8d6c2bc5f148c83b672 Merge branch 'develop' of ssh://git.onedata.org:7999/vfs/onedata-acceptance into feature/VFS-11747-acc-test-checking-replication-column-in-fb
Katarzyna Such Katarzyna Such c04f455c7b9fdf661f2d908053534087ddf4c2ab VFS-11607 Resolve PR tasks 2.
Katarzyna Such Katarzyna Such 1b81d4e12fa3ee31be661a375cad9ad2d66052b1 Merge remote-tracking branch 'origin/feature/VFS-11607-gui-update-develop' into feature/VFS-11607-gui-update-develop

Tests

New test failures 5
Status Test View job Duration
Collapse Failed test_oneprovider_acl_dir_privileges_change_and_upload test_change_directory_acl[1oz_1op_deployed-group-group1-fails-all except [acl:change acl]]
Oneprovider ACL directories privileges change and upload 2 mins
Exception: Change ACL is not disabled and user can change ACL option which is not expected
request = <FixtureRequest for <Function 'test_change_directory_acl[1oz_1op_deployed-group-group1-fails-all except [acl:change acl]]'>>

    @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: 
(36 more lines...)
Collapse Failed test_oneprovider_acl_dir_privileges_change_and_upload test_change_directory_acl[1oz_1op_deployed-user-user1-fails-all except [acl:change acl]]
Oneprovider ACL directories privileges change and upload 2 mins
Exception: Change ACL is not disabled and user can change ACL option which is not expected
request = <FixtureRequest for <Function 'test_change_directory_acl[1oz_1op_deployed-user-user1-fails-all except [acl:change acl]]'>>

    @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: 
(36 more lines...)
Collapse Failed test_oneprovider_acl_subjects test_user_sets_excluding_acl_records_for_group_and_parent_group_in_specified_order[1oz_1op_deployed-[deny, general:delete]-[general:delete]-fails]
Oneprovider ACL subjects 3 mins
RuntimeError: no  item found in modals
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="b4a1626d4db107b57788f49db3ee9cd8")>
css_sel = '.question-modal', err_msg = 'no  item found in modals'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
>           item = web_elem_root.find_element_by_css_selector(css_sel)
(279 more lines...)
Collapse Failed test_oneprovider_acl_subjects test_user_sets_excluding_acl_records_for_group_and_parent_group_in_specified_order[1oz_1op_deployed-[general:delete]-[deny, general:delete]-succeeds]
Oneprovider ACL subjects 3 mins
RuntimeError: no  item found in modals
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="ae77bee5d30e582d4ac1fc9014b23460")>
css_sel = '.question-modal', err_msg = 'no  item found in modals'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
>           item = web_elem_root.find_element_by_css_selector(css_sel)
(279 more lines...)
Collapse Failed test_oneprovider_hardlinks test_user_sees_change_of_hardlink_acl_permission_after_first_hardlink_permissions_change[1oz_1op_deployed]
Oneprovider hardlinks 2 mins
RuntimeError: no  item found in modals
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="3179496547377950d473ac33934252d3")>
css_sel = '.question-modal', err_msg = 'no  item found in modals'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
>           item = web_elem_root.find_element_by_css_selector(css_sel)
(279 more lines...)
Existing test failures 5
Status Test Failing since View job Duration
AssertionError: Actual "Task in ParallelBox in WorkflowLane in WorkflowVisualiser in WorkflowExecutionPage in Oneprovider page" status: "Finished" does not match expected: "Active"
request = <FixtureRequest for <Function 'test_user_resume_workflow_execution_after_pausing_execution_of_created_workflow_while_lane_had_preparing_status[1oz_1op_openfaas]'>>

    @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: 
(27 more lines...)
RuntimeError: no  item found in modals
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="5dc8761f2abf2bb05a3f79d128231b00")>
css_sel = '.alert-global.modal.in .modal-dialog'
err_msg = 'no  item found in modals'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(277 more lines...)
RuntimeError: no  item found in modals
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="8ce08493339725c94adce7b828861748")>
css_sel = '.alert-global.modal.in .modal-dialog'
err_msg = 'no  item found in modals'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(281 more lines...)
RuntimeError: cannot click on button btn in Consumer caveat popup
request = <FixtureRequest for <Function 'test_user_successfully_creates_access_token_with_all_caveats[1oz_2op_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: 
(55 more lines...)
RuntimeError: no  item found in modals
web_elem_root = <selenium.webdriver.chrome.webdriver.WebDriver (session="3ada498e3e4c8f4646faf923fdb0dc82")>
css_sel = '.alert-global.modal.in .modal-dialog'
err_msg = 'no  item found in modals'

    def find_web_elem(web_elem_root, css_sel, err_msg):
        try:
            _scroll_to_css_sel(web_elem_root, css_sel)
(281 more lines...)

Jira issues

IssueDescriptionStatus
Unknown Issue TypeVFS-11607Could not obtain issue details from Jira
Unknown Issue TypeVFS-11747Could not obtain issue details from Jira
Unknown Issue TypeVFS-11752Could not obtain issue details from Jira