-
Notifications
You must be signed in to change notification settings - Fork 203
[tests-only][full-ci] use store for drives #11000
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
Conversation
dd64371
to
bdf66ec
Compare
4542aa1
to
fe46ce1
Compare
093aa82
to
e311cdb
Compare
aaf7131
to
69a53ba
Compare
250440d
to
50aa942
Compare
@@ -37,7 +37,7 @@ Feature: edit user | |||
Examples: | |||
| action description | user | http-status-code | new-user | | |||
| change to a valid user name | Lionel | 200 | Lionel | | |||
| user name characters | a*!_+-& | 200 | a*!_+-& | | |||
| user name characters | a*!_-& | 200 | a*!_-& | |
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.
test scenario for +
will be done in #11032
50aa942
to
7cf6091
Compare
7cf6091
to
bb35554
Compare
bb35554
to
456b18d
Compare
LGTM 👍 |
|
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.
LGTM
Let's wait for PR #11037 to be merged so that dev team can debug the root cause. |
I have collected the necessary logs (See #10603 (comment)) so this is good to be merged |
[tests-only][full-ci] use store for drives
Description
I have added a store to save all drives (
personal
,shares
andproject
) and use it to get the necessary properties. If the requested drive is unavailable in the store then a request tome/drives
is made to get the drives.I have also made the changes to the user store and user deletion flow. These stores should work with the local and remote server setup.
Related Issue
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: