-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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] Acceptance test changes pending for master #39514
Conversation
💥 Acceptance tests pipeline apiShareManagementBasicToShares-mariadb10.2-php7.4 failed. The build has been cancelled. |
https://drone.owncloud.com/owncloud/core/33785/66/1 There are problems accessing GitHub. That has been happening all weekend in some nightly CI. I am not in a hurry to run CI in this PR. |
💥 Acceptance tests pipeline apiProvisioningGroups-v1-mariadb10.2-php7.4 failed. The build has been cancelled. |
💥 Acceptance tests pipeline apiProvisioningGroups-v2-mariadb10.2-php7.4 failed. The build has been cancelled. |
451c120
to
2987544
Compare
[tests-only] Add spaces as a new WebDAV url type
Kudos, SonarCloud Quality Gate passed! |
See #39612 for the rebased code being merged to master. After that happens, and the commit branch and id are updated in oCIS and reva then we can close this draft PR. |
Merge to master in #39612 I will close this PR but leave the branch here, because it is currently referenced by oCIS and reva CI. |
Description
Currently we are in the core 10.9.0 release process. There is a
release-10.9.0
branch and there will be some behavior and test changes that will be done in that branch during the process. So we don't want to make unnecessary test core changes in core master for now. That might cause conflicts with the release branch.We will add commits here for test code changes that will be useful to run for
owncloud/ocis
andcs3org/reva
. After 10.9.0 release is stable we can decide when to merge this test branch to core master.Improve checks in tests for disabling a user - related to issues no enable/disable user provisioning API endpoint ocis#1420 and Improve Then steps in API acceptance tests #39512 - this provides extra checks in test scenarios that will help the oCIS test suite to fail for the right reason on these test scenarios.
Reduce use of "download range" in acceptance tests - part of Reduce use of "with range" in acceptance tests #39513
Fix SetupHelper runOcc to use strings only in exception messages
Add tests to demonstrate group names with leading and trailing spaces
Adjust group tests for issue Creating a group with space at end does not work #39533
Refactor getGroups tests to not depend on the starting groups - this removes the need to list the pre-existing groups in a system-under-test.
Fix missing HTTP status code in createPublicLinkShare test scenarios
Use when step for the test scenario with only Then. (small refactoring of
webUIAdminSettings/adminGeneralSettings.feature
)Fixed order dependent flaky test detected in files_classifier app (cherry-picked from PR [tests-only]Fixed flaky test detected in files_classifiers #39548 )
add tests for db-convert occ command (cherry-picked and squashed from PR [full-ci][tests-only] Add tests for db-convert occ command #39393 )
Do not allow white space at the start or end of a group name (cherry-picked and squashed from PR Do not allow white space at the start or end of a group name #39540 ) Having this here will allow the API tests to run in oCIS, and group name validation rules can be corrected there as needed.
Add bug demonstration test for sending PUT request to other user's webdav endpoint
refactor test helpers and contexts for parallel deployment tests (code from [full-ci][tests-only] Refactor test codes for parallel deployment tests #39603 )
skipOnEncryption dbConversion.feature as it needs special CI setup - skips the dbConversion scenario, because that is a very special scenario that requires starting with sqlite installed.
added tests for files_external occ command - cherry-picked from PR [tests-only] [full-ci]tests for occ command
files_external
#3951116-17) Add spaces as a new webdav url type - merged from #39599
How Has This Been Tested?
CI
Types of changes
Checklist: