-
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
[Sharing NG] Add tests coverage for (enable sync/disable sync) share #8486
Comments
For
This will change @client.synchronize property of the item to false (disable sync) which refer to See #7792 (comment) |
For
|
@S-Panta @SagarGi @nirajacharya2 Please, check if this can be closed or not |
I think there are two bugs reported relating to enable and disable share. Test should be written to cover those scenarios too |
update the links if test has been added and check if those issues are tracked in other qa tickets or not |
@amrita-shrestha Could elaborate the scenario for these?
|
I am extending coverage in #8964 if that's the case |
And in #8967 |
@saw-jan @S-Panta, it appears that your PRs cover some scenarios, but there are still some that could be added to the "enable and disable sync" feature file. Those extended scenarios involve checking if the list shared with me lists all resources or not. However, what we need to address in the "enable/disable sync" is whether a user can change the sync state of shared resources whose owner has been deleted. |
I will check on these scenerio.
|
@S-Panta What's the status of the remaining tasks here? |
Beside contract testing, I feel like most of the scenarios for this endpoint is covered. |
Could you add those to the other mentioned issue? Then we can close this one |
I have linked the share in another issue. I think we can close this now |
Description
This PR #7885 adds api endpoint for accept/decline share. After PR merge, add test coverage
decline sharedisable sync of share resource [tests-only][full-ci]added test for declining a share #8636accept shareenable sync of share resource [tests-only][full-ci]added test with step definition for mounting share when auto accept env set to false #8623Edge cases:
""
) @grgprarup [full-ci] [tests-only] Added tests for enabling share sync with empty resource id #8963Previously, the phrase
mount
andunmount
was used. Currently enable and disable share is used. PR that refactors this change:The text was updated successfully, but these errors were encountered: