Skip to content
Snippets Groups Projects
  1. Sep 08, 2019
  2. Aug 30, 2019
  3. Aug 27, 2019
  4. Aug 08, 2019
  5. Jul 25, 2019
  6. Jul 21, 2019
  7. Jul 11, 2019
  8. Jul 03, 2019
  9. Jun 27, 2019
  10. Jun 26, 2019
  11. Jun 14, 2019
  12. May 24, 2019
  13. May 22, 2019
  14. May 19, 2019
  15. May 17, 2019
  16. May 15, 2019
  17. May 12, 2019
  18. May 10, 2019
  19. May 05, 2019
  20. May 01, 2019
  21. Apr 16, 2019
  22. Apr 15, 2019
  23. Apr 09, 2019
  24. Apr 08, 2019
  25. Mar 23, 2019
  26. Mar 14, 2019
  27. Mar 13, 2019
    • Morris Jobke's avatar
      Disable failing federated sharing tests · f6a12864
      Morris Jobke authored
      Fails with:
      
       * build/integration/federation_features/federated.feature:183
       * build/integration/federation_features/federated.feature:232
       * build/integration/federation_features/federated.feature:247
       * build/integration/federation_features/federated.feature:263
      <details><summary>Show full log</summary>
      
      ```
        Scenario: Reshare a federated shared file                                                             # /drone/src/github.com/nextcloud/server/build/integration/federation_features/federated.feature:183
          Given Using server "REMOTE"                                                                         # FederationContext::usingServer()
          And user "user1" exists                                                                             # FederationContext::assureUserExists()
          And user "user2" exists                                                                             # FederationContext::assureUserExists()
          And Using server "LOCAL"                                                                            # FederationContext::usingServer()
          And user "user0" exists                                                                             # FederationContext::assureUserExists()
          And User "user0" from server "LOCAL" shares "/textfile0.txt" with user "user1" from server "REMOTE" # FederationContext::federateSharing()
          And User "user1" from server "REMOTE" accepts last pending share                                    # FederationContext::acceptLastPendingShare()
          And Using server "REMOTE"                                                                           # FederationContext::usingServer()
          And As an "user1"                                                                                   # FederationContext::asAn()
          When creating a share with                                                                          # FederationContext::creatingShare()
            | path        | /textfile0 (2).txt |
            | shareType   | 0                  |
            | shareWith   | user2              |
            | permissions | 19                 |
          Then the OCS status code should be "100"                                                            # FederationContext::theOCSStatusCodeShouldBe()
            Failed asserting that SimpleXMLElement Object &000000007d8e0d3c00000000403fd08a (
                0 => '404'
            ) matches expected '100'.
          ...
      {"message":"Can not find share with ID: 8"}
      
        Scenario: Overwrite a federated shared folder as recipient                                             # /drone/src/github.com/nextcloud/server/build/integration/federation_features/federated.feature:232
          Given Using server "REMOTE"                                                                          # FederationContext::usingServer()
          And user "user1" exists                                                                              # FederationContext::assureUserExists()
          And user "user2" exists                                                                              # FederationContext::assureUserExists()
          And Using server "LOCAL"                                                                             # FederationContext::usingServer()
          And user "user0" exists                                                                              # FederationContext::assureUserExists()
          And User "user0" from server "LOCAL" shares "/PARENT" with user "user1" from server "REMOTE"         # FederationContext::federateSharing()
          And User "user1" from server "REMOTE" accepts last pending share                                     # FederationContext::acceptLastPendingShare()
          And Using server "REMOTE"                                                                            # FederationContext::usingServer()
          And As an "user1"                                                                                    # FederationContext::asAn()
          And User "user1" modifies text of "/textfile0.txt" with text "BLABLABLA"                             # FederationContext::modifyTextOfFile()
          When User "user1" uploads file "../../data/user1/files/textfile0.txt" to "/PARENT (2)/textfile0.txt" # FederationContext::userUploadsAFileTo()
            Client error: `PUT http://localhost:8180/remote.php/webdav/PARENT%20(2)/textfile0.txt` resulted in a `404 Not Found` response:
            <?xml version="1.0" encoding="utf-8"?>
            <d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
              <s:exception>Sabre\DA (truncated...)
             (GuzzleHttp\Exception\ClientException)
          ...
      {"message":"Can not find share with ID: 10"}
      
        Scenario: Overwrite a federated shared file as recipient using old chunking                           # /drone/src/github.com/nextcloud/server/build/integration/federation_features/federated.feature:247
          Given Using server "REMOTE"                                                                         # FederationContext::usingServer()
          And user "user1" exists                                                                             # FederationContext::assureUserExists()
          And user "user2" exists                                                                             # FederationContext::assureUserExists()
          And Using server "LOCAL"                                                                            # FederationContext::usingServer()
          And user "user0" exists                                                                             # FederationContext::assureUserExists()
          And User "user0" from server "LOCAL" shares "/textfile0.txt" with user "user1" from server "REMOTE" # FederationContext::federateSharing()
          And User "user1" from server "REMOTE" accepts last pending share                                    # FederationContext::acceptLastPendingShare()
          And Using server "REMOTE"                                                                           # FederationContext::usingServer()
          And As an "user1"                                                                                   # FederationContext::asAn()
          And user "user1" uploads chunk file "1" of "3" with "AAAAA" to "/textfile0 (2).txt"                 # FederationContext::userUploadsChunkFileOfWithToWithChecksum()
            Client error: `PUT http://localhost:8180/remote.php/webdav/textfile0%20(2).txt-chunking-42-3-0` resulted in a `404 Not Found` response:
            <?xml version="1.0" encoding="utf-8"?>
            <d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns">
              <s:exception>Sabre\DA (truncated...)
             (GuzzleHttp\Exception\ClientException)
          ...
      {"message":"Can not find share with ID: 11"}
      
        Scenario: Overwrite a federated shared folder as recipient using old chunking                  # /drone/src/github.com/nextcloud/server/build/integration/federation_features/federated.feature:263
          Given Using server "REMOTE"                                                                  # FederationContext::usingServer()
          And user "user1" exists                                                                      # FederationContext::assureUserExists()
          And user "user2" exists                                                                      # FederationContext::assureUserExists()
          And Using server "LOCAL"                                                                     # FederationContext::usingServer()
          And user "user0" exists                                                                      # FederationContext::assureUserExists()
          And User "user0" from server "LOCAL" shares "/PARENT" with user "user1" from server "REMOTE" # FederationContext::federateSharing()
          And User "user1" from server "REMOTE" accepts last pending share                             # FederationContext::acceptLastPendingShare()
          And Using server "REMOTE"                                                                    # FederationContext::usingServer()
          And As an "user1"                                                                            # FederationContext::asAn()
          And user "user1" uploads chunk file "1" of "3" with "AAAAA" to "/PARENT (2)/textfile0.txt"   # FederationContext::userUploadsChunkFileOfWithToWithChecksum()
            Client error: `PUT http://localhost:8180/remote.php/webdav/PARENT%20(2)/textfile0.txt-chunking-42-3-0` resulted in a `404 Not Found` response:
            <?xml version="1.0" encoding="utf-8"?>
            <d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns
      
      ">
              <s:exception>Sabre\DA (truncated...)
             (GuzzleHttp\Exception\ClientException)
          ...
      {"message":"Can not find share with ID: 12"}
      
      ```
      </details>
      
      Signed-off-by: default avatarMorris Jobke <hey@morrisjobke.de>
      f6a12864
  28. Mar 05, 2019
Loading