-
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] added spaces examples in the api WebDAV locks suite #39749
Conversation
cb7f1f2
to
56b4c89
Compare
💥 Acceptance tests pipeline apiAuth-mariadb10.2-php7.4 failed. The build has been cancelled. |
💥 Acceptance tests pipeline apiAuthWebDav-mariadb10.2-php7.4 failed. The build has been cancelled. |
💥 Acceptance tests pipeline apiMain-mariadb10.2-php7.4 failed. The build has been cancelled. |
💥 Acceptance tests pipeline apiShareCreateSpecialToRoot1-mariadb10.2-php7.4 failed. The build has been cancelled. |
💥 Acceptance tests pipeline apiFavorites-mariadb10.2-php7.4 failed. The build has been cancelled. |
💥 Acceptance tests pipeline apiCapabilities-mariadb10.2-php7.4 failed. The build has been cancelled. |
💥 Acceptance tests pipeline apiWebdavLocks2-mariadb10.2-php7.4 failed. The build has been cancelled. |
💥 Acceptance tests pipeline apiWebdavLocks3-mariadb10.2-php7.4 failed. The build has been cancelled. |
💥 Acceptance tests pipeline apiWebdavPreviews-mariadb10.2-php7.4 failed. The build has been cancelled. |
💥 Acceptance tests pipeline cliExternalStorage-git-mariadb10.2-php7.4 failed. The build has been cancelled. |
💥 Acceptance tests pipeline apiFederationToShares2-latest-mariadb10.2-php7.4 failed. The build has been cancelled. |
💥 Acceptance tests pipeline apiFederationToShares1-git-mariadb10.2-php7.4 failed. The build has been cancelled. |
💥 Acceptance tests pipeline apiFederationToRoot2-10.8.0-mariadb10.2-php7.4 failed. The build has been cancelled. |
💥 Acceptance tests pipeline cliMain-mariadb10.2-php7.4 failed. The build has been cancelled. |
💥 Acceptance tests pipeline webUIAddUsers-chrome-mariadb10.2-php7.4 failed. The build has been cancelled. |
💥 Acceptance tests pipeline webUIUpload-chrome-mariadb10.2-php7.4 failed. The build has been cancelled. |
tests/acceptance/features/apiWebdavLocks/exclusiveLocks.feature
Outdated
Show resolved
Hide resolved
tests/acceptance/features/apiWebdavLocks/exclusiveLocks.feature
Outdated
Show resolved
Hide resolved
💥 Acceptance tests pipeline webUIUpload-chrome-mariadb10.2-php7.4 failed. The build has been cancelled. |
webUIUpload/upload.feature:131 failed @webUI @insulated @disablePreviews @files_sharing-app-required
Feature: File Upload
As a user
I would like to be able to upload files via the WebUI
So that I can store files in ownCloud
Background: # /drone/src/tests/acceptance/features/webUIUpload/upload.feature:8
Given user "Alice" has been created with default attributes and without skeleton files # FeatureContext::userHasBeenCreatedWithDefaultAttributesAndWithoutSkeletonFiles()
@files_sharing-app-required
Scenario: upload overwriting a file into a public share # /drone/src/tests/acceptance/features/webUIUpload/upload.feature:131
Given user "Alice" has created folder "/simple-folder" # FeatureContext::userHasCreatedFolder()
And user "Alice" has uploaded file "filesForUpload/lorem.txt" to "/simple-folder/lorem.txt" # FeatureContext::userHasUploadedAFileTo()
And user "Alice" has created a public link share with settings # FeatureContext::userHasCreatedAPublicLinkShareWithSettings()
| path | /simple-folder |
| permissions | read,update,create |
When the public accesses the last created public link using the webUI # WebUISharingContext::thePublicAccessesTheLastCreatedPublicLinkUsingTheWebUI()
INFORMATION: timed out waiting for ajax calls to start
Upload overwriting lorem.txt and got 1 notifications including You don’t have permission to upload or create files here
INFORMATION: timed out waiting for ajax calls to start
And the user uploads overwriting file "lorem.txt" using the webUI and retries if the file is locked # WebUIFilesContext::theUserUploadsOverwritingFileUsingTheWebUIRetry()
│ INFORMATION: timed out waiting for ajax calls to startUpload overwriting lorem.txt and got 1 notifications including You don’t have permission to upload or create files here
│ INFORMATION: timed out waiting for ajax calls to start
WebUIFilesContext::choiceInUploadConflictDialogWebUI file upload conflict dialog expected but not found (Exception)
Then file "lorem.txt" should be listed on the webUI # WebUIFilesContext::fileFolderShouldBeListedOnTheWebUI()
When user "Alice" logs in using the webUI # WebUILoginContext::logInWithUsernameUsingTheWebUI()
And the content of "simple-folder/lorem.txt" should be the same as the local "lorem.txt" # WebUIFilesContext::theContentOfShouldBeTheSameAsTheLocal()
SCENARIO RESULT: (fail)
|
56b4c89
to
6f5c1ca
Compare
💥 Acceptance tests pipeline apiWebdavLocks-mariadb10.2-php7.4 failed. The build has been cancelled. |
6f5c1ca
to
c9105a7
Compare
💥 Acceptance tests pipeline webUIUpload-chrome-mariadb10.2-php7.4 failed. The build has been cancelled. |
tests/acceptance/features/apiWebdavLocks/requestsWithToken.feature
Outdated
Show resolved
Hide resolved
c9105a7
to
4e13422
Compare
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
💥 Acceptance tests pipeline webUIUpload-chrome-mariadb10.2-php7.4 failed. The build has been cancelled. |
4e13422
to
434cff7
Compare
I rebased to get up-to-date CI. This can be merged when CI is green |
Kudos, SonarCloud Quality Gate passed! |
Description
Added spaces examples in the suite
apiWebdavLocks
Related Issue
apiWebdavLocks
suite ocis#3098Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: