Skip to content

Conversation

@backportbot-nextcloud
Copy link

backport of #22948

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
The files:transfer-ownership performs a sanitization of users with
"risky" display names (including characters like "\" or "/").

In order to allow (escaped) double quotes in the display name the
regular expression used in the "user XXX with displayname YYY exists"
step had to be adjusted.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Until recently (it was fixed in ac2999a) when a path was transferred
other shares with the target user were removed, so a test was added to
ensure that it does not happen again.

Besides that a test to ensure that other files with the target user are
not transferred was added too (it did not fail before, but seemed
convenient to have that covered too :-) ).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
@backportbot-nextcloud backportbot-nextcloud bot added this to the Nextcloud 20 milestone Sep 24, 2020
@rullzer rullzer added the 3. to review Waiting for reviews label Sep 24, 2020
@faily-bot
Copy link

faily-bot bot commented Sep 24, 2020

🤖 beep boop beep 🤖

Here are the logs for the failed build:

Status of 33360: failure

mariadb10.4-php7.3

Show full log
There was 1 error:

1) OCA\DAV\Tests\unit\CardDAV\CardDavBackendTest::testMultipleUIDOnDifferentAddressbooks
TypeError: Argument 2 passed to OCA\DAV\Events\AddressBookCreatedEvent::__construct() must be of the type array, null given, called in /drone/src/apps/dav/lib/CardDAV/CardDavBackend.php on line 459

/drone/src/apps/dav/lib/Events/AddressBookCreatedEvent.php:51
/drone/src/apps/dav/lib/CardDAV/CardDavBackend.php:459
/drone/src/apps/dav/tests/unit/CardDAV/CardDavBackendTest.php:379

--

There were 2 warnings:

1) Test\Files\ViewTest::testRenameFailDeleteTargetKeepSource
Trying to configure method "writeStream" which cannot be configured because it does not exist, has not been specified, is final, or is static

2) Test\Files\ViewTest::testCopyFailDeleteTargetKeepSource
Trying to configure method "writeStream" which cannot be configured because it does not exist, has not been specified, is final, or is static

mysql8.0-php7.2

  • cancelled - typically means that the tests took longer than the drone CI allows them to run

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
[Thu Sep 24 13:48:51 2020] 127.0.0.1:40824 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:48:52 2020] 127.0.0.1:40872 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:48:52 2020] 127.0.0.1:40906 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:48:52 2020] 127.0.0.1:40932 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                # SharingContext::assureUserExists()
    And As an "user0"                                        # SharingContext::asAn()
[Thu Sep 24 13:48:52 2020] 127.0.0.1:40950 [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 &000000003229aa01000000006b8ed326 (
          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()
[Thu Sep 24 13:48:53 2020] 127.0.0.1:40966 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:48:53 2020] 127.0.0.1:41034 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 13:48:54 2020] 127.0.0.1:41052 [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
[Thu Sep 24 13:48:54 2020] 127.0.0.1:41118 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:48:55 2020] 127.0.0.1:41120 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:48:55 2020] 127.0.0.1:41148 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:48:56 2020] 127.0.0.1:41186 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:48:56 2020] 127.0.0.1:41196 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                               # SharingContext::assureUserExists()
    And As an "user0"                                       # SharingContext::asAn()
[Thu Sep 24 13:48:56 2020] 127.0.0.1:41202 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                              # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Thu Sep 24 13:48:57 2020] 127.0.0.1:41224 [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 &000000003229aab6000000006b8ed326 (
          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()
[Thu Sep 24 13:48:57 2020] 127.0.0.1:41244 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:48:57 2020] 127.0.0.1:41278 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 13:48:58 2020] 127.0.0.1:41308 [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
[Thu Sep 24 13:48:59 2020] 127.0.0.1:41342 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:48:59 2020] 127.0.0.1:41344 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:49:00 2020] 127.0.0.1:41364 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:49:00 2020] 127.0.0.1:41400 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:00 2020] 127.0.0.1:41418 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                              # SharingContext::asAn()
[Thu Sep 24 13:49:01 2020] 127.0.0.1:41426 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                     # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
      | password  | secret      |
[Thu Sep 24 13:49:01 2020] 127.0.0.1:41452 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/2
    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 &000000003229ab2d000000006b8ed326 (
          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()
[Thu Sep 24 13:49:02 2020] 127.0.0.1:41472 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:02 2020] 127.0.0.1:41508 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 13:49:03 2020] 127.0.0.1:41534 [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
[Thu Sep 24 13:49:03 2020] 127.0.0.1:41566 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:49:04 2020] 127.0.0.1:41568 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:49:05 2020] 127.0.0.1:41590 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:49:05 2020] 127.0.0.1:41656 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:05 2020] 127.0.0.1:41666 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                         # SharingContext::assureUserExists()
    And As an "user0"                                                                                 # SharingContext::asAn()
[Thu Sep 24 13:49:06 2020] 127.0.0.1:41676 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                        # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Thu Sep 24 13:49:06 2020] 127.0.0.1:41688 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/3
    And Updating last share with                                                                      # SharingContext::updatingLastShare()
      | password | secret |
[Thu Sep 24 13:49:06 2020] 127.0.0.1:41710 [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 &000000003229abf0000000006b8ed326 (
          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()
[Thu Sep 24 13:49:07 2020] 127.0.0.1:41724 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:07 2020] 127.0.0.1:41756 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 13:49:08 2020] 127.0.0.1:41790 [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
[Thu Sep 24 13:49:08 2020] 127.0.0.1:41822 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:49:09 2020] 127.0.0.1:41824 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:49:10 2020] 127.0.0.1:41860 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:49:10 2020] 127.0.0.1:41890 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:10 2020] 127.0.0.1:41906 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                         # SharingContext::asAn()
[Thu Sep 24 13:49:11 2020] 127.0.0.1:41918 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
      | password  | secret      |
[Thu Sep 24 13:49:11 2020] 127.0.0.1:41942 [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 &000000003229a84f000000006b8ed326 (
          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()
[Thu Sep 24 13:49:12 2020] 127.0.0.1:41962 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:12 2020] 127.0.0.1:42022 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 13:49:13 2020] 127.0.0.1:42054 [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
[Thu Sep 24 13:49:13 2020] 127.0.0.1:42080 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:49:14 2020] 127.0.0.1:42082 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:49:14 2020] 127.0.0.1:42098 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:49:15 2020] 127.0.0.1:42128 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:15 2020] 127.0.0.1:42144 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                    # SharingContext::assureUserExists()
    And As an "user0"                                                                            # SharingContext::asAn()
[Thu Sep 24 13:49:15 2020] 127.0.0.1:42156 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                   # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Thu Sep 24 13:49:16 2020] 127.0.0.1:42188 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/5
    And Updating last share with                                                                 # SharingContext::updatingLastShare()
      | password | secret |
[Thu Sep 24 13:49:16 2020] 127.0.0.1:42208 [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 &000000003229a812000000006b8ed326 (
          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()
[Thu Sep 24 13:49:17 2020] 127.0.0.1:42226 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:17 2020] 127.0.0.1:42258 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 13:49:18 2020] 127.0.0.1:42290 [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
[Thu Sep 24 13:49:18 2020] 127.0.0.1:42328 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:49:19 2020] 127.0.0.1:42330 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:49:19 2020] 127.0.0.1:42348 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:49:20 2020] 127.0.0.1:42376 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:20 2020] 127.0.0.1:42386 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                                # SharingContext::asAn()
[Thu Sep 24 13:49:20 2020] 127.0.0.1:42406 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                       # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
      | password  | secret      |
[Thu Sep 24 13:49:21 2020] 127.0.0.1:42418 [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 &000000003229a891000000006b8ed326 (
          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()
[Thu Sep 24 13:49:21 2020] 127.0.0.1:42440 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:21 2020] 127.0.0.1:42464 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 13:49:22 2020] 127.0.0.1:42490 [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
[Thu Sep 24 13:49:23 2020] 127.0.0.1:42514 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:49:23 2020] 127.0.0.1:42518 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:49:24 2020] 127.0.0.1:42544 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:49:24 2020] 127.0.0.1:42568 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:24 2020] 127.0.0.1:42600 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                           # SharingContext::assureUserExists()
    And As an "user0"                                                                                   # SharingContext::asAn()
[Thu Sep 24 13:49:25 2020] 127.0.0.1:42614 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                          # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Thu Sep 24 13:49:25 2020] 127.0.0.1:42634 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/7
    And Updating last share with                                                                        # SharingContext::updatingLastShare()
      | password | secret |
[Thu Sep 24 13:49:26 2020] 127.0.0.1:42664 [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 &000000003229a934000000006b8ed326 (
          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()
[Thu Sep 24 13:49:26 2020] 127.0.0.1:42686 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:27 2020] 127.0.0.1:42706 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 13:49:27 2020] 127.0.0.1:42736 [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
[Thu Sep 24 13:49:28 2020] 127.0.0.1:42772 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:49:28 2020] 127.0.0.1:42774 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:49:29 2020] 127.0.0.1:42790 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:49:29 2020] 127.0.0.1:42812 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:30 2020] 127.0.0.1:42824 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                               # SharingContext::assureUserExists()
    And As an "user0"                                                       # SharingContext::asAn()
[Thu Sep 24 13:49:30 2020] 127.0.0.1:42832 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                              # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Thu Sep 24 13:49:30 2020] 127.0.0.1:42860 [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 &000000003229a9b3000000006b8ed326 (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                        # SharingContext::lastShareCanBeDownloaded()
[Thu Sep 24 13:49:31 2020] 127.0.0.1:42878 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:31 2020] 127.0.0.1:42908 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 13:49:32 2020] 127.0.0.1:42926 [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
[Thu Sep 24 13:49:32 2020] 127.0.0.1:42956 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:49:33 2020] 127.0.0.1:42958 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:49:34 2020] 127.0.0.1:42974 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:49:34 2020] 127.0.0.1:42996 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:34 2020] 127.0.0.1:43014 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                                              # SharingContext::asAn()
[Thu Sep 24 13:49:35 2020] 127.0.0.1:43024 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                     # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
      | password  | secret      |
[Thu Sep 24 13:49:35 2020] 127.0.0.1:43052 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/9
    And Updating last share with                                                                   # SharingContext::updatingLastShare()
      | password |  |
[Thu Sep 24 13:49:36 2020] 127.0.0.1:43066 [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 &000000003229b656000000006b8ed326 (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                       # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                                               # SharingContext::lastShareCanBeDownloaded()
[Thu Sep 24 13:49:36 2020] 127.0.0.1:43086 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:36 2020] 127.0.0.1:43118 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 13:49:37 2020] 127.0.0.1:43146 [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
[Thu Sep 24 13:49:38 2020] 127.0.0.1:43180 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:49:38 2020] 127.0.0.1:43188 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                 # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:49:38 2020] 127.0.0.1:43190 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:49:39 2020] 127.0.0.1:43212 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:49:40 2020] 127.0.0.1:43228 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:40 2020] 127.0.0.1:43246 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                              # SharingContext::assureUserExists()
    And As an "user0"                                                                    # SharingContext::asAn()
[Thu Sep 24 13:49:40 2020] 127.0.0.1:43254 [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        |
[Thu Sep 24 13:49:41 2020] 127.0.0.1:43274 [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 &000000003229b6c2000000006b8ed326 (
          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()
[Thu Sep 24 13:49:41 2020] 127.0.0.1:43294 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:41 2020] 127.0.0.1:43330 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:49:42 2020] 127.0.0.1:43360 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 13:49:48 2020] 127.0.0.1:43614 [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
[Thu Sep 24 13:49:49 2020] 127.0.0.1:43694 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:49:49 2020] 127.0.0.1:43728 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                          # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:49:50 2020] 127.0.0.1:43732 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:49:50 2020] 127.0.0.1:43760 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:49:51 2020] 127.0.0.1:43794 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:51 2020] 127.0.0.1:43812 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                       # SharingContext::assureUserExists()
    And As an "user0"                                                             # SharingContext::asAn()
[Thu Sep 24 13:49:51 2020] 127.0.0.1:43830 [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        |
[Thu Sep 24 13:49:52 2020] 127.0.0.1:43860 [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 &000000003229b7ca000000006b8ed326 (
          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()
[Thu Sep 24 13:49:52 2020] 127.0.0.1:43890 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:49:52 2020] 127.0.0.1:43950 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:49:53 2020] 127.0.0.1:44056 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 13:50:00 2020] 127.0.0.1:44600 [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
[Thu Sep 24 13:50:00 2020] 127.0.0.1:44662 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:50:00 2020] 127.0.0.1:44680 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                         # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:50:01 2020] 127.0.0.1:44682 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:02 2020] 127.0.0.1:44782 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:50:02 2020] 127.0.0.1:44826 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:02 2020] 127.0.0.1:44848 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                            # SharingContext::asAn()
[Thu Sep 24 13:50:02 2020] 127.0.0.1:44866 [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        |
[Thu Sep 24 13:50:03 2020] 127.0.0.1:44880 [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 &000000003229b4f6000000006b8ed326 (
          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()
[Thu Sep 24 13:50:03 2020] 127.0.0.1:44902 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:03 2020] 127.0.0.1:44948 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:04 2020] 127.0.0.1:45004 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 13:50:10 2020] 127.0.0.1:45644 [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
[Thu Sep 24 13:50:11 2020] 127.0.0.1:45742 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:50:11 2020] 127.0.0.1:45800 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                     # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:50:12 2020] 127.0.0.1:45802 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:12 2020] 127.0.0.1:45876 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:50:13 2020] 127.0.0.1:45984 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:13 2020] 127.0.0.1:46064 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                  # SharingContext::assureUserExists()
    And As an "user0"                                        # SharingContext::asAn()
[Thu Sep 24 13:50:13 2020] 127.0.0.1:46136 [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 &000000003229b5e2000000006b8ed326 (
          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()
[Thu Sep 24 13:50:14 2020] 127.0.0.1:46146 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:14 2020] 127.0.0.1:46212 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:14 2020] 127.0.0.1:46280 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 13:50:15 2020] 127.0.0.1:46360 [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
[Thu Sep 24 13:50:16 2020] 127.0.0.1:46624 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:50:16 2020] 127.0.0.1:46658 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                    # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:50:17 2020] 127.0.0.1:46660 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:17 2020] 127.0.0.1:46686 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:50:17 2020] 127.0.0.1:46722 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:18 2020] 127.0.0.1:46760 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                 # SharingContext::assureUserExists()
    And As an "user0"                                       # SharingContext::asAn()
[Thu Sep 24 13:50:18 2020] 127.0.0.1:46778 [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 |
[Thu Sep 24 13:50:18 2020] 127.0.0.1:46828 [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 &000000003229b266000000006b8ed326 (
          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()
[Thu Sep 24 13:50:19 2020] 127.0.0.1:46866 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:19 2020] 127.0.0.1:46930 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:20 2020] 127.0.0.1:46992 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 13:50:20 2020] 127.0.0.1:47058 [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
[Thu Sep 24 13:50:21 2020] 127.0.0.1:47238 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:50:21 2020] 127.0.0.1:47262 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                           # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:50:22 2020] 127.0.0.1:47264 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:22 2020] 127.0.0.1:47302 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:50:23 2020] 127.0.0.1:47384 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:23 2020] 127.0.0.1:47446 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                              # SharingContext::asAn()
[Thu Sep 24 13:50:24 2020] 127.0.0.1:47492 [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         |
[Thu Sep 24 13:50:24 2020] 127.0.0.1:47596 [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 &000000003229b215000000006b8ed326 (
          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()
[Thu Sep 24 13:50:25 2020] 127.0.0.1:47630 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:25 2020] 127.0.0.1:47712 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:25 2020] 127.0.0.1:47794 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 13:50:26 2020] 127.0.0.1:47824 [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
[Thu Sep 24 13:50:27 2020] 127.0.0.1:48026 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:50:27 2020] 127.0.0.1:48064 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                              # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:50:27 2020] 127.0.0.1:48066 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:28 2020] 127.0.0.1:48090 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:50:28 2020] 127.0.0.1:48176 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:29 2020] 127.0.0.1:48200 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                           # SharingContext::assureUserExists()
    And As an "user0"                                                                                 # SharingContext::asAn()
[Thu Sep 24 13:50:29 2020] 127.0.0.1:48216 [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 |
[Thu Sep 24 13:50:29 2020] 127.0.0.1:48268 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/15
    And Updating last share with                                                                      # SharingContext::updatingLastShare()
      | password | secret |
[Thu Sep 24 13:50:30 2020] 127.0.0.1:48324 [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 &000000003229b282000000006b8ed326 (
          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()
[Thu Sep 24 13:50:30 2020] 127.0.0.1:48382 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:30 2020] 127.0.0.1:48496 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:31 2020] 127.0.0.1:48548 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 13:50:32 2020] 127.0.0.1:48594 [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
[Thu Sep 24 13:50:32 2020] 127.0.0.1:48698 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:50:32 2020] 127.0.0.1:48756 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                      # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:50:33 2020] 127.0.0.1:48758 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:34 2020] 127.0.0.1:48844 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:50:34 2020] 127.0.0.1:48924 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:34 2020] 127.0.0.1:48974 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                   # SharingContext::assureUserExists()
    And As an "user0"                                                         # SharingContext::asAn()
[Thu Sep 24 13:50:35 2020] 127.0.0.1:48986 [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         |
[Thu Sep 24 13:50:35 2020] 127.0.0.1:49058 [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 &000000003229b307000000006b8ed326 (
          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()
[Thu Sep 24 13:50:36 2020] 127.0.0.1:49118 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:36 2020] 127.0.0.1:49194 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:37 2020] 127.0.0.1:49250 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 13:50:37 2020] 127.0.0.1:49278 [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
[Thu Sep 24 13:50:38 2020] 127.0.0.1:49364 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:50:38 2020] 127.0.0.1:49390 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                         # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:50:39 2020] 127.0.0.1:49392 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:39 2020] 127.0.0.1:49456 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:50:40 2020] 127.0.0.1:49520 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:40 2020] 127.0.0.1:49544 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                                            # SharingContext::asAn()
[Thu Sep 24 13:50:40 2020] 127.0.0.1:49568 [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 |
[Thu Sep 24 13:50:41 2020] 127.0.0.1:49598 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/17
    And Updating last share with                                                                 # SharingContext::updatingLastShare()
      | password | secret |
[Thu Sep 24 13:50:41 2020] 127.0.0.1:49680 [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 &000000003229b3b4000000006b8ed326 (
          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()
[Thu Sep 24 13:50:41 2020] 127.0.0.1:49720 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:42 2020] 127.0.0.1:49776 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:42 2020] 127.0.0.1:49850 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 13:50:42 2020] 127.0.0.1:49878 [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
[Thu Sep 24 13:50:43 2020] 127.0.0.1:50026 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:50:43 2020] 127.0.0.1:50076 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                             # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:50:44 2020] 127.0.0.1:50080 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:44 2020] 127.0.0.1:50168 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:50:45 2020] 127.0.0.1:50262 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:45 2020] 127.0.0.1:50300 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                          # SharingContext::assureUserExists()
    And As an "user0"                                                                # SharingContext::asAn()
[Thu Sep 24 13:50:46 2020] 127.0.0.1:50328 [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         |
[Thu Sep 24 13:50:46 2020] 127.0.0.1:50426 [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 &000000003229b039000000006b8ed326 (
          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()
[Thu Sep 24 13:50:46 2020] 127.0.0.1:50460 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:47 2020] 127.0.0.1:50542 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:47 2020] 127.0.0.1:50610 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 13:50:48 2020] 127.0.0.1:50646 [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
[Thu Sep 24 13:50:48 2020] 127.0.0.1:50772 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:50:49 2020] 127.0.0.1:50802 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                                # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:50:49 2020] 127.0.0.1:50812 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:50 2020] 127.0.0.1:50870 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:50:50 2020] 127.0.0.1:50942 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:50 2020] 127.0.0.1:50988 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                             # SharingContext::assureUserExists()
    And As an "user0"                                                                                   # SharingContext::asAn()
[Thu Sep 24 13:50:51 2020] 127.0.0.1:51032 [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 |
[Thu Sep 24 13:50:52 2020] 127.0.0.1:51084 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/19
    And Updating last share with                                                                        # SharingContext::updatingLastShare()
      | password | secret |
[Thu Sep 24 13:50:52 2020] 127.0.0.1:51180 [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 &000000003229b39a000000006b8ed326 (
          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()
[Thu Sep 24 13:50:52 2020] 127.0.0.1:51216 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:53 2020] 127.0.0.1:51294 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:53 2020] 127.0.0.1:51380 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 13:50:54 2020] 127.0.0.1:51418 [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
[Thu Sep 24 13:50:54 2020] 127.0.0.1:51562 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:50:55 2020] 127.0.0.1:51608 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                    # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:50:55 2020] 127.0.0.1:51610 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:56 2020] 127.0.0.1:51700 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:50:56 2020] 127.0.0.1:51778 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:56 2020] 127.0.0.1:51838 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                       # SharingContext::asAn()
[Thu Sep 24 13:50:57 2020] 127.0.0.1:51900 [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 |
[Thu Sep 24 13:50:57 2020] 127.0.0.1:51966 [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 &000000003229aa0b000000006b8ed326 (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                        # SharingContext::lastShareCanBeDownloaded()
[Thu Sep 24 13:50:57 2020] 127.0.0.1:52026 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:50:58 2020] 127.0.0.1:52118 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:50:58 2020] 127.0.0.1:52228 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 13:50:59 2020] 127.0.0.1:52272 [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
[Thu Sep 24 13:50:59 2020] 127.0.0.1:52422 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:51:00 2020] 127.0.0.1:52460 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                           # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:51:00 2020] 127.0.0.1:52462 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:51:01 2020] 127.0.0.1:52534 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:51:01 2020] 127.0.0.1:52608 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:51:01 2020] 127.0.0.1:52650 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                                              # SharingContext::asAn()
[Thu Sep 24 13:51:02 2020] 127.0.0.1:52684 [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         |
[Thu Sep 24 13:51:02 2020] 127.0.0.1:52792 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/21
    And Updating last share with                                                                   # SharingContext::updatingLastShare()
      | password |  |
[Thu Sep 24 13:51:02 2020] 127.0.0.1:52834 [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 &000000003229ab56000000006b8ed326 (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                       # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                                               # SharingContext::lastShareCanBeDownloaded()
[Thu Sep 24 13:51:03 2020] 127.0.0.1:52892 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:51:03 2020] 127.0.0.1:52982 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:51:03 2020] 127.0.0.1:53038 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 13:51:04 2020] 127.0.0.1:53076 [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
[Thu Sep 24 13:51:05 2020] 127.0.0.1:53186 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:51:05 2020] 127.0.0.1:53232 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                 # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:51:05 2020] 127.0.0.1:53236 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:51:06 2020] 127.0.0.1:53282 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:51:06 2020] 127.0.0.1:53364 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:51:07 2020] 127.0.0.1:53398 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                              # SharingContext::assureUserExists()
    And As an "user0"                                                                    # SharingContext::asAn()
[Thu Sep 24 13:51:07 2020] 127.0.0.1:53444 [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           |
[Thu Sep 24 13:51:07 2020] 127.0.0.1:53474 [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 &000000003229aadf000000006b8ed326 (
          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()
[Thu Sep 24 13:51:08 2020] 127.0.0.1:53518 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:51:08 2020] 127.0.0.1:53588 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:51:08 2020] 127.0.0.1:53642 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 13:51:09 2020] 127.0.0.1:53684 [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
[Thu Sep 24 13:51:10 2020] 127.0.0.1:53806 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:51:10 2020] 127.0.0.1:53822 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                                    # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:51:10 2020] 127.0.0.1:53824 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:51:11 2020] 127.0.0.1:53866 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:51:11 2020] 127.0.0.1:53922 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:51:12 2020] 127.0.0.1:53956 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                                                       # SharingContext::asAn()
[Thu Sep 24 13:51:12 2020] 127.0.0.1:53988 [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 |
[Thu Sep 24 13:51:12 2020] 127.0.0.1:54030 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/22
    And Updating last share with                                                                            # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | true   |
[Thu Sep 24 13:51:12 2020] 127.0.0.1:54070 [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 &000000003229a836000000006b8ed326 (
          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()
[Thu Sep 24 13:51:13 2020] 127.0.0.1:54104 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:51:13 2020] 127.0.0.1:54158 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:51:14 2020] 127.0.0.1:54212 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 13:51:14 2020] 127.0.0.1:54250 [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
[Thu Sep 24 13:51:15 2020] 127.0.0.1:54368 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:51:15 2020] 127.0.0.1:54402 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                          # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:51:16 2020] 127.0.0.1:54404 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:51:16 2020] 127.0.0.1:54480 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:51:17 2020] 127.0.0.1:54556 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:51:17 2020] 127.0.0.1:54604 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                       # SharingContext::assureUserExists()
    And As an "user0"                                                             # SharingContext::asAn()
[Thu Sep 24 13:51:17 2020] 127.0.0.1:54628 [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           |
[Thu Sep 24 13:51:18 2020] 127.0.0.1:54680 [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 &000000003229a8c0000000006b8ed326 (
          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()
[Thu Sep 24 13:51:18 2020] 127.0.0.1:54716 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:51:18 2020] 127.0.0.1:54796 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:51:19 2020] 127.0.0.1:54866 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 13:51:19 2020] 127.0.0.1:54916 [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
[Thu Sep 24 13:51:20 2020] 127.0.0.1:55000 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:51:20 2020] 127.0.0.1:55032 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                             # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:51:21 2020] 127.0.0.1:55034 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:51:21 2020] 127.0.0.1:55082 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:51:22 2020] 127.0.0.1:55124 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:51:22 2020] 127.0.0.1:55154 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                          # SharingContext::assureUserExists()
    And As an "user0"                                                                                # SharingContext::asAn()
[Thu Sep 24 13:51:22 2020] 127.0.0.1:55196 [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 |
[Thu Sep 24 13:51:22 2020] 127.0.0.1:55250 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/23
    And Updating last share with                                                                     # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | true   |
[Thu Sep 24 13:51:23 2020] 127.0.0.1:55288 [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 &000000003229a971000000006b8ed326 (
          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()
[Thu Sep 24 13:51:24 2020] 127.0.0.1:55350 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:51:24 2020] 127.0.0.1:55418 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:51:24 2020] 127.0.0.1:55482 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 13:51:25 2020] 127.0.0.1:55520 [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
[Thu Sep 24 13:51:25 2020] 127.0.0.1:55600 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 13:51:26 2020] 127.0.0.1:55630 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                         # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 13:51:26 2020] 127.0.0.1:55632 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:51:27 2020] 127.0.0.1:55664 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 13:51:27 2020] 127.0.0.1:55702 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:51:27 2020] 127.0.0.1:55726 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                            # SharingContext::asAn()
[Thu Sep 24 13:51:27 2020] 127.0.0.1:55780 [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           |
[Thu Sep 24 13:51:28 2020] 127.0.0.1:55796 [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 &000000003229a91d000000006b8ed326 (
          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()
[Thu Sep 24 13:51:28 2020] 127.0.0.1:55818 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 13:51:28 2020] 127.0.0.1:55854 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 13:51:29 2020] 127.0.0.1:55884 [200]: /apps/testing/clean_opcode_cache.php

@rullzer rullzer merged commit d81b4e2 into stable20 Sep 24, 2020
@rullzer rullzer deleted the backport/22948/stable20 branch September 24, 2020 19:32
@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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants