Skip to content
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

[parallel-deployment] Cannot PROPFIND file information (using ocis selector) #4122

Open
phil-davis opened this issue Jul 7, 2022 · 1 comment
Labels

Comments

@phil-davis
Copy link
Contributor

Describe the bug

PR #4115 pulls in updated code from reva edge branch. This scenario starts failing with that updated reva code:
https://drone.owncloud.com/owncloud/ocis/13143/75/14

runsh: Total unexpected failed scenarios throughout the test run:
apiWebdavOperations/downloadFile.feature:35

That failed again the same after I restarted.

  Background:                                                                                   # /drone/src/tests/parallelDeployAcceptance/features/apiWebdavOperations/downloadFile.feature:7
    Given using "oc10" as owncloud selector                                                     # ParallelContext::usingOwncloudSelector()
    And user "Alice" has been created with default attributes and without skeleton files        # FeatureContext::userHasBeenCreatedWithDefaultAttributesAndWithoutSkeletonFiles()
    And user "Alice" has uploaded file with content "ownCloud test text file" to "textfile.txt" # FeatureContext::userHasUploadedAFileWithContentTo()

  Scenario: Get the size of a file                                              # /drone/src/tests/parallelDeployAcceptance/features/apiWebdavOperations/downloadFile.feature:35
    Given using "ocis" as owncloud selector                                     # ParallelContext::usingOwncloudSelector()
    When user "Alice" gets the size of file "textfile.txt" using the WebDAV API # FeatureContext::userGetsSizeOfFileUsingTheWebdavApi()
    Then the HTTP status code should be "207"                                   # FeatureContext::thenTheHTTPStatusCodeShouldBe()
      HTTP status code 404 is not the expected value 207
      Failed asserting that 404 matches expected '207'.
    And the size of the file should be "23"                                     # FeatureContext::theSizeOfTheFileShouldBe()

Steps to reproduce

Run CI parallel-deployment test scenarios.

Expected behavior

Pass

Actual behavior

A file was uploaded to oC10. A PROPFIND to find out about the file is sent to oCIS, but returns a 404 "not found".

Setup

Current oCIS CI.

Also see comment #4115 (comment)

@micbar micbar added this to the 2.1.0 Service Pack 1 milestone Jul 13, 2022
@micbar
Copy link
Contributor

micbar commented Jul 13, 2022

Not needed for GA

@micbar micbar removed this from the 2.1.0 Service Pack 1 milestone Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants