-
Notifications
You must be signed in to change notification settings - Fork 187
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]Backport search folder by tag in project space #6996
[tests-only][full-ci]Backport search folder by tag in project space #6996
Conversation
| spaces | | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like this doesn't work for spaces in stable
Examples:
| dav-path-version |
| old |
| new |
| spaces |
Failed step: And the search result of user "Alice" should contain only these files:
The number of elements in the response doesn't matches with expected number of elements
Failed asserting that 0 matches expected 2.
| spaces | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok I will keep the tag @skipOnStable3.0
on spaces
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nabim777 does it not work in stable-3.0 or what? it seems to be passing in master isn't it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I think it works for master. I think in this case we can just remove the stable
option from the example if it's not supposed to work for stable instead of skipping the whole scenario, but is it supposed to not work for stable? cc @saw-jan
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was same issue in master also later by adding remote.php
in spaces dav endpoint that works fine and passes. But in stable
after adding the remote.php
it gives 405
status
@nabim777 does it not work in stable-3.0 or what? it seems to be passing in master isn't it?
b94b778
to
7f1e40e
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information The version of Java (11.0.17) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
@skipOnStable3.0 | ||
Examples: | ||
| dav-path-version | | ||
| spaces | | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that this exact change should be made in master as well otherwise, there will be conflict while merging the stable to master. We want as minimal conflicts as possible
@nabim777 please make sure to forward-port the small example-table changes to master. |
…in-Project-space [tests-only][full-ci]Backport search folder by tag in project space
…in-Project-space [tests-only][full-ci]Backport search folder by tag in project space
…in-Project-space [tests-only][full-ci]Backport search folder by tag in project space
…in-Project-space [tests-only][full-ci]Backport search folder by tag in project space
…in-Project-space [tests-only][full-ci]Backport search folder by tag in project space
…in-Project-space [tests-only][full-ci]Backport search folder by tag in project space
…in-Project-space [tests-only][full-ci]Backport search folder by tag in project space
This PR is Backport of master PR #6968