-
Notifications
You must be signed in to change notification settings - Fork 184
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] check same name resources shared by different users #8630
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
34 tasks
SagarGi
force-pushed
the
api-tests/suffix-inconsistent
branch
2 times, most recently
from
March 13, 2024 07:09
037b756
to
2fcc089
Compare
This test fail will be resolved by this fix PRs #8543 cs3org/reva#4546. until then it is blocked. |
SagarGi
force-pushed
the
api-tests/suffix-inconsistent
branch
from
March 19, 2024 03:45
2fcc089
to
298a3c2
Compare
SagarGi
requested review from
saw-jan,
grgprarup,
amrita-shrestha,
nabim777,
PrajwolAmatya,
nirajacharya2 and
ScharfViktor
March 19, 2024 03:47
saw-jan
changed the title
[tests-only][full-ci]list resources and check resource name with same name shared from dif…
[tests-only][full-ci] check same name resources shared by different users
Mar 19, 2024
saw-jan
reviewed
Mar 19, 2024
…ferent users Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>
SagarGi
force-pushed
the
api-tests/suffix-inconsistent
branch
from
March 20, 2024 06:21
298a3c2
to
d295940
Compare
nabim777
reviewed
Mar 20, 2024
nabim777
reviewed
Mar 20, 2024
nabim777
reviewed
Mar 20, 2024
nabim777
reviewed
Mar 20, 2024
nabim777
reviewed
Mar 20, 2024
nabim777
reviewed
Mar 20, 2024
saw-jan
reviewed
Mar 20, 2024
nabim777
reviewed
Mar 20, 2024
nabim777
reviewed
Mar 20, 2024
nabim777
reviewed
Mar 20, 2024
nabim777
reviewed
Mar 20, 2024
SagarGi
force-pushed
the
api-tests/suffix-inconsistent
branch
from
March 21, 2024 04:16
d295940
to
921aa38
Compare
Quality Gate passedIssues Measures |
saw-jan
approved these changes
Mar 21, 2024
ownclouders
pushed a commit
that referenced
this pull request
Mar 21, 2024
…sers (#8630) * list resources and check resource name with same name shared from different users Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com> * PR address --------- Signed-off-by: sagargurung1001@gmail.com <sagargurung1001@gmail.com>
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
This PR adds the tests to check the resource name when multiple users shares resource with the same name. We are basically checking if the suffix of the resource with the same name are correct or not.
Related Issue:
#8428
#8471