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

A Bunch of shareWithGroups tests failed nightly #6877

Closed
saw-jan opened this issue May 5, 2022 · 4 comments
Closed

A Bunch of shareWithGroups tests failed nightly #6877

saw-jan opened this issue May 5, 2022 · 4 comments
Labels

Comments

@saw-jan
Copy link
Member

saw-jan commented May 5, 2022

build: https://drone.owncloud.com/owncloud/web/25313/58/15

Failed tests:

- webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:99
- webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:81
- webUISharingInternalGroups/shareWithGroups.feature:138
- webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:63
- webUISharingInternalGroups/shareWithGroups.feature:244
- webUISharingInternalGroups/shareWithGroups.feature:19
- webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:45
- webUISharingInternalGroupsEdgeCases/shareWithGroupsEdgeCases.feature:42
- webUISharingInternalGroups/shareWithGroups.feature:100

All failed on the same step.


  Scenario: share a folder with multiple collaborators and check collaborator list order # features/webUISharingInternalGroups/shareWithGroups.feature:19
- Connecting to selenium on port 4444...

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

    Given the setting "shareapi_auto_accept_share" of app "core" has been set to "no" in the server
    And the administrator has set the default folder for received shares to "Shares" in the server
    And these users have been created with default attributes and without skeleton files in the server:
      │ username │
      │ Alice    │
      │ Brian    │
      │ Carol    │
    ✖ failed
      Error: Error: HTTP Request Failed: Failed while creating user, Status: 401 undefined
          at Object.checkStatus (/usr/src/app/src/helpers/httpHelper.js:44:11)
          at /usr/src/app/src/helpers/graphHelper.js:27:33
          at processTicksAndRejections (node:internal/process/task_queues:96:5)
          at async Promise.all (index 1)
          at async /usr/src/app/src/app.js:61:7
          at /var/www/owncloud/web/tests/acceptance/stepDefinitions/middlewareContext.js:38:15
          at processTicksAndRejections (internal/process/task_queues.js:95:5)
    And group "grp1" has been created in the server
    - skipped
    And user "Alice" has been added to group "grp1" in the server
    - skipped
    And user "Brian" has been added to group "grp1" in the server
    - skipped
    Given group "grp11" has been created in the server
    - skipped
    And user "Carol" has created folder "simple-folder" in the server
    - skipped
    And user "Carol" has logged in using the webUI
    - skipped
    When the user shares folder "simple-folder" with group "grp11" as "Viewer" using the webUI
    - skipped
    And the user shares folder "simple-folder" with user "Brian Murphy" as "Viewer" using the webUI
    - skipped
    And the user shares folder "simple-folder" with group "grp1" as "Viewer" using the webUI
    - skipped
    And the user shares folder "simple-folder" with user "Alice Hansen" as "Viewer" using the webUI
    - skipped
    Then the current collaborators list should have order "Alice Hansen,Brian Murphy,grp1,grp11"
    - skipped

Might be helpful: https://github.com/owncloud/ocis/pull/3680/files

@saw-jan
Copy link
Member Author

saw-jan commented May 5, 2022

Will be resolved by #6876

@individual-it
Copy link
Member

#6876 is merged, can we close this?

CC @kulmann

@saw-jan
Copy link
Member Author

saw-jan commented May 5, 2022

Haven't seen any fails till now. Should be fine to close this

@phil-davis
Copy link
Contributor

Closing - we can easily open it again if we see these failing tonight.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants