Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tests-only] [full-ci] Bump CORE_COMMITID for tests #3774

Merged
merged 1 commit into from
May 12, 2022

Conversation

phil-davis
Copy link
Contributor

Description

Related Issue

owncloud/QA#739

How Has This Been Tested?

CI

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

@phil-davis phil-davis changed the title Bump CORE_COMMITID for tests [tests-only] [full-ci] Bump CORE_COMMITID for tests May 12, 2022
@phil-davis phil-davis force-pushed the bump-commit-id-20220512 branch from 11553bc to 78edd86 Compare May 12, 2022 05:28
@phil-davis
Copy link
Contributor Author

phil-davis commented May 12, 2022

https://drone.owncloud.com/owncloud/ocis/11757/49/9

runsh: Total unexpected failed scenarios throughout the test run:
webUICreateFilesFolders/createFile.feature:31
  Scenario: redirect to subfolder after closing the text editor # features/webUICreateFilesFolders/createFile.feature:31
- Connecting to selenium on port 4444...

ℹ Connected to selenium on port 4444 (240ms).
  Using: chrome (94.0.4606.61) on Linux platform.

    Given user "Alice" has been created with default attributes and without skeleton files in the server
    And user "Alice" has created file "/lorem.txt" in the server
    And user "Alice" has logged in using the webUI
√ Element <input[autocomplete="kopano-account username"]> was visible after 687 milliseconds.
√ Element <input[autocomplete="kopano-account username"]> was not present after 139 milliseconds.
√ Element <#files-view> was visible after 454 milliseconds.
    And the user has browsed to the personal page
√ Element <//nav[@id="files-breadcrumb"]//*[(self::a or self::button)]/span[contains(text(),'Personal')]> was visible after 93 milliseconds.
    Given user "Alice" has created folder "parent-folder" in the server
    When the user reloads the current page of the webUI
    And the user opens folder "parent-folder" using the webUI
√ Element <//span[contains(@class, "oc-resource-name") and (@data-test-resource-name='parent-folder' or @data-test-resource-path='/parent-folder')]/ancestor::tr[contains(@class, "oc-tbody-tr")]> was visible after 27 milliseconds.
√ Element <//*[self::table[contains(@class, "files-table")] or self::div[contains(@class, "files-empty")] or self::div[contains(@class, "files-not-found")]]> was visible after 93 milliseconds.
    Then there should be no resources listed on the webUI
√ Element <.files-empty> was visible after 18 milliseconds.
    When the user creates a markdown file with the name "sample.md" using the webUI
√ Element <#new-file-menu-btn:enabled> was visible after 21 milliseconds.
√ Element <#new-file-menu-drop .new-file-btn-md> was visible after 34 milliseconds.
√ Element <.oc-modal> was visible after 24 milliseconds.
√ Element <.oc-modal> was not present after 8 milliseconds.
    And the user closes the text editor using the webUI
√ Element <#text-editor-controls-close> was visible after 22 milliseconds.
    Then breadcrumb for folder "parent-folder" should be displayed on the webUI
 Error while running .isElementDisplayed() protocol action: The command failed because the referenced element is no longer attached to the DOM. – stale element reference: element i...

 Error while running .isElementDisplayed() protocol action: The command failed because the referenced element is no longer attached to the DOM. – stale element reference: element i...

 Error while running .isElementDisplayed() protocol action: The command failed because the referenced element is no longer attached to the DOM. – stale element reference: element i...
...
    ✖ failed
      timeout error
      TimeoutError: timeout error
          at PeriodicPromise.getError (/srv/app/web/tests/acceptance/node_modules/nightwatch/lib/utils/periodic-promise.js:161:12)
          at PeriodicPromise.perform (/srv/app/web/tests/acceptance/node_modules/nightwatch/lib/utils/periodic-promise.js:111:16)
          at runMicrotasks (<anonymous>)
          at processTicksAndRejections (internal/process/task_queues.js:95:5)
    And file "sample.md" should be listed on the webUI
    - skipped

Investigating in issue owncloud/web#6949 - probably just needs a web commit id bump in oCIS. Unrelated to this PR.

@owncloud owncloud deleted a comment from update-docs bot May 12, 2022
@phil-davis phil-davis force-pushed the bump-commit-id-20220512 branch from 78edd86 to 92ff5fc Compare May 12, 2022 06:32
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@phil-davis phil-davis marked this pull request as ready for review May 12, 2022 07:03
@phil-davis phil-davis self-assigned this May 12, 2022
@phil-davis phil-davis merged commit ec2591e into master May 12, 2022
@delete-merged-branch delete-merged-branch bot deleted the bump-commit-id-20220512 branch May 12, 2022 07:39
ownclouders pushed a commit that referenced this pull request May 12, 2022
Merge: 385b305 92ff5fc
Author: Phil Davis <phil@jankaritech.com>
Date:   Thu May 12 13:24:52 2022 +0545

    Merge pull request #3774 from owncloud/bump-commit-id-20220512

    [tests-only] [full-ci] Bump CORE_COMMITID for tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants