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

Run stat less often for objectstorages #22729

Merged
merged 1 commit into from
Sep 9, 2020

Conversation

rullzer
Copy link
Member

@rullzer rullzer commented Sep 8, 2020

When we want to get the permissions we now do stat at least 5 times for
each entry. Which is a bit much. Especially since the permssions are all
just in the database already.

Signed-off-by: Roeland Jago Douma roeland@famdouma.nl

When we want to get the permissions we now do stat at least 5 times for
each entry. Which is a bit much. Especially since the permssions are all
just in the database already.

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

faily-bot bot commented Sep 8, 2020

🤖 beep boop beep 🤖

Here are the logs for the failed build:

Status of 32858: failure

mysql5.6-php7.2

Show full log
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

--

There was 1 failure:

1) Test\Share20\DefaultShareProviderTest::testGetSharedWithUser with data set #1 ('smb::whatever', 'files/test.txt', 'files/test2.txt')
Failed asserting that '42' matches expected 0.

/drone/src/tests/lib/Share20/DefaultShareProviderTest.php:958

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
[Tue Sep  8 14:19:06 2020] 127.0.0.1:60896 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:19:06 2020] 127.0.0.1:60928 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:19:07 2020] 127.0.0.1:60958 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:07 2020] 127.0.0.1:60968 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                # SharingContext::assureUserExists()
    And As an "user0"                                        # SharingContext::asAn()
[Tue Sep  8 14:19:07 2020] 127.0.0.1:60976 [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 &00000000623eaea2000000003dba51c2 (
          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()
[Tue Sep  8 14:19:08 2020] 127.0.0.1:60990 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:08 2020] 127.0.0.1:32784 [404]: /ocs/v2.php/cloud/users/user0

[Tue Sep  8 14:19:09 2020] 127.0.0.1:32806 [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
[Tue Sep  8 14:19:10 2020] 127.0.0.1:32836 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:19:10 2020] 127.0.0.1:32838 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:19:11 2020] 127.0.0.1:32852 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:19:12 2020] 127.0.0.1:32892 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:12 2020] 127.0.0.1:32904 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                               # SharingContext::assureUserExists()
    And As an "user0"                                       # SharingContext::asAn()
[Tue Sep  8 14:19:12 2020] 127.0.0.1:32924 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                              # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Tue Sep  8 14:19:13 2020] 127.0.0.1:32946 [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 &00000000623eae19000000003dba51c2 (
          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()
[Tue Sep  8 14:19:13 2020] 127.0.0.1:32962 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:14 2020] 127.0.0.1:33004 [404]: /ocs/v2.php/cloud/users/user0

[Tue Sep  8 14:19:14 2020] 127.0.0.1:33048 [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
[Tue Sep  8 14:19:15 2020] 127.0.0.1:33106 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:19:16 2020] 127.0.0.1:33108 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:19:16 2020] 127.0.0.1:33124 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:19:17 2020] 127.0.0.1:33136 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:17 2020] 127.0.0.1:33144 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                              # SharingContext::asAn()
[Tue Sep  8 14:19:17 2020] 127.0.0.1:33162 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                     # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
      | password  | secret      |
[Tue Sep  8 14:19:18 2020] 127.0.0.1:33176 [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 &00000000623eaf8e000000003dba51c2 (
          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()
[Tue Sep  8 14:19:18 2020] 127.0.0.1:33186 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:19 2020] 127.0.0.1:33214 [404]: /ocs/v2.php/cloud/users/user0

[Tue Sep  8 14:19:19 2020] 127.0.0.1:33244 [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
[Tue Sep  8 14:19:20 2020] 127.0.0.1:33274 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:19:21 2020] 127.0.0.1:33276 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:19:21 2020] 127.0.0.1:33290 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:19:22 2020] 127.0.0.1:33314 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:22 2020] 127.0.0.1:33328 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                         # SharingContext::assureUserExists()
    And As an "user0"                                                                                 # SharingContext::asAn()
[Tue Sep  8 14:19:22 2020] 127.0.0.1:33346 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                        # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Tue Sep  8 14:19:23 2020] 127.0.0.1:33364 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/3
    And Updating last share with                                                                      # SharingContext::updatingLastShare()
      | password | secret |
[Tue Sep  8 14:19:23 2020] 127.0.0.1:33388 [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 &00000000623eaf53000000003dba51c2 (
          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()
[Tue Sep  8 14:19:24 2020] 127.0.0.1:33402 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:24 2020] 127.0.0.1:33430 [404]: /ocs/v2.php/cloud/users/user0

[Tue Sep  8 14:19:24 2020] 127.0.0.1:33454 [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
[Tue Sep  8 14:19:25 2020] 127.0.0.1:33492 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:19:26 2020] 127.0.0.1:33494 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:19:26 2020] 127.0.0.1:33502 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:19:27 2020] 127.0.0.1:33514 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:27 2020] 127.0.0.1:33524 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                         # SharingContext::asAn()
[Tue Sep  8 14:19:28 2020] 127.0.0.1:33530 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
      | password  | secret      |
[Tue Sep  8 14:19:28 2020] 127.0.0.1:33546 [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 &00000000623eacd0000000003dba51c2 (
          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()
[Tue Sep  8 14:19:29 2020] 127.0.0.1:33566 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:29 2020] 127.0.0.1:33604 [404]: /ocs/v2.php/cloud/users/user0

[Tue Sep  8 14:19:30 2020] 127.0.0.1:33628 [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
[Tue Sep  8 14:19:30 2020] 127.0.0.1:33686 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:19:31 2020] 127.0.0.1:33688 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:19:32 2020] 127.0.0.1:33726 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:19:32 2020] 127.0.0.1:33766 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:32 2020] 127.0.0.1:33782 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                    # SharingContext::assureUserExists()
    And As an "user0"                                                                            # SharingContext::asAn()
[Tue Sep  8 14:19:33 2020] 127.0.0.1:33790 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                   # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Tue Sep  8 14:19:33 2020] 127.0.0.1:33800 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/5
    And Updating last share with                                                                 # SharingContext::updatingLastShare()
      | password | secret |
[Tue Sep  8 14:19:33 2020] 127.0.0.1:33828 [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 &00000000623eacb5000000003dba51c2 (
          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()
[Tue Sep  8 14:19:34 2020] 127.0.0.1:33846 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:34 2020] 127.0.0.1:33868 [404]: /ocs/v2.php/cloud/users/user0

[Tue Sep  8 14:19:35 2020] 127.0.0.1:33892 [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
[Tue Sep  8 14:19:36 2020] 127.0.0.1:33924 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:19:36 2020] 127.0.0.1:33926 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:19:37 2020] 127.0.0.1:33942 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:19:37 2020] 127.0.0.1:33958 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:37 2020] 127.0.0.1:33968 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                                # SharingContext::asAn()
[Tue Sep  8 14:19:38 2020] 127.0.0.1:33974 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                       # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
      | password  | secret      |
[Tue Sep  8 14:19:38 2020] 127.0.0.1:33990 [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 &00000000623eac32000000003dba51c2 (
          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()
[Tue Sep  8 14:19:39 2020] 127.0.0.1:34006 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:39 2020] 127.0.0.1:34030 [404]: /ocs/v2.php/cloud/users/user0

[Tue Sep  8 14:19:40 2020] 127.0.0.1:34060 [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
[Tue Sep  8 14:19:40 2020] 127.0.0.1:34114 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:19:41 2020] 127.0.0.1:34116 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:19:41 2020] 127.0.0.1:34144 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:19:42 2020] 127.0.0.1:34206 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:42 2020] 127.0.0.1:34234 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                           # SharingContext::assureUserExists()
    And As an "user0"                                                                                   # SharingContext::asAn()
[Tue Sep  8 14:19:42 2020] 127.0.0.1:34258 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                          # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Tue Sep  8 14:19:43 2020] 127.0.0.1:34296 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/7
    And Updating last share with                                                                        # SharingContext::updatingLastShare()
      | password | secret |
[Tue Sep  8 14:19:43 2020] 127.0.0.1:34350 [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 &00000000623ead97000000003dba51c2 (
          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()
[Tue Sep  8 14:19:43 2020] 127.0.0.1:34392 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:44 2020] 127.0.0.1:34470 [404]: /ocs/v2.php/cloud/users/user0

[Tue Sep  8 14:19:44 2020] 127.0.0.1:34516 [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
[Tue Sep  8 14:19:45 2020] 127.0.0.1:34524 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:19:46 2020] 127.0.0.1:34526 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:19:46 2020] 127.0.0.1:34532 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:19:47 2020] 127.0.0.1:34538 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:47 2020] 127.0.0.1:34546 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                               # SharingContext::assureUserExists()
    And As an "user0"                                                       # SharingContext::asAn()
[Tue Sep  8 14:19:47 2020] 127.0.0.1:34550 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                              # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Tue Sep  8 14:19:48 2020] 127.0.0.1:34552 [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 &00000000623ead14000000003dba51c2 (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                        # SharingContext::lastShareCanBeDownloaded()
[Tue Sep  8 14:19:48 2020] 127.0.0.1:34554 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:48 2020] 127.0.0.1:34566 [404]: /ocs/v2.php/cloud/users/user0

[Tue Sep  8 14:19:49 2020] 127.0.0.1:34578 [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
[Tue Sep  8 14:19:50 2020] 127.0.0.1:34728 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:19:50 2020] 127.0.0.1:34730 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:19:51 2020] 127.0.0.1:34796 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:19:51 2020] 127.0.0.1:34896 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:51 2020] 127.0.0.1:34954 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                                              # SharingContext::asAn()
[Tue Sep  8 14:19:52 2020] 127.0.0.1:35012 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                     # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
      | password  | secret      |
[Tue Sep  8 14:19:52 2020] 127.0.0.1:35084 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/9
    And Updating last share with                                                                   # SharingContext::updatingLastShare()
      | password |  |
[Tue Sep  8 14:19:52 2020] 127.0.0.1:35126 [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 &00000000623eb2f9000000003dba51c2 (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                       # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                                               # SharingContext::lastShareCanBeDownloaded()
[Tue Sep  8 14:19:53 2020] 127.0.0.1:35166 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:53 2020] 127.0.0.1:35258 [404]: /ocs/v2.php/cloud/users/user0

[Tue Sep  8 14:19:54 2020] 127.0.0.1:35346 [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
[Tue Sep  8 14:19:54 2020] 127.0.0.1:35480 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:19:54 2020] 127.0.0.1:35524 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                 # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:19:55 2020] 127.0.0.1:35526 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:19:56 2020] 127.0.0.1:35582 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:19:56 2020] 127.0.0.1:35668 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:56 2020] 127.0.0.1:35718 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                              # SharingContext::assureUserExists()
    And As an "user0"                                                                    # SharingContext::asAn()
[Tue Sep  8 14:19:57 2020] 127.0.0.1:35750 [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        |
[Tue Sep  8 14:19:57 2020] 127.0.0.1:35782 [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 &00000000623eb265000000003dba51c2 (
          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()
[Tue Sep  8 14:19:57 2020] 127.0.0.1:35838 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:19:58 2020] 127.0.0.1:35918 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:19:58 2020] 127.0.0.1:35998 [200]: /apps/testing/clean_opcode_cache.php

[Tue Sep  8 14:20:04 2020] 127.0.0.1:36578 [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
[Tue Sep  8 14:20:04 2020] 127.0.0.1:36672 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:20:05 2020] 127.0.0.1:36708 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                          # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:20:05 2020] 127.0.0.1:36710 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:20:06 2020] 127.0.0.1:36766 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:20:06 2020] 127.0.0.1:36814 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:20:06 2020] 127.0.0.1:36844 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                       # SharingContext::assureUserExists()
    And As an "user0"                                                             # SharingContext::asAn()
[Tue Sep  8 14:20:06 2020] 127.0.0.1:36862 [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        |
[Tue Sep  8 14:20:07 2020] 127.0.0.1:36884 [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 &00000000623eb36d000000003dba51c2 (
          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()
[Tue Sep  8 14:20:07 2020] 127.0.0.1:36906 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:20:07 2020] 127.0.0.1:36974 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:20:08 2020] 127.0.0.1:37042 [200]: /apps/testing/clean_opcode_cache.php

[Tue Sep  8 14:20:14 2020] 127.0.0.1:37536 [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
[Tue Sep  8 14:20:15 2020] 127.0.0.1:37642 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:20:15 2020] 127.0.0.1:37670 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                         # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:20:16 2020] 127.0.0.1:37672 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:20:16 2020] 127.0.0.1:37712 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:20:17 2020] 127.0.0.1:37752 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:20:17 2020] 127.0.0.1:37784 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                            # SharingContext::asAn()
[Tue Sep  8 14:20:17 2020] 127.0.0.1:37816 [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        |
[Tue Sep  8 14:20:18 2020] 127.0.0.1:37852 [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 &00000000623eb059000000003dba51c2 (
          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()
[Tue Sep  8 14:20:18 2020] 127.0.0.1:37882 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:20:18 2020] 127.0.0.1:37948 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:20:19 2020] 127.0.0.1:38010 [200]: /apps/testing/clean_opcode_cache.php

[Tue Sep  8 14:20:25 2020] 127.0.0.1:38512 [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
[Tue Sep  8 14:20:26 2020] 127.0.0.1:38594 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:20:26 2020] 127.0.0.1:38614 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                     # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:20:27 2020] 127.0.0.1:38616 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:20:27 2020] 127.0.0.1:38656 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:20:28 2020] 127.0.0.1:38704 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:20:28 2020] 127.0.0.1:38738 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                  # SharingContext::assureUserExists()
    And As an "user0"                                        # SharingContext::asAn()
[Tue Sep  8 14:20:28 2020] 127.0.0.1:38754 [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 &00000000623eb145000000003dba51c2 (
          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()
[Tue Sep  8 14:20:29 2020] 127.0.0.1:38776 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:20:29 2020] 127.0.0.1:38822 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:20:29 2020] 127.0.0.1:38894 [200]: /apps/testing/clean_opcode_cache.php

[Tue Sep  8 14:20:30 2020] 127.0.0.1:38912 [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
[Tue Sep  8 14:20:31 2020] 127.0.0.1:39022 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:20:31 2020] 127.0.0.1:39044 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                    # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:20:32 2020] 127.0.0.1:39046 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:20:33 2020] 127.0.0.1:39098 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:20:33 2020] 127.0.0.1:39148 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:20:33 2020] 127.0.0.1:39170 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                 # SharingContext::assureUserExists()
    And As an "user0"                                       # SharingContext::asAn()
[Tue Sep  8 14:20:34 2020] 127.0.0.1:39184 [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 |
[Tue Sep  8 14:20:34 2020] 127.0.0.1:39212 [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 &00000000623eb6c9000000003dba51c2 (
          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()
[Tue Sep  8 14:20:34 2020] 127.0.0.1:39236 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:20:35 2020] 127.0.0.1:39276 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:20:35 2020] 127.0.0.1:39318 [200]: /apps/testing/clean_opcode_cache.php

[Tue Sep  8 14:20:36 2020] 127.0.0.1:39352 [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
[Tue Sep  8 14:20:36 2020] 127.0.0.1:39520 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:20:37 2020] 127.0.0.1:39570 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                           # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:20:37 2020] 127.0.0.1:39572 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:20:38 2020] 127.0.0.1:39614 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:20:38 2020] 127.0.0.1:39658 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:20:38 2020] 127.0.0.1:39686 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                              # SharingContext::asAn()
[Tue Sep  8 14:20:39 2020] 127.0.0.1:39714 [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         |
[Tue Sep  8 14:20:39 2020] 127.0.0.1:39782 [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 &00000000623eb6b6000000003dba51c2 (
          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()
[Tue Sep  8 14:20:40 2020] 127.0.0.1:39814 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:20:40 2020] 127.0.0.1:39874 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:20:40 2020] 127.0.0.1:39958 [200]: /apps/testing/clean_opcode_cache.php

[Tue Sep  8 14:20:41 2020] 127.0.0.1:39988 [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
[Tue Sep  8 14:20:42 2020] 127.0.0.1:40090 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:20:42 2020] 127.0.0.1:40124 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                              # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:20:43 2020] 127.0.0.1:40126 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:20:43 2020] 127.0.0.1:40182 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:20:43 2020] 127.0.0.1:40236 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:20:44 2020] 127.0.0.1:40266 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                           # SharingContext::assureUserExists()
    And As an "user0"                                                                                 # SharingContext::asAn()
[Tue Sep  8 14:20:44 2020] 127.0.0.1:40290 [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 |
[Tue Sep  8 14:20:45 2020] 127.0.0.1:40328 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/15
    And Updating last share with                                                                      # SharingContext::updatingLastShare()
      | password | secret |
[Tue Sep  8 14:20:45 2020] 127.0.0.1:40386 [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 &00000000623eb625000000003dba51c2 (
          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()
[Tue Sep  8 14:20:46 2020] 127.0.0.1:40414 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:20:46 2020] 127.0.0.1:40464 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:20:46 2020] 127.0.0.1:40522 [200]: /apps/testing/clean_opcode_cache.php

[Tue Sep  8 14:20:47 2020] 127.0.0.1:40560 [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
[Tue Sep  8 14:20:48 2020] 127.0.0.1:40636 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:20:48 2020] 127.0.0.1:40664 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                      # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:20:48 2020] 127.0.0.1:40666 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:20:49 2020] 127.0.0.1:40700 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:20:50 2020] 127.0.0.1:40762 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:20:50 2020] 127.0.0.1:40788 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                   # SharingContext::assureUserExists()
    And As an "user0"                                                         # SharingContext::asAn()
[Tue Sep  8 14:20:51 2020] 127.0.0.1:40808 [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         |
[Tue Sep  8 14:20:51 2020] 127.0.0.1:40870 [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 &00000000623eb7a8000000003dba51c2 (
          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()
[Tue Sep  8 14:20:51 2020] 127.0.0.1:40900 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:20:52 2020] 127.0.0.1:40958 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:20:52 2020] 127.0.0.1:41024 [200]: /apps/testing/clean_opcode_cache.php

[Tue Sep  8 14:20:53 2020] 127.0.0.1:41068 [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
[Tue Sep  8 14:20:54 2020] 127.0.0.1:41198 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:20:54 2020] 127.0.0.1:41240 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                         # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:20:55 2020] 127.0.0.1:41244 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:20:55 2020] 127.0.0.1:41292 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:20:56 2020] 127.0.0.1:41354 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:20:56 2020] 127.0.0.1:41378 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                                            # SharingContext::asAn()
[Tue Sep  8 14:20:56 2020] 127.0.0.1:41396 [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 |
[Tue Sep  8 14:20:57 2020] 127.0.0.1:41432 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/17
    And Updating last share with                                                                 # SharingContext::updatingLastShare()
      | password | secret |
[Tue Sep  8 14:20:57 2020] 127.0.0.1:41496 [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 &00000000623eb717000000003dba51c2 (
          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()
[Tue Sep  8 14:20:58 2020] 127.0.0.1:41520 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:20:58 2020] 127.0.0.1:41576 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:20:59 2020] 127.0.0.1:41630 [200]: /apps/testing/clean_opcode_cache.php

[Tue Sep  8 14:20:59 2020] 127.0.0.1:41654 [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
[Tue Sep  8 14:21:00 2020] 127.0.0.1:41722 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:21:00 2020] 127.0.0.1:41742 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                             # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:21:01 2020] 127.0.0.1:41746 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:02 2020] 127.0.0.1:41776 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:21:02 2020] 127.0.0.1:41838 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:03 2020] 127.0.0.1:41860 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                          # SharingContext::assureUserExists()
    And As an "user0"                                                                # SharingContext::asAn()
[Tue Sep  8 14:21:03 2020] 127.0.0.1:41870 [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         |
[Tue Sep  8 14:21:03 2020] 127.0.0.1:41912 [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 &00000000623eb49a000000003dba51c2 (
          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()
[Tue Sep  8 14:21:04 2020] 127.0.0.1:41940 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:04 2020] 127.0.0.1:41974 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:05 2020] 127.0.0.1:42010 [200]: /apps/testing/clean_opcode_cache.php

[Tue Sep  8 14:21:06 2020] 127.0.0.1:42020 [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
[Tue Sep  8 14:21:06 2020] 127.0.0.1:42044 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:21:07 2020] 127.0.0.1:42052 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                                # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:21:07 2020] 127.0.0.1:42054 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:08 2020] 127.0.0.1:42080 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:21:08 2020] 127.0.0.1:42100 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:09 2020] 127.0.0.1:42112 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                             # SharingContext::assureUserExists()
    And As an "user0"                                                                                   # SharingContext::asAn()
[Tue Sep  8 14:21:09 2020] 127.0.0.1:42122 [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 |
[Tue Sep  8 14:21:10 2020] 127.0.0.1:42140 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/19
    And Updating last share with                                                                        # SharingContext::updatingLastShare()
      | password | secret |
[Tue Sep  8 14:21:10 2020] 127.0.0.1:42172 [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 &00000000623eb73d000000003dba51c2 (
          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()
[Tue Sep  8 14:21:11 2020] 127.0.0.1:42190 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:11 2020] 127.0.0.1:42226 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:11 2020] 127.0.0.1:42240 [200]: /apps/testing/clean_opcode_cache.php

[Tue Sep  8 14:21:12 2020] 127.0.0.1:42252 [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
[Tue Sep  8 14:21:12 2020] 127.0.0.1:42292 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:21:13 2020] 127.0.0.1:42296 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                    # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:21:13 2020] 127.0.0.1:42298 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:14 2020] 127.0.0.1:42310 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:21:14 2020] 127.0.0.1:42330 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:14 2020] 127.0.0.1:42342 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                       # SharingContext::asAn()
[Tue Sep  8 14:21:15 2020] 127.0.0.1:42350 [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 |
[Tue Sep  8 14:21:15 2020] 127.0.0.1:42366 [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 &00000000623eae8a000000003dba51c2 (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                        # SharingContext::lastShareCanBeDownloaded()
[Tue Sep  8 14:21:16 2020] 127.0.0.1:42384 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:16 2020] 127.0.0.1:42418 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:16 2020] 127.0.0.1:42448 [200]: /apps/testing/clean_opcode_cache.php

[Tue Sep  8 14:21:17 2020] 127.0.0.1:42458 [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
[Tue Sep  8 14:21:18 2020] 127.0.0.1:42516 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:21:18 2020] 127.0.0.1:42534 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                           # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:21:18 2020] 127.0.0.1:42536 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:19 2020] 127.0.0.1:42562 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:21:19 2020] 127.0.0.1:42576 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:20 2020] 127.0.0.1:42590 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                                              # SharingContext::asAn()
[Tue Sep  8 14:21:20 2020] 127.0.0.1:42600 [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         |
[Tue Sep  8 14:21:20 2020] 127.0.0.1:42634 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/21
    And Updating last share with                                                                   # SharingContext::updatingLastShare()
      | password |  |
[Tue Sep  8 14:21:21 2020] 127.0.0.1:42642 [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 &00000000623eaf9d000000003dba51c2 (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                       # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                                               # SharingContext::lastShareCanBeDownloaded()
[Tue Sep  8 14:21:21 2020] 127.0.0.1:42654 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:21 2020] 127.0.0.1:42680 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:22 2020] 127.0.0.1:42704 [200]: /apps/testing/clean_opcode_cache.php

[Tue Sep  8 14:21:22 2020] 127.0.0.1:42714 [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
[Tue Sep  8 14:21:23 2020] 127.0.0.1:42752 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:21:23 2020] 127.0.0.1:42758 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                 # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:21:24 2020] 127.0.0.1:42760 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:24 2020] 127.0.0.1:42776 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:21:25 2020] 127.0.0.1:42792 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:25 2020] 127.0.0.1:42800 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                              # SharingContext::assureUserExists()
    And As an "user0"                                                                    # SharingContext::asAn()
[Tue Sep  8 14:21:25 2020] 127.0.0.1:42810 [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           |
[Tue Sep  8 14:21:26 2020] 127.0.0.1:42824 [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 &00000000623eaec1000000003dba51c2 (
          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()
[Tue Sep  8 14:21:26 2020] 127.0.0.1:42836 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:26 2020] 127.0.0.1:42858 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:27 2020] 127.0.0.1:42888 [200]: /apps/testing/clean_opcode_cache.php

[Tue Sep  8 14:21:28 2020] 127.0.0.1:42910 [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
[Tue Sep  8 14:21:28 2020] 127.0.0.1:42994 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:21:29 2020] 127.0.0.1:43010 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                                    # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:21:29 2020] 127.0.0.1:43012 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:30 2020] 127.0.0.1:43032 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:21:30 2020] 127.0.0.1:43046 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:30 2020] 127.0.0.1:43060 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                                                       # SharingContext::asAn()
[Tue Sep  8 14:21:31 2020] 127.0.0.1:43072 [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 |
[Tue Sep  8 14:21:31 2020] 127.0.0.1:43092 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/22
    And Updating last share with                                                                            # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | true   |
[Tue Sep  8 14:21:31 2020] 127.0.0.1:43106 [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 &00000000623eac81000000003dba51c2 (
          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()
[Tue Sep  8 14:21:32 2020] 127.0.0.1:43118 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:32 2020] 127.0.0.1:43150 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:32 2020] 127.0.0.1:43174 [200]: /apps/testing/clean_opcode_cache.php

[Tue Sep  8 14:21:33 2020] 127.0.0.1:43180 [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
[Tue Sep  8 14:21:34 2020] 127.0.0.1:43228 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:21:34 2020] 127.0.0.1:43236 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                          # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:21:34 2020] 127.0.0.1:43238 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:35 2020] 127.0.0.1:43260 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:21:35 2020] 127.0.0.1:43284 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:35 2020] 127.0.0.1:43304 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                       # SharingContext::assureUserExists()
    And As an "user0"                                                             # SharingContext::asAn()
[Tue Sep  8 14:21:36 2020] 127.0.0.1:43322 [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           |
[Tue Sep  8 14:21:36 2020] 127.0.0.1:43340 [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 &00000000623eac24000000003dba51c2 (
          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()
[Tue Sep  8 14:21:36 2020] 127.0.0.1:43358 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:37 2020] 127.0.0.1:43398 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:37 2020] 127.0.0.1:43424 [200]: /apps/testing/clean_opcode_cache.php

[Tue Sep  8 14:21:38 2020] 127.0.0.1:43432 [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
[Tue Sep  8 14:21:38 2020] 127.0.0.1:43472 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:21:38 2020] 127.0.0.1:43480 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                             # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:21:39 2020] 127.0.0.1:43482 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:39 2020] 127.0.0.1:43502 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:21:40 2020] 127.0.0.1:43516 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:40 2020] 127.0.0.1:43526 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                          # SharingContext::assureUserExists()
    And As an "user0"                                                                                # SharingContext::asAn()
[Tue Sep  8 14:21:40 2020] 127.0.0.1:43538 [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 |
[Tue Sep  8 14:21:41 2020] 127.0.0.1:43558 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/23
    And Updating last share with                                                                     # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | true   |
[Tue Sep  8 14:21:41 2020] 127.0.0.1:43578 [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 &00000000623eadd1000000003dba51c2 (
          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()
[Tue Sep  8 14:21:42 2020] 127.0.0.1:43604 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:42 2020] 127.0.0.1:43634 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:42 2020] 127.0.0.1:43670 [200]: /apps/testing/clean_opcode_cache.php

[Tue Sep  8 14:21:43 2020] 127.0.0.1:43682 [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
[Tue Sep  8 14:21:44 2020] 127.0.0.1:43736 [200]: /apps/testing/clean_opcode_cache.php
[Tue Sep  8 14:21:44 2020] 127.0.0.1:43758 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                         # SharingContext::dummyMailServerIsListening()
[Tue Sep  8 14:21:44 2020] 127.0.0.1:43766 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:45 2020] 127.0.0.1:43794 [200]: /ocs/v1.php/cloud/users
[Tue Sep  8 14:21:45 2020] 127.0.0.1:43842 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:45 2020] 127.0.0.1:43870 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                            # SharingContext::asAn()
[Tue Sep  8 14:21:46 2020] 127.0.0.1:43892 [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           |
[Tue Sep  8 14:21:46 2020] 127.0.0.1:43918 [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 &00000000623ead5b000000003dba51c2 (
          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()
[Tue Sep  8 14:21:46 2020] 127.0.0.1:43946 [200]: /ocs/v1.php/cloud/users/user0
[Tue Sep  8 14:21:47 2020] 127.0.0.1:43986 [404]: /ocs/v2.php/cloud/users/user0
[Tue Sep  8 14:21:47 2020] 127.0.0.1:44026 [200]: /apps/testing/clean_opcode_cache.php

@rullzer rullzer requested a review from kesselb September 8, 2020 18:13
@rullzer rullzer mentioned this pull request Sep 9, 2020
13 tasks
@MorrisJobke MorrisJobke merged commit d8dea50 into master Sep 9, 2020
@MorrisJobke MorrisJobke deleted the fix/object_storage_permissions_shortcut branch September 9, 2020 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants