-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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] transfers occ command test scenarios to cli test suites #39443
Conversation
@phil-davis @kiranparajuli589
|
tests/acceptance/features/cliMain/excludeGroupFromReceivingSharesToSharesFolder.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/cliWebdavMove1/moveFileToBlacklistedName.feature
Outdated
Show resolved
Hide resolved
...cceptance/features/cliWebdavUpload1/uploadFileToBlacklistedNameAsyncUsingNewChunking.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/cliWebdavUpload1/uploadFileToExcludedDirectory.feature
Outdated
Show resolved
Hide resolved
@sakshamgurung, since the tests uses occ commands as when step, I think all these transferred tests should be moved inside cli suites, that should allow you to use |
f69d32d
to
9a528ba
Compare
New |
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.
See my comments. We need to think about this for some (many?) of the test scenarios that really are about making sure that the API works.
tests/acceptance/features/cliMain/excludeGroupFromReceivingSharesToSharesFolder.feature
Outdated
Show resolved
Hide resolved
9a528ba
to
531c334
Compare
531c334
to
3cf3881
Compare
29ef833
to
f2845c6
Compare
tests/acceptance/features/webUIWithCli/personalGeneralSettings.feature
Outdated
Show resolved
Hide resolved
f2845c6
to
6a65eee
Compare
tests/acceptance/features/apiWebdavMove1/moveFolderToExcludedDirectory.feature
Outdated
Show resolved
Hide resolved
212cd79
to
2d95452
Compare
Note: PR #39514 has the other pending test changes waiting for oC10 master. I will look at this PR later in the week and sort out some refactoring related to having the new We can use that for system settings changes where the This PR is no longer in a current project, because the code is "essentially done". I assigned myself so that I find it easily. |
5bccadd
to
6f7756e
Compare
Kudos, SonarCloud Quality Gate passed! |
Note: there is no rush for this. I would like to sort out some things. I am away this coming week and will look at it the first week of 2022. |
6f7756e
to
9981464
Compare
I'll see what we can do on this. |
0df052d
to
29092e2
Compare
3b5970e
to
9e4a085
Compare
CI failes with
also there is more than only moving the tests happening here, please adjust original description |
… suites) and given (involving in setting up) steps
9e4a085
to
2c8735e
Compare
Kudos, SonarCloud Quality Gate passed! |
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 👍
Description
When
steps to cli pipelinesGiven
steps when used for setting up the scenarioRelated Issue
occ
commands that might be in the existing API test suites and move them into thecli
test suites #39173Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: