-
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
Adapted integration tests for stable8.2 #25456
Conversation
@SergioBertolinSG, thanks for your PR! By analyzing the annotation information on this pull request, we identified @DeepDiver1975, @MorrisJobke and @rullzer to be potential reviewers |
Favorites scenarios 24 and 33 failing because |
provisioning-v1.feature:73, provisioning-v1.feature:141 and provisioning-v1.feature:258 fails because special characters are being rejected as invalid data. Bug which was fixed but never backported, this one was the fix #20961. |
provisioning-v1.feature:160 fails because subadmins can't get users before 9.0. Test removed as it is a new functionality in 9.0. |
Removed tests about enabling or disabling users, that functionality started in 9.1. |
Weird things which work in master and not in 8.2: This field in stable8.2 needs to be EDIT: OK understood the file_target confusion, setupFS in 8.2 was executed with every api call while in >9.0 it runs later. So the rename doesn't happens inmediately. |
Still failing cases at this point about sharing: Scenario: Check quota of owners parent directory of a shared file Scenario: Don't allow sharing of the root These couple are failing beacuse the final assertion is not matching, not sure if bug or test problem. |
I think this is an old bug that was fixed only in 9.1 and 9.0 and not backported. See #25138. You can remove that test. |
Scenario: Check quota of owners parent directory of a shared file |
…h doesn't work on 8.2
…requires to check the parent id instead of the actual share id
2e47b84
to
68ce236
Compare
Remaining: |
Looks like you also need to remove the test about special chars. Let's move that test to your other PR that fixes it. |
OK |
One last failure:
|
👍 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Removed several contexts and scenarios which doesn't apply to 8.2.
Currently several tests fail. This is because some tests needs to be adjusting, but maybe other failures are showing bugs. I'll continue modifying the tests.