-
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 #39612
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 tasks
Kudos, SonarCloud Quality Gate passed! |
phil-davis
requested review from
individual-it,
dpakach,
kiranparajuli589,
saw-jan and
SwikritiT
December 22, 2021 02:18
individual-it
approved these changes
Dec 22, 2021
delete-merged-branch
bot
deleted the
acceptance-test-changes-waiting-2021-12
branch
December 22, 2021 04:13
11 tasks
This was referenced Dec 22, 2021
This was referenced Dec 31, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
These are the pending acceptance test changes that have been accumulated in PR #39514 waiting for
release-10.9.0
to be merged. This PR is to the new tip ofmaster
. Each commit has already been reviewed in the original PR and the code has been cherry-picked here - hopefully it is easy to review!Now these test changes are ready to merge:
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
#39511Add spaces as a new webdav url type - merged from [tests-only] Add spaces as a new WebDAV url type #39599
Add extra checks to getPersonalSpaceIdForUser - to better report when a space can't be found
How Has This Been Tested?
CI
Types of changes
Checklist: