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

[stable19] Fix reading empty files from objectstorage #22753

Merged
merged 1 commit into from
Sep 10, 2020

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #22651

Since we try to do range requests this will fail hard.
However since empty files are not that interesting to read anyways we
just read from an emptry memory stream.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
@faily-bot
Copy link

faily-bot bot commented Sep 9, 2020

🤖 beep boop beep 🤖

Here are the logs for the failed build:

Status of 32909: failure

integration-sharing-v1-video-verification

  • build/integration/sharing_features/sharing-v1-video-verification.feature:8
  • build/integration/sharing_features/sharing-v1-video-verification.feature:20
  • build/integration/sharing_features/sharing-v1-video-verification.feature:33
  • build/integration/sharing_features/sharing-v1-video-verification.feature:47
  • build/integration/sharing_features/sharing-v1-video-verification.feature:62
  • build/integration/sharing_features/sharing-v1-video-verification.feature:76
  • build/integration/sharing_features/sharing-v1-video-verification.feature:91
  • build/integration/sharing_features/sharing-v1-video-verification.feature:104
  • build/integration/sharing_features/sharing-v1-video-verification.feature:118
  • build/integration/sharing_features/sharing-v1-video-verification.feature:130
  • build/integration/sharing_features/sharing-v1-video-verification.feature:145
  • build/integration/sharing_features/sharing-v1-video-verification.feature:176
  • build/integration/sharing_features/sharing-v1-video-verification.feature:209
  • build/integration/sharing_features/sharing-v1-video-verification.feature:246
  • build/integration/sharing_features/sharing-v1-video-verification.feature:260
  • build/integration/sharing_features/sharing-v1-video-verification.feature:275
  • build/integration/sharing_features/sharing-v1-video-verification.feature:291
  • build/integration/sharing_features/sharing-v1-video-verification.feature:308
  • build/integration/sharing_features/sharing-v1-video-verification.feature:324
  • build/integration/sharing_features/sharing-v1-video-verification.feature:341
  • build/integration/sharing_features/sharing-v1-video-verification.feature:356
  • build/integration/sharing_features/sharing-v1-video-verification.feature:372
  • build/integration/sharing_features/sharing-v1-video-verification.feature:386
  • build/integration/sharing_features/sharing-v1-video-verification.feature:403
  • build/integration/sharing_features/sharing-v1-video-verification.feature:419
  • build/integration/sharing_features/sharing-v1-video-verification.feature:436
  • build/integration/sharing_features/sharing-v1-video-verification.feature:453
  • build/integration/sharing_features/sharing-v1-video-verification.feature:471
Show full log
  Scenario: Creating a link share with send password by Talk # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:8
[Wed Sep  9 20:48:26 2020] 127.0.0.1:57806 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:48:27 2020] 127.0.0.1:57830 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:48:27 2020] 127.0.0.1:57860 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:48:27 2020] 127.0.0.1:57876 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                # SharingContext::assureUserExists()
    And As an "user0"                                        # SharingContext::asAn()
[Wed Sep  9 20:48:28 2020] 127.0.0.1:57900 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                               # SharingContext::creatingShare()
      | path               | welcome.txt |
      | shareType          | 3           |
      | password           | secret      |
      | sendPasswordByTalk | true        |
    Then the OCS status code should be "100"                 # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7edf70000000034692a1a (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                 # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded  # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:48:28 2020] 127.0.0.1:57916 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:48:28 2020] 127.0.0.1:57960 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:48:29 2020] 127.0.0.1:57998 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk in a link share  # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:20
[Wed Sep  9 20:48:30 2020] 127.0.0.1:58056 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:48:30 2020] 127.0.0.1:58060 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:48:32 2020] 127.0.0.1:58092 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:48:32 2020] 127.0.0.1:58118 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:48:33 2020] 127.0.0.1:58130 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                               # SharingContext::assureUserExists()
    And As an "user0"                                       # SharingContext::asAn()
[Wed Sep  9 20:48:33 2020] 127.0.0.1:58148 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                              # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Wed Sep  9 20:48:33 2020] 127.0.0.1:58166 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/1
    And Updating last share with                            # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | true   |
    Then the OCS status code should be "100"                # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7ed4c0000000034692a1a (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:48:34 2020] 127.0.0.1:58188 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:48:34 2020] 127.0.0.1:58216 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:48:34 2020] 127.0.0.1:58260 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with different password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:33
[Wed Sep  9 20:48:35 2020] 127.0.0.1:58306 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:48:36 2020] 127.0.0.1:58310 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:48:36 2020] 127.0.0.1:58326 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:48:37 2020] 127.0.0.1:58356 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:48:37 2020] 127.0.0.1:58386 [200]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:48:37 2020] 127.0.0.1:58406 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
[Wed Sep  9 20:48:38 2020] 127.0.0.1:58430 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/2
    Given user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                              # SharingContext::asAn()
    When creating a share with                                                     # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
      | password  | secret      |
    And Updating last share with                                                   # SharingContext::updatingLastShare()
      | password           | another secret |
      | sendPasswordByTalk | true           |
    Then the OCS status code should be "100"                                       # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7ecdb0000000034692a1a (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                       # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "another secret" can be downloaded                # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:48:38 2020] 127.0.0.1:58448 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:48:38 2020] 127.0.0.1:58462 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:48:39 2020] 127.0.0.1:58504 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with different password set after creation in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:47
[Wed Sep  9 20:48:41 2020] 127.0.0.1:58574 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:48:41 2020] 127.0.0.1:58578 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:48:42 2020] 127.0.0.1:58592 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:48:42 2020] 127.0.0.1:58630 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:48:43 2020] 127.0.0.1:58650 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                         # SharingContext::assureUserExists()
    And As an "user0"                                                                                 # SharingContext::asAn()
[Wed Sep  9 20:48:43 2020] 127.0.0.1:58666 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                        # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Wed Sep  9 20:48:43 2020] 127.0.0.1:58684 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/3
    And Updating last share with                                                                      # SharingContext::updatingLastShare()
      | password | secret |
[Wed Sep  9 20:48:44 2020] 127.0.0.1:58716 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/3
    And Updating last share with                                                                      # SharingContext::updatingLastShare()
      | password           | another secret |
      | sendPasswordByTalk | true           |
    Then the OCS status code should be "100"                                                          # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7ec060000000034692a1a (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                                          # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "another secret" can be downloaded                                   # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:48:44 2020] 127.0.0.1:58734 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:48:44 2020] 127.0.0.1:58756 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:48:45 2020] 127.0.0.1:58800 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with same password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:62
[Wed Sep  9 20:48:46 2020] 127.0.0.1:58856 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:48:47 2020] 127.0.0.1:58860 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:48:48 2020] 127.0.0.1:58876 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:48:48 2020] 127.0.0.1:58904 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:48:48 2020] 127.0.0.1:58916 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                         # SharingContext::asAn()
[Wed Sep  9 20:48:49 2020] 127.0.0.1:58930 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
      | password  | secret      |
[Wed Sep  9 20:48:49 2020] 127.0.0.1:58958 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/4
    And Updating last share with                                              # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | true   |
    Then the OCS status code should be "100"                                  # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7ef850000000034692a1a (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                  # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                   # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:48:49 2020] 127.0.0.1:58980 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:48:50 2020] 127.0.0.1:59004 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:48:50 2020] 127.0.0.1:59042 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with same password set after creation in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:76
[Wed Sep  9 20:48:51 2020] 127.0.0.1:59106 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:48:51 2020] 127.0.0.1:59110 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:48:52 2020] 127.0.0.1:59128 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:48:52 2020] 127.0.0.1:59154 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:48:53 2020] 127.0.0.1:59176 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                    # SharingContext::assureUserExists()
    And As an "user0"                                                                            # SharingContext::asAn()
[Wed Sep  9 20:48:53 2020] 127.0.0.1:59192 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                   # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Wed Sep  9 20:48:54 2020] 127.0.0.1:59218 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/5
    And Updating last share with                                                                 # SharingContext::updatingLastShare()
      | password | secret |
[Wed Sep  9 20:48:54 2020] 127.0.0.1:59238 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/5
    And Updating last share with                                                                 # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | true   |
    Then the OCS status code should be "100"                                                     # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7efe00000000034692a1a (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                                     # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                                      # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:48:54 2020] 127.0.0.1:59250 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:48:55 2020] 127.0.0.1:59274 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:48:55 2020] 127.0.0.1:59314 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk without updating password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:91
[Wed Sep  9 20:48:56 2020] 127.0.0.1:59358 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:48:56 2020] 127.0.0.1:59362 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:48:57 2020] 127.0.0.1:59388 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:48:57 2020] 127.0.0.1:59420 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:48:58 2020] 127.0.0.1:59434 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                                # SharingContext::asAn()
[Wed Sep  9 20:48:59 2020] 127.0.0.1:59452 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                       # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
      | password  | secret      |
[Wed Sep  9 20:48:59 2020] 127.0.0.1:59474 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/6
    And Updating last share with                                                     # SharingContext::updatingLastShare()
      | sendPasswordByTalk | true |
    Then the OCS status code should be "100"                                         # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7ef670000000034692a1a (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                         # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                          # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:48:59 2020] 127.0.0.1:59496 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:49:00 2020] 127.0.0.1:59516 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:49:01 2020] 127.0.0.1:59562 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk without updating password set after creation in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:104
[Wed Sep  9 20:49:02 2020] 127.0.0.1:59600 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:49:03 2020] 127.0.0.1:59604 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:49:04 2020] 127.0.0.1:59630 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:49:04 2020] 127.0.0.1:59694 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:49:04 2020] 127.0.0.1:59712 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                           # SharingContext::assureUserExists()
    And As an "user0"                                                                                   # SharingContext::asAn()
[Wed Sep  9 20:49:05 2020] 127.0.0.1:59726 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                          # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Wed Sep  9 20:49:05 2020] 127.0.0.1:59752 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/7
    And Updating last share with                                                                        # SharingContext::updatingLastShare()
      | password | secret |
[Wed Sep  9 20:49:06 2020] 127.0.0.1:59770 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/7
    And Updating last share with                                                                        # SharingContext::updatingLastShare()
      | sendPasswordByTalk | true |
    Then the OCS status code should be "100"                                                            # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7eec20000000034692a1a (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                                            # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                                             # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:49:06 2020] 127.0.0.1:59786 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:49:07 2020] 127.0.0.1:59814 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:49:07 2020] 127.0.0.1:59858 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with no password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:118
[Wed Sep  9 20:49:08 2020] 127.0.0.1:59928 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:49:09 2020] 127.0.0.1:59932 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:49:09 2020] 127.0.0.1:59968 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:49:10 2020] 127.0.0.1:60024 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:49:10 2020] 127.0.0.1:60050 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                               # SharingContext::assureUserExists()
    And As an "user0"                                                       # SharingContext::asAn()
[Wed Sep  9 20:49:11 2020] 127.0.0.1:60074 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                              # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Wed Sep  9 20:49:11 2020] 127.0.0.1:60096 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/8
    And Updating last share with                                            # SharingContext::updatingLastShare()
      | sendPasswordByTalk | true |
    Then the OCS status code should be "400"                                # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7ee410000000034692a1a (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                        # SharingContext::lastShareCanBeDownloaded()
[Wed Sep  9 20:49:12 2020] 127.0.0.1:60120 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:49:12 2020] 127.0.0.1:60148 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:49:13 2020] 127.0.0.1:60198 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with no password removed after creation in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:130
[Wed Sep  9 20:49:14 2020] 127.0.0.1:60268 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:49:14 2020] 127.0.0.1:60272 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:49:15 2020] 127.0.0.1:60310 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:49:15 2020] 127.0.0.1:60334 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:49:16 2020] 127.0.0.1:60366 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                                              # SharingContext::asAn()
[Wed Sep  9 20:49:16 2020] 127.0.0.1:60384 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                     # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
      | password  | secret      |
[Wed Sep  9 20:49:17 2020] 127.0.0.1:60414 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/9
    And Updating last share with                                                                   # SharingContext::updatingLastShare()
      | password |  |
[Wed Sep  9 20:49:17 2020] 127.0.0.1:60450 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/9
    And Updating last share with                                                                   # SharingContext::updatingLastShare()
      | sendPasswordByTalk | true |
    Then the OCS status code should be "400"                                                       # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7f1ac0000000034692a1a (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                       # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                                               # SharingContext::lastShareCanBeDownloaded()
[Wed Sep  9 20:49:18 2020] 127.0.0.1:60476 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:49:18 2020] 127.0.0.1:60524 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:49:19 2020] 127.0.0.1:60552 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Disabling send password by Talk without setting new password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:145
[Wed Sep  9 20:49:20 2020] 127.0.0.1:60592 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:49:20 2020] 127.0.0.1:60608 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                 # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:49:21 2020] 127.0.0.1:60612 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:49:22 2020] 127.0.0.1:60660 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:49:22 2020] 127.0.0.1:60718 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:49:23 2020] 127.0.0.1:60760 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                              # SharingContext::assureUserExists()
    And As an "user0"                                                                    # SharingContext::asAn()
[Wed Sep  9 20:49:23 2020] 127.0.0.1:60788 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                           # SharingContext::creatingShare()
      | path               | welcome.txt |
      | shareType          | 3           |
      | password           | secret      |
      | sendPasswordByTalk | true        |
[Wed Sep  9 20:49:24 2020] 127.0.0.1:60822 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/
    And Updating last share with                                                         # SharingContext::updatingLastShare()
      | sendPasswordByTalk | false |
    Then the OCS status code should be "100"                                             # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7f1300000000034692a1a (
          0 => '998'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                             # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                              # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:49:24 2020] 127.0.0.1:60866 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:49:24 2020] 127.0.0.1:60936 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:49:25 2020] 127.0.0.1:60986 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:49:34 2020] 127.0.0.1:33334 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Disabling send password by Talk setting same password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:176
[Wed Sep  9 20:49:34 2020] 127.0.0.1:33418 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:49:35 2020] 127.0.0.1:33438 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                          # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:49:35 2020] 127.0.0.1:33442 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:49:36 2020] 127.0.0.1:33470 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:49:36 2020] 127.0.0.1:33510 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:49:37 2020] 127.0.0.1:33554 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                       # SharingContext::assureUserExists()
    And As an "user0"                                                             # SharingContext::asAn()
[Wed Sep  9 20:49:37 2020] 127.0.0.1:33580 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                    # SharingContext::creatingShare()
      | path               | welcome.txt |
      | shareType          | 3           |
      | password           | secret      |
      | sendPasswordByTalk | true        |
[Wed Sep  9 20:49:37 2020] 127.0.0.1:33614 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/
    And Updating last share with                                                  # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | false  |
    Then the OCS status code should be "100"                                      # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7f0380000000034692a1a (
          0 => '998'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                      # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                       # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:49:38 2020] 127.0.0.1:33644 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:49:38 2020] 127.0.0.1:33702 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:49:40 2020] 127.0.0.1:33824 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:49:48 2020] 127.0.0.1:34314 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Disabling send password by Talk setting new password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:209
[Wed Sep  9 20:49:49 2020] 127.0.0.1:34362 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:49:49 2020] 127.0.0.1:34374 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                         # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:49:51 2020] 127.0.0.1:34378 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:49:52 2020] 127.0.0.1:34414 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:49:52 2020] 127.0.0.1:34462 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:49:52 2020] 127.0.0.1:34490 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                            # SharingContext::asAn()
[Wed Sep  9 20:49:53 2020] 127.0.0.1:34510 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                   # SharingContext::creatingShare()
      | path               | welcome.txt |
      | shareType          | 3           |
      | password           | secret      |
      | sendPasswordByTalk | true        |
[Wed Sep  9 20:49:53 2020] 127.0.0.1:34534 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/
    And Updating last share with                                                 # SharingContext::updatingLastShare()
      | password           | another secret |
      | sendPasswordByTalk | false          |
    Then the OCS status code should be "100"                                     # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7f30c0000000034692a1a (
          0 => '998'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                     # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "another secret" can be downloaded              # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:49:53 2020] 127.0.0.1:34550 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:49:54 2020] 127.0.0.1:34576 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:49:54 2020] 127.0.0.1:34636 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:50:01 2020] 127.0.0.1:35160 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Creating a mail share with send password by Talk # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:246
[Wed Sep  9 20:50:02 2020] 127.0.0.1:35214 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:50:02 2020] 127.0.0.1:35232 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                     # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:50:03 2020] 127.0.0.1:35238 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:50:03 2020] 127.0.0.1:35272 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:50:04 2020] 127.0.0.1:35310 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:50:04 2020] 127.0.0.1:35336 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                  # SharingContext::assureUserExists()
    And As an "user0"                                        # SharingContext::asAn()
[Wed Sep  9 20:50:04 2020] 127.0.0.1:35352 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                               # SharingContext::creatingShare()
      | path               | welcome.txt    |
      | shareType          | 4              |
      | shareWith          | dummy@test.com |
      | password           | secret         |
      | sendPasswordByTalk | true           |
    Then the OCS status code should be "100"                 # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7f2100000000034692a1a (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                 # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded  # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:50:05 2020] 127.0.0.1:35372 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:50:05 2020] 127.0.0.1:35388 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:50:06 2020] 127.0.0.1:35430 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:50:06 2020] 127.0.0.1:35446 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk in a mail share  # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:260
[Wed Sep  9 20:50:07 2020] 127.0.0.1:35494 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:50:07 2020] 127.0.0.1:35506 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                    # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:50:08 2020] 127.0.0.1:35510 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:50:09 2020] 127.0.0.1:35534 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:50:09 2020] 127.0.0.1:35558 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:50:09 2020] 127.0.0.1:35602 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                 # SharingContext::assureUserExists()
    And As an "user0"                                       # SharingContext::asAn()
[Wed Sep  9 20:50:10 2020] 127.0.0.1:35624 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                              # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
[Wed Sep  9 20:50:10 2020] 127.0.0.1:35666 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/13
    And Updating last share with                            # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | true   |
    Then the OCS status code should be "100"                # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7f59c0000000034692a1a (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:50:11 2020] 127.0.0.1:35706 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:50:11 2020] 127.0.0.1:35764 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:50:11 2020] 127.0.0.1:35824 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:50:12 2020] 127.0.0.1:35846 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with different password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:275
[Wed Sep  9 20:50:13 2020] 127.0.0.1:35986 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:50:13 2020] 127.0.0.1:36020 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                           # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:50:14 2020] 127.0.0.1:36024 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:50:15 2020] 127.0.0.1:36076 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:50:15 2020] 127.0.0.1:36140 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:50:16 2020] 127.0.0.1:36182 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                              # SharingContext::asAn()
[Wed Sep  9 20:50:16 2020] 127.0.0.1:36220 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                     # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
      | password  | secret         |
[Wed Sep  9 20:50:17 2020] 127.0.0.1:36318 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/14
    And Updating last share with                                                   # SharingContext::updatingLastShare()
      | password           | another secret |
      | sendPasswordByTalk | true           |
    Then the OCS status code should be "100"                                       # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7f5e30000000034692a1a (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                       # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "another secret" can be downloaded                # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:50:17 2020] 127.0.0.1:36356 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:50:17 2020] 127.0.0.1:36414 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:50:18 2020] 127.0.0.1:36488 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:50:19 2020] 127.0.0.1:36532 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with different password set after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:291
[Wed Sep  9 20:50:20 2020] 127.0.0.1:36662 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:50:20 2020] 127.0.0.1:36696 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                              # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:50:21 2020] 127.0.0.1:36700 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:50:21 2020] 127.0.0.1:36766 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:50:22 2020] 127.0.0.1:36838 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:50:22 2020] 127.0.0.1:36876 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                           # SharingContext::assureUserExists()
    And As an "user0"                                                                                 # SharingContext::asAn()
[Wed Sep  9 20:50:23 2020] 127.0.0.1:36906 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                        # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
[Wed Sep  9 20:50:23 2020] 127.0.0.1:36952 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/15
    And Updating last share with                                                                      # SharingContext::updatingLastShare()
      | password | secret |
[Wed Sep  9 20:50:24 2020] 127.0.0.1:37024 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/15
    And Updating last share with                                                                      # SharingContext::updatingLastShare()
      | password           | another secret |
      | sendPasswordByTalk | true           |
    Then the OCS status code should be "100"                                                          # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7f5700000000034692a1a (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                                          # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "another secret" can be downloaded                                   # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:50:24 2020] 127.0.0.1:37064 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:50:24 2020] 127.0.0.1:37096 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:50:25 2020] 127.0.0.1:37156 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:50:26 2020] 127.0.0.1:37176 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with same password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:308
[Wed Sep  9 20:50:26 2020] 127.0.0.1:37266 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:50:27 2020] 127.0.0.1:37300 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                      # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:50:27 2020] 127.0.0.1:37304 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:50:28 2020] 127.0.0.1:37358 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:50:29 2020] 127.0.0.1:37422 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:50:29 2020] 127.0.0.1:37452 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                   # SharingContext::assureUserExists()
    And As an "user0"                                                         # SharingContext::asAn()
[Wed Sep  9 20:50:30 2020] 127.0.0.1:37488 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
      | password  | secret         |
[Wed Sep  9 20:50:30 2020] 127.0.0.1:37560 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/16
    And Updating last share with                                              # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | true   |
    Then the OCS status code should be "400"                                  # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7f4fd0000000034692a1a (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                  # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                   # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:50:31 2020] 127.0.0.1:37586 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:50:31 2020] 127.0.0.1:37628 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:50:32 2020] 127.0.0.1:37686 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:50:32 2020] 127.0.0.1:37720 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with same password set after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:324
[Wed Sep  9 20:50:33 2020] 127.0.0.1:37832 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:50:40 2020] 127.0.0.1:38264 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                         # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:50:41 2020] 127.0.0.1:38268 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:50:41 2020] 127.0.0.1:38304 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:50:42 2020] 127.0.0.1:38362 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:50:42 2020] 127.0.0.1:38396 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                                            # SharingContext::asAn()
[Wed Sep  9 20:50:43 2020] 127.0.0.1:38426 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                   # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
[Wed Sep  9 20:50:44 2020] 127.0.0.1:38458 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/17
    And Updating last share with                                                                 # SharingContext::updatingLastShare()
      | password | secret |
[Wed Sep  9 20:50:44 2020] 127.0.0.1:38504 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/17
    And Updating last share with                                                                 # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | true   |
    Then the OCS status code should be "400"                                                     # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7f4420000000034692a1a (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                     # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                                      # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:50:44 2020] 127.0.0.1:38534 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:50:45 2020] 127.0.0.1:38570 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:50:45 2020] 127.0.0.1:38620 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:50:46 2020] 127.0.0.1:38642 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk without updating password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:341
[Wed Sep  9 20:50:47 2020] 127.0.0.1:38744 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:50:47 2020] 127.0.0.1:38768 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                             # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:50:48 2020] 127.0.0.1:38776 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:50:49 2020] 127.0.0.1:38818 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:50:49 2020] 127.0.0.1:38874 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:50:50 2020] 127.0.0.1:38904 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                          # SharingContext::assureUserExists()
    And As an "user0"                                                                # SharingContext::asAn()
[Wed Sep  9 20:50:50 2020] 127.0.0.1:38946 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                       # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
      | password  | secret         |
[Wed Sep  9 20:50:51 2020] 127.0.0.1:39002 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/18
    And Updating last share with                                                     # SharingContext::updatingLastShare()
      | sendPasswordByTalk | true |
    Then the OCS status code should be "400"                                         # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7f7cf0000000034692a1a (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                         # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                          # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:50:51 2020] 127.0.0.1:39036 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:50:52 2020] 127.0.0.1:39080 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:50:52 2020] 127.0.0.1:39140 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:50:53 2020] 127.0.0.1:39164 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk without updating password set after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:356
[Wed Sep  9 20:50:54 2020] 127.0.0.1:39256 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:50:54 2020] 127.0.0.1:39288 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                                # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:50:55 2020] 127.0.0.1:39292 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:50:56 2020] 127.0.0.1:39344 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:50:57 2020] 127.0.0.1:39390 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:50:57 2020] 127.0.0.1:39438 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                             # SharingContext::assureUserExists()
    And As an "user0"                                                                                   # SharingContext::asAn()
[Wed Sep  9 20:50:58 2020] 127.0.0.1:39470 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                          # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
[Wed Sep  9 20:50:58 2020] 127.0.0.1:39502 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/19
    And Updating last share with                                                                        # SharingContext::updatingLastShare()
      | password | secret |
[Wed Sep  9 20:50:58 2020] 127.0.0.1:39550 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/19
    And Updating last share with                                                                        # SharingContext::updatingLastShare()
      | sendPasswordByTalk | true |
    Then the OCS status code should be "400"                                                            # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7f4680000000034692a1a (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                            # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                                             # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:50:59 2020] 127.0.0.1:39580 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:50:59 2020] 127.0.0.1:39618 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:51:00 2020] 127.0.0.1:39672 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:51:00 2020] 127.0.0.1:39704 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with no password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:372
[Wed Sep  9 20:51:03 2020] 127.0.0.1:39816 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:51:03 2020] 127.0.0.1:39830 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                    # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:51:04 2020] 127.0.0.1:39834 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:51:04 2020] 127.0.0.1:39868 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:51:05 2020] 127.0.0.1:39916 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:51:05 2020] 127.0.0.1:39946 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                       # SharingContext::asAn()
[Wed Sep  9 20:51:06 2020] 127.0.0.1:39978 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                              # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
[Wed Sep  9 20:51:06 2020] 127.0.0.1:40034 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/20
    And Updating last share with                                            # SharingContext::updatingLastShare()
      | sendPasswordByTalk | true |
    Then the OCS status code should be "400"                                # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7edd60000000034692a1a (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                        # SharingContext::lastShareCanBeDownloaded()
[Wed Sep  9 20:51:06 2020] 127.0.0.1:40060 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:51:07 2020] 127.0.0.1:40094 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:51:07 2020] 127.0.0.1:40122 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:51:08 2020] 127.0.0.1:40138 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with no password removed after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:386
[Wed Sep  9 20:51:08 2020] 127.0.0.1:40216 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:51:09 2020] 127.0.0.1:40236 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                           # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:51:09 2020] 127.0.0.1:40240 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:51:10 2020] 127.0.0.1:40278 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:51:10 2020] 127.0.0.1:40316 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:51:11 2020] 127.0.0.1:40332 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                                              # SharingContext::asAn()
[Wed Sep  9 20:51:11 2020] 127.0.0.1:40346 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                     # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
      | password  | secret         |
[Wed Sep  9 20:51:12 2020] 127.0.0.1:40382 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/21
    And Updating last share with                                                                   # SharingContext::updatingLastShare()
      | password |  |
[Wed Sep  9 20:51:12 2020] 127.0.0.1:40408 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/21
    And Updating last share with                                                                   # SharingContext::updatingLastShare()
      | sendPasswordByTalk | true |
    Then the OCS status code should be "400"                                                       # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7ecc00000000034692a1a (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                       # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                                               # SharingContext::lastShareCanBeDownloaded()
[Wed Sep  9 20:51:12 2020] 127.0.0.1:40430 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:51:13 2020] 127.0.0.1:40460 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:51:13 2020] 127.0.0.1:40482 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:51:14 2020] 127.0.0.1:40498 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Disabling send password by Talk without setting new password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:403
[Wed Sep  9 20:51:15 2020] 127.0.0.1:40594 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:51:15 2020] 127.0.0.1:40610 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                 # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:51:16 2020] 127.0.0.1:40614 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:51:16 2020] 127.0.0.1:40640 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:51:17 2020] 127.0.0.1:40658 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:51:17 2020] 127.0.0.1:40674 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                              # SharingContext::assureUserExists()
    And As an "user0"                                                                    # SharingContext::asAn()
[Wed Sep  9 20:51:17 2020] 127.0.0.1:40692 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                           # SharingContext::creatingShare()
      | path               | welcome.txt    |
      | shareType          | 4              |
      | shareWith          | dummy@test.com |
      | password           | secret         |
      | sendPasswordByTalk | true           |
[Wed Sep  9 20:51:17 2020] 127.0.0.1:40712 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/
    And Updating last share with                                                         # SharingContext::updatingLastShare()
      | sendPasswordByTalk | false |
    Then the OCS status code should be "400"                                             # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7ed360000000034692a1a (
          0 => '998'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                             # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                              # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:51:18 2020] 127.0.0.1:40732 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:51:18 2020] 127.0.0.1:40766 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:51:19 2020] 127.0.0.1:40826 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:51:20 2020] 127.0.0.1:40852 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Disabling send password by Talk without setting new password set after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:419
[Wed Sep  9 20:51:21 2020] 127.0.0.1:40926 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:51:25 2020] 127.0.0.1:41092 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                                    # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:51:25 2020] 127.0.0.1:41096 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:51:26 2020] 127.0.0.1:41120 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:51:26 2020] 127.0.0.1:41144 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:51:27 2020] 127.0.0.1:41172 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                                                       # SharingContext::asAn()
[Wed Sep  9 20:51:27 2020] 127.0.0.1:41192 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                              # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
[Wed Sep  9 20:51:27 2020] 127.0.0.1:41216 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/22
    And Updating last share with                                                                            # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | true   |
[Wed Sep  9 20:51:28 2020] 127.0.0.1:41230 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/22
    And Updating last share with                                                                            # SharingContext::updatingLastShare()
      | sendPasswordByTalk | false |
    Then the OCS status code should be "400"                                                                # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7efc00000000034692a1a (
          0 => '100'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                                # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                                                 # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:51:28 2020] 127.0.0.1:41246 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:51:28 2020] 127.0.0.1:41272 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:51:29 2020] 127.0.0.1:41304 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:51:29 2020] 127.0.0.1:41314 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Disabling send password by Talk setting same password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:436
[Wed Sep  9 20:51:30 2020] 127.0.0.1:41344 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:51:30 2020] 127.0.0.1:41356 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                          # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:51:31 2020] 127.0.0.1:41360 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:51:31 2020] 127.0.0.1:41378 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:51:32 2020] 127.0.0.1:41394 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:51:32 2020] 127.0.0.1:41410 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                       # SharingContext::assureUserExists()
    And As an "user0"                                                             # SharingContext::asAn()
[Wed Sep  9 20:51:32 2020] 127.0.0.1:41420 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                    # SharingContext::creatingShare()
      | path               | welcome.txt    |
      | shareType          | 4              |
      | shareWith          | dummy@test.com |
      | password           | secret         |
      | sendPasswordByTalk | true           |
[Wed Sep  9 20:51:32 2020] 127.0.0.1:41436 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/
    And Updating last share with                                                  # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | false  |
    Then the OCS status code should be "400"                                      # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7ef700000000034692a1a (
          0 => '998'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                      # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                       # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:51:35 2020] 127.0.0.1:41450 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:51:36 2020] 127.0.0.1:41482 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:51:36 2020] 127.0.0.1:41500 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:51:38 2020] 127.0.0.1:41514 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Disabling send password by Talk setting same password set after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:453
[Wed Sep  9 20:51:39 2020] 127.0.0.1:41566 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:51:39 2020] 127.0.0.1:41580 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                             # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:51:40 2020] 127.0.0.1:41584 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:51:41 2020] 127.0.0.1:41594 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:51:41 2020] 127.0.0.1:41612 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:51:41 2020] 127.0.0.1:41632 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                          # SharingContext::assureUserExists()
    And As an "user0"                                                                                # SharingContext::asAn()
[Wed Sep  9 20:51:41 2020] 127.0.0.1:41658 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                       # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
[Wed Sep  9 20:51:42 2020] 127.0.0.1:41676 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/23
    And Updating last share with                                                                     # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | true   |
[Wed Sep  9 20:51:42 2020] 127.0.0.1:41696 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/23
    And Updating last share with                                                                     # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | false  |
    Then the OCS status code should be "400"                                                         # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7eeb30000000034692a1a (
          0 => '100'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                         # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                                          # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:51:43 2020] 127.0.0.1:41726 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:51:46 2020] 127.0.0.1:41748 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:51:46 2020] 127.0.0.1:41768 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:51:47 2020] 127.0.0.1:41774 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Disabling send password by Talk setting new password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:471
[Wed Sep  9 20:51:48 2020] 127.0.0.1:41810 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:51:48 2020] 127.0.0.1:41824 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                         # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:51:49 2020] 127.0.0.1:41828 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:51:50 2020] 127.0.0.1:41848 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:51:50 2020] 127.0.0.1:41880 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:51:50 2020] 127.0.0.1:41898 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                            # SharingContext::asAn()
[Wed Sep  9 20:51:50 2020] 127.0.0.1:41914 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                   # SharingContext::creatingShare()
      | path               | welcome.txt    |
      | shareType          | 4              |
      | shareWith          | dummy@test.com |
      | password           | secret         |
      | sendPasswordByTalk | true           |
[Wed Sep  9 20:51:51 2020] 127.0.0.1:41926 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/
    And Updating last share with                                                 # SharingContext::updatingLastShare()
      | password           | another secret |
      | sendPasswordByTalk | false          |
    Then the OCS status code should be "100"                                     # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &0000000070f7ee010000000034692a1a (
          0 => '998'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                     # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "another secret" can be downloaded              # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:51:51 2020] 127.0.0.1:41940 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:51:51 2020] 127.0.0.1:41964 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:51:52 2020] 127.0.0.1:41996 [200]: /apps/testing/clean_opcode_cache.php

@rullzer rullzer merged commit b5cb33e into stable19 Sep 10, 2020
@rullzer rullzer deleted the backport/22651/stable19 branch September 10, 2020 06:45
@rullzer rullzer mentioned this pull request Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants