-
Notifications
You must be signed in to change notification settings - Fork 197
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] added test to share resources concurrently to federated user #11039
base: master
Are you sure you want to change the base?
Conversation
2a1df28
to
09b93d6
Compare
09b93d6
to
6d43a0a
Compare
ef32f48
to
fe4996e
Compare
fe4996e
to
b876b75
Compare
b876b75
to
36d38e8
Compare
|
| resource | folderToShare1 | | ||
| permissionsRole | Viewer | |
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.
can we do something like this
| resource | folderToShare1 | | |
| permissionsRole | Viewer | | |
| resource | permissionsRole | | |
| folderToShare1 | Viewer | | |
| folderToShare2 | Editor | | |
| folderToShare1 | Viewer | | |
... |
And user "Brian" should have the following federated share shared by user "Alice" | ||
| resource | folderToShare1 | | ||
| permissionsRole | Viewer | |
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.
And user "Brian" should have the following federated share shared by user "Alice" | |
| resource | folderToShare1 | | |
| permissionsRole | Viewer | | |
And user "Brian" should have the following federated shares: | |
| resource | permissionsRole | sharer | | |
| folderToShare1 | Viewer | Alice | | |
| folderToShare2 | Editor | Alice | | |
| folderToShare1 | Viewer | Alice | |
| folderToShare2 | | ||
And user "Alice" has uploaded file with content "some content" to "textfile1.txt" | ||
And user "Alice" has uploaded file with content "hello world" to "textfile2.txt" | ||
When user "Alice" sends the following resources share invitation concurrently to federated user using the Graph API: |
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.
When user "Alice" sends the following resources share invitation concurrently to federated user using the Graph API: | |
When user "Alice" sends the following concurrent resource share invitations to federated user using the Graph API: |
Description
This PR adds the tests for sharing resources concurrently to federated users.
Related Issue
Types of changes
Checklist: