You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The below issues are closed in ocis but still in the expected to failure file. It might be good to test those scenarios and check if they are fixed, and also create new issue of those failing scenarios if there are any.
@issue-5049@issue-1347@issue-1292Scenario: send MKCOL requests to another user's webDav endpoints as normal user # /drone/src/tests/acceptance/features/coreApiAuthWebDav/webDavMKCOLAuth.feature:43Given user "Brian" has been created with default attributes and without skeleton files # FeatureContext::userHasBeenCreatedWithDefaultAttributesAndWithoutSkeletonFiles()When user "Brian" requests these endpoints with "MKCOL" including body "" about user "Alice" # OCSContext::userSendsRequestToTheseEndpointsWithBody() | endpoint | | /remote.php/dav/files/%username%/textfile0.txt | | /remote.php/dav/files/%username%/PARENT | | /remote.php/dav/files/%username%/does-not-exist | | /remote.php/dav/files/%username%/PARENT/parent.txt |Then the HTTP status code of responses on all endpoints should be "404" # FeatureContext::theHTTPStatusCodeOfResponsesOnAllEndpointsShouldBe()
Responses did not return expected http status code
Failed asserting that 409 is identical to 404.
@issue-5049@issue-1347@issue-1292Scenario: send MKCOL requests to non-existent user's webDav endpoints as normal user # /drone/src/tests/acceptance/features/coreApiAuthWebDav/webDavMKCOLAuth.feature:54Given user "Brian" has been created with default attributes and without skeleton files # FeatureContext::userHasBeenCreatedWithDefaultAttributesAndWithoutSkeletonFiles()When user "Brian" requests these endpoints with "MKCOL" including body "" about user "non-existent-user" # OCSContext::userSendsRequestToTheseEndpointsWithBody() | endpoint | | /remote.php/dav/files/non-existent-user/textfile0.txt | | /remote.php/dav/files/non-existent-user/PARENT | | /remote.php/dav/files/non-existent-user/does-not-exist | | /remote.php/dav/files/non-existent-user/PARENT/parent.txt |Then the HTTP status code of responses on all endpoints should be "404" # FeatureContext::theHTTPStatusCodeOfResponsesOnAllEndpointsShouldBe()
Responses did not return expected http status code
Failed asserting that 409 is identical to 404.
Scenario Outline: disabled user cannot use webdav # /drone/src/tests/acceptance/features/coreApiWebdavOperations/refuseAccess.feature:26Given using <dav-path-version> DAV path # FeatureContext::usingOldOrNewDavPath()And user "Alice" has been created with default attributes and without skeleton files # FeatureContext::userHasBeenCreatedWithDefaultAttributesAndWithoutSkeletonFiles()And user "Alice" has uploaded file "filesForUpload/textfile.txt" to "textfile0.txt" # FeatureContext::userHasUploadedAFileTo()And user "Alice" has been disabled # FeatureContext::adminHasDisabledUserUsingTheProvisioningApi()When user "Alice" downloads file "/textfile0.txt" using the WebDAV API # FeatureContext::userDownloadsFileUsingTheAPI()Then the HTTP status code should be "401" # FeatureContext::thenTheHTTPStatusCodeShouldBe()Examples:
| dav-path-version | | old |
Failed step: And user "Alice" has been disabled
The HTTP status code 404 is not between 200 and 299
Failed asserting that 404 is equal to 299 or is less than 299.
| new |
Failed step: And user "Alice" has been disabled
The HTTP status code 404 is not between 200 and 299
Failed asserting that 404 is equal to 299 or is less than 299.
| spaces |
Failed step: And user "Alice" has been disabled
The HTTP status code 404 is not between 200 and 299
Failed asserting that 404 is equal to 299 or is less than 299.
Description
The below issues are closed in ocis but still in the expected to failure file. It might be good to test those scenarios and check if they are fixed, and also create new issue of those failing scenarios if there are any.
Lists:
Fails on this scenarios:
Fails on this scenarios:
Please check in other repo for existence of closed issue i.e
To run the script:
Example:
PR: https://github.com/owncloud/core/pull/40377/files
The text was updated successfully, but these errors were encountered: