Skip to content

Conversation

@backportbot-nextcloud
Copy link

backport of #23014

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
@faily-bot
Copy link

faily-bot bot commented Sep 24, 2020

🤖 beep boop beep 🤖

Here are the logs for the failed build:

Status of 33346: failure

integration-sharing-v1-video-verification

  • build/integration/sharing_features/sharing-v1-video-verification.feature:8
  • build/integration/sharing_features/sharing-v1-video-verification.feature:20
  • build/integration/sharing_features/sharing-v1-video-verification.feature:33
  • build/integration/sharing_features/sharing-v1-video-verification.feature:47
  • build/integration/sharing_features/sharing-v1-video-verification.feature:62
  • build/integration/sharing_features/sharing-v1-video-verification.feature:76
  • build/integration/sharing_features/sharing-v1-video-verification.feature:91
  • build/integration/sharing_features/sharing-v1-video-verification.feature:104
  • build/integration/sharing_features/sharing-v1-video-verification.feature:118
  • build/integration/sharing_features/sharing-v1-video-verification.feature:130
  • build/integration/sharing_features/sharing-v1-video-verification.feature:145
  • build/integration/sharing_features/sharing-v1-video-verification.feature:176
  • build/integration/sharing_features/sharing-v1-video-verification.feature:209
  • build/integration/sharing_features/sharing-v1-video-verification.feature:246
  • build/integration/sharing_features/sharing-v1-video-verification.feature:260
  • build/integration/sharing_features/sharing-v1-video-verification.feature:275
  • build/integration/sharing_features/sharing-v1-video-verification.feature:291
  • build/integration/sharing_features/sharing-v1-video-verification.feature:308
  • build/integration/sharing_features/sharing-v1-video-verification.feature:324
  • build/integration/sharing_features/sharing-v1-video-verification.feature:341
  • build/integration/sharing_features/sharing-v1-video-verification.feature:356
  • build/integration/sharing_features/sharing-v1-video-verification.feature:372
  • build/integration/sharing_features/sharing-v1-video-verification.feature:386
  • build/integration/sharing_features/sharing-v1-video-verification.feature:403
  • build/integration/sharing_features/sharing-v1-video-verification.feature:419
  • build/integration/sharing_features/sharing-v1-video-verification.feature:436
  • build/integration/sharing_features/sharing-v1-video-verification.feature:453
  • build/integration/sharing_features/sharing-v1-video-verification.feature:471
Show full log
  Scenario: Creating a link share with send password by Talk # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:8
[Thu Sep 24 08:00:11 2020] 127.0.0.1:41644 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:00:12 2020] 127.0.0.1:41686 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:00:13 2020] 127.0.0.1:41728 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:00:13 2020] 127.0.0.1:41752 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                # SharingContext::assureUserExists()
    And As an "user0"                                        # SharingContext::asAn()
[Thu Sep 24 08:00:13 2020] 127.0.0.1:41778 [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 &0000000039a163880000000018ef3d20 (
          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 08:00:14 2020] 127.0.0.1:41802 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:00:14 2020] 127.0.0.1:41862 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 08:00:15 2020] 127.0.0.1:41908 [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 08:00:16 2020] 127.0.0.1:41960 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:00:16 2020] 127.0.0.1:41962 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:00:17 2020] 127.0.0.1:42000 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:00:18 2020] 127.0.0.1:42072 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:00:18 2020] 127.0.0.1:42106 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                               # SharingContext::assureUserExists()
    And As an "user0"                                       # SharingContext::asAn()
[Thu Sep 24 08:00:18 2020] 127.0.0.1:42128 [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 08:00:19 2020] 127.0.0.1:42148 [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 &0000000039a163330000000018ef3d20 (
          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 08:00:19 2020] 127.0.0.1:42186 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:00:20 2020] 127.0.0.1:42240 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 08:00:20 2020] 127.0.0.1:42306 [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 08:00:21 2020] 127.0.0.1:42440 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:00:22 2020] 127.0.0.1:42444 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:00:22 2020] 127.0.0.1:42522 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:00:23 2020] 127.0.0.1:42578 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:00:23 2020] 127.0.0.1:42626 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                              # SharingContext::asAn()
[Thu Sep 24 08:00:24 2020] 127.0.0.1:42670 [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 08:00:24 2020] 127.0.0.1:42732 [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 &0000000039a162a40000000018ef3d20 (
          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 08:00:25 2020] 127.0.0.1:42754 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:00:25 2020] 127.0.0.1:42810 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 08:00:26 2020] 127.0.0.1:42864 [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 08:00:26 2020] 127.0.0.1:42934 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:00:27 2020] 127.0.0.1:42938 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:00:27 2020] 127.0.0.1:42988 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:00:28 2020] 127.0.0.1:43006 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:00:29 2020] 127.0.0.1:43034 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                         # SharingContext::assureUserExists()
    And As an "user0"                                                                                 # SharingContext::asAn()
[Thu Sep 24 08:00:29 2020] 127.0.0.1:43044 [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 08:00:30 2020] 127.0.0.1:43094 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/3
    And Updating last share with                                                                      # SharingContext::updatingLastShare()
      | password | secret |
[Thu Sep 24 08:00:30 2020] 127.0.0.1:43146 [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 &0000000039a162790000000018ef3d20 (
          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 08:00:31 2020] 127.0.0.1:43174 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:00:31 2020] 127.0.0.1:43222 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 08:00:32 2020] 127.0.0.1:43272 [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 08:00:32 2020] 127.0.0.1:43376 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:00:33 2020] 127.0.0.1:43382 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:00:34 2020] 127.0.0.1:43438 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:00:34 2020] 127.0.0.1:43486 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:00:35 2020] 127.0.0.1:43550 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                         # SharingContext::asAn()
[Thu Sep 24 08:00:35 2020] 127.0.0.1:43586 [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 08:00:36 2020] 127.0.0.1:43626 [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 &0000000039a161fa0000000018ef3d20 (
          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 08:00:36 2020] 127.0.0.1:43650 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:00:37 2020] 127.0.0.1:43730 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 08:00:37 2020] 127.0.0.1:43782 [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 08:00:38 2020] 127.0.0.1:43882 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:00:39 2020] 127.0.0.1:43886 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:00:39 2020] 127.0.0.1:43932 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:00:40 2020] 127.0.0.1:43990 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:00:40 2020] 127.0.0.1:44036 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                    # SharingContext::assureUserExists()
    And As an "user0"                                                                            # SharingContext::asAn()
[Thu Sep 24 08:00:40 2020] 127.0.0.1:44060 [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 08:00:41 2020] 127.0.0.1:44092 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/5
    And Updating last share with                                                                 # SharingContext::updatingLastShare()
      | password | secret |
[Thu Sep 24 08:00:41 2020] 127.0.0.1:44148 [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 &0000000039a1619f0000000018ef3d20 (
          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 08:00:42 2020] 127.0.0.1:44202 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:00:42 2020] 127.0.0.1:44276 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 08:00:45 2020] 127.0.0.1:44332 [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 08:00:46 2020] 127.0.0.1:44398 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:00:47 2020] 127.0.0.1:44402 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:00:47 2020] 127.0.0.1:44428 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:00:48 2020] 127.0.0.1:44454 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:00:48 2020] 127.0.0.1:44498 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                                # SharingContext::asAn()
[Thu Sep 24 08:00:49 2020] 127.0.0.1:44504 [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 08:00:49 2020] 127.0.0.1:44554 [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 &0000000039a161180000000018ef3d20 (
          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 08:00:50 2020] 127.0.0.1:44572 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:00:50 2020] 127.0.0.1:44630 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 08:00:51 2020] 127.0.0.1:44676 [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 08:00:52 2020] 127.0.0.1:44718 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:00:53 2020] 127.0.0.1:44722 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:00:53 2020] 127.0.0.1:44760 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:00:54 2020] 127.0.0.1:44800 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:00:54 2020] 127.0.0.1:44816 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                           # SharingContext::assureUserExists()
    And As an "user0"                                                                                   # SharingContext::asAn()
[Thu Sep 24 08:00:54 2020] 127.0.0.1:44832 [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 08:00:55 2020] 127.0.0.1:44860 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/7
    And Updating last share with                                                                        # SharingContext::updatingLastShare()
      | password | secret |
[Thu Sep 24 08:00:55 2020] 127.0.0.1:44904 [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 &0000000039a160bd0000000018ef3d20 (
          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 08:00:56 2020] 127.0.0.1:44926 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:00:56 2020] 127.0.0.1:44986 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 08:00:57 2020] 127.0.0.1:45038 [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 08:00:58 2020] 127.0.0.1:45114 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:00:59 2020] 127.0.0.1:45118 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:00:59 2020] 127.0.0.1:45156 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:01:00 2020] 127.0.0.1:45248 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:01:00 2020] 127.0.0.1:45276 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                               # SharingContext::assureUserExists()
    And As an "user0"                                                       # SharingContext::asAn()
[Thu Sep 24 08:01:00 2020] 127.0.0.1:45312 [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 08:01:01 2020] 127.0.0.1:45344 [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 &0000000039a1603e0000000018ef3d20 (
          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 08:01:01 2020] 127.0.0.1:45384 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:01:02 2020] 127.0.0.1:45444 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 08:01:03 2020] 127.0.0.1:45490 [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 08:01:03 2020] 127.0.0.1:45580 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:01:04 2020] 127.0.0.1:45582 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:01:05 2020] 127.0.0.1:45654 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:01:05 2020] 127.0.0.1:45726 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:01:06 2020] 127.0.0.1:45762 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                                              # SharingContext::asAn()
[Thu Sep 24 08:01:06 2020] 127.0.0.1:45794 [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 08:01:07 2020] 127.0.0.1:45838 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/9
    And Updating last share with                                                                   # SharingContext::updatingLastShare()
      | password |  |
[Thu Sep 24 08:01:07 2020] 127.0.0.1:45872 [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 &0000000039a17fd30000000018ef3d20 (
          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 08:01:08 2020] 127.0.0.1:45908 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:01:08 2020] 127.0.0.1:45972 [404]: /ocs/v2.php/cloud/users/user0

[Thu Sep 24 08:01:09 2020] 127.0.0.1:46036 [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 08:01:10 2020] 127.0.0.1:46152 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:01:10 2020] 127.0.0.1:46176 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                 # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:01:11 2020] 127.0.0.1:46180 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:01:12 2020] 127.0.0.1:46204 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:01:12 2020] 127.0.0.1:46286 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:01:13 2020] 127.0.0.1:46334 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                              # SharingContext::assureUserExists()
    And As an "user0"                                                                    # SharingContext::asAn()
[Thu Sep 24 08:01:13 2020] 127.0.0.1:46374 [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 08:01:13 2020] 127.0.0.1:46418 [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 &0000000039a17f4f0000000018ef3d20 (
          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 08:01:14 2020] 127.0.0.1:46460 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:01:15 2020] 127.0.0.1:46548 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:01:15 2020] 127.0.0.1:46632 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 08:01:32 2020] 127.0.0.1:47488 [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 08:01:33 2020] 127.0.0.1:47590 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:01:33 2020] 127.0.0.1:47634 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                          # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:01:34 2020] 127.0.0.1:47638 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:01:35 2020] 127.0.0.1:47696 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:01:35 2020] 127.0.0.1:47782 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:01:36 2020] 127.0.0.1:47848 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                       # SharingContext::assureUserExists()
    And As an "user0"                                                             # SharingContext::asAn()
[Thu Sep 24 08:01:36 2020] 127.0.0.1:47890 [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 08:01:36 2020] 127.0.0.1:47928 [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 &0000000039a17e470000000018ef3d20 (
          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 08:01:37 2020] 127.0.0.1:47976 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:01:37 2020] 127.0.0.1:48060 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:01:38 2020] 127.0.0.1:48136 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 08:01:55 2020] 127.0.0.1:49046 [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 08:01:56 2020] 127.0.0.1:49164 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:01:56 2020] 127.0.0.1:49186 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                         # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:01:57 2020] 127.0.0.1:49194 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:01:58 2020] 127.0.0.1:49234 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:01:59 2020] 127.0.0.1:49328 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:01:59 2020] 127.0.0.1:49374 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                            # SharingContext::asAn()
[Thu Sep 24 08:02:00 2020] 127.0.0.1:49428 [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 08:02:00 2020] 127.0.0.1:49490 [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 &0000000039a17d730000000018ef3d20 (
          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 08:02:01 2020] 127.0.0.1:49538 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:02:01 2020] 127.0.0.1:49602 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:02:01 2020] 127.0.0.1:49660 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 08:02:11 2020] 127.0.0.1:50586 [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 08:02:12 2020] 127.0.0.1:50710 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:02:12 2020] 127.0.0.1:50746 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                     # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:02:13 2020] 127.0.0.1:50750 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:02:14 2020] 127.0.0.1:50798 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:02:14 2020] 127.0.0.1:50884 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:02:15 2020] 127.0.0.1:50928 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                  # SharingContext::assureUserExists()
    And As an "user0"                                        # SharingContext::asAn()
[Thu Sep 24 08:02:15 2020] 127.0.0.1:50960 [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 &0000000039a17c6f0000000018ef3d20 (
          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 08:02:15 2020] 127.0.0.1:51006 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:02:16 2020] 127.0.0.1:51068 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:02:16 2020] 127.0.0.1:51140 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 08:02:17 2020] 127.0.0.1:51170 [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 08:02:18 2020] 127.0.0.1:51274 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:02:18 2020] 127.0.0.1:51304 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                    # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:02:19 2020] 127.0.0.1:51308 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:02:19 2020] 127.0.0.1:51360 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:02:20 2020] 127.0.0.1:51422 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:02:20 2020] 127.0.0.1:51468 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                 # SharingContext::assureUserExists()
    And As an "user0"                                       # SharingContext::asAn()
[Thu Sep 24 08:02:20 2020] 127.0.0.1:51494 [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 08:02:21 2020] 127.0.0.1:51532 [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 &0000000039a17be30000000018ef3d20 (
          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 08:02:21 2020] 127.0.0.1:51562 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:02:22 2020] 127.0.0.1:51632 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:02:22 2020] 127.0.0.1:51692 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 08:02:23 2020] 127.0.0.1:51708 [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 08:02:24 2020] 127.0.0.1:51802 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:02:24 2020] 127.0.0.1:51818 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                           # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:02:25 2020] 127.0.0.1:51822 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:02:25 2020] 127.0.0.1:51850 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:02:26 2020] 127.0.0.1:51934 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:02:26 2020] 127.0.0.1:51976 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                              # SharingContext::asAn()
[Thu Sep 24 08:02:27 2020] 127.0.0.1:52008 [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 08:02:27 2020] 127.0.0.1:52100 [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 &0000000039a17b9c0000000018ef3d20 (
          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 08:02:28 2020] 127.0.0.1:52142 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:02:28 2020] 127.0.0.1:52210 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:02:29 2020] 127.0.0.1:52322 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 08:02:30 2020] 127.0.0.1:52350 [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 08:02:31 2020] 127.0.0.1:52446 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:02:31 2020] 127.0.0.1:52474 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                              # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:02:32 2020] 127.0.0.1:52478 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:02:32 2020] 127.0.0.1:52518 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:02:34 2020] 127.0.0.1:52556 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:02:34 2020] 127.0.0.1:52578 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                           # SharingContext::assureUserExists()
    And As an "user0"                                                                                 # SharingContext::asAn()
[Thu Sep 24 08:02:35 2020] 127.0.0.1:52602 [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 08:02:35 2020] 127.0.0.1:52642 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/15
    And Updating last share with                                                                      # SharingContext::updatingLastShare()
      | password | secret |
[Thu Sep 24 08:02:36 2020] 127.0.0.1:52712 [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 &0000000039a17b0f0000000018ef3d20 (
          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 08:02:36 2020] 127.0.0.1:52734 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:02:36 2020] 127.0.0.1:52782 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:02:37 2020] 127.0.0.1:52822 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 08:02:39 2020] 127.0.0.1:52890 [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 08:02:39 2020] 127.0.0.1:52966 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:02:41 2020] 127.0.0.1:53072 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                      # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:02:41 2020] 127.0.0.1:53076 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:02:42 2020] 127.0.0.1:53106 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:02:44 2020] 127.0.0.1:53176 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:02:44 2020] 127.0.0.1:53216 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                   # SharingContext::assureUserExists()
    And As an "user0"                                                         # SharingContext::asAn()
[Thu Sep 24 08:02:45 2020] 127.0.0.1:53236 [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 08:02:45 2020] 127.0.0.1:53292 [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 &0000000039a17a820000000018ef3d20 (
          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 08:02:46 2020] 127.0.0.1:53342 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:02:46 2020] 127.0.0.1:53410 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:02:47 2020] 127.0.0.1:53488 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 08:02:48 2020] 127.0.0.1:53514 [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 08:02:49 2020] 127.0.0.1:53620 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:02:50 2020] 127.0.0.1:53656 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                         # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:02:50 2020] 127.0.0.1:53662 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:02:51 2020] 127.0.0.1:53704 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:02:51 2020] 127.0.0.1:53760 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:02:52 2020] 127.0.0.1:53786 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                                            # SharingContext::asAn()
[Thu Sep 24 08:02:52 2020] 127.0.0.1:53834 [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 08:02:53 2020] 127.0.0.1:53880 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/17
    And Updating last share with                                                                 # SharingContext::updatingLastShare()
      | password | secret |
[Thu Sep 24 08:02:53 2020] 127.0.0.1:53966 [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 &0000000039a17a3d0000000018ef3d20 (
          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 08:02:54 2020] 127.0.0.1:54012 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:02:54 2020] 127.0.0.1:54076 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:02:54 2020] 127.0.0.1:54158 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 08:02:55 2020] 127.0.0.1:54190 [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 08:02:56 2020] 127.0.0.1:54300 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:02:56 2020] 127.0.0.1:54336 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                             # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:02:57 2020] 127.0.0.1:54342 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:02:58 2020] 127.0.0.1:54386 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:02:58 2020] 127.0.0.1:54448 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:02:58 2020] 127.0.0.1:54476 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                          # SharingContext::assureUserExists()
    And As an "user0"                                                                # SharingContext::asAn()
[Thu Sep 24 08:02:59 2020] 127.0.0.1:54506 [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 08:02:59 2020] 127.0.0.1:54572 [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 &0000000039a179b00000000018ef3d20 (
          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 08:03:00 2020] 127.0.0.1:54608 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:03:00 2020] 127.0.0.1:54660 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:03:07 2020] 127.0.0.1:54974 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 08:03:09 2020] 127.0.0.1:55008 [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 08:03:10 2020] 127.0.0.1:55104 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:03:10 2020] 127.0.0.1:55126 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                                # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:03:11 2020] 127.0.0.1:55130 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:03:12 2020] 127.0.0.1:55148 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:03:12 2020] 127.0.0.1:55186 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:03:13 2020] 127.0.0.1:55220 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                             # SharingContext::assureUserExists()
    And As an "user0"                                                                                   # SharingContext::asAn()
[Thu Sep 24 08:03:13 2020] 127.0.0.1:55232 [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 08:03:14 2020] 127.0.0.1:55264 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/19
    And Updating last share with                                                                        # SharingContext::updatingLastShare()
      | password | secret |
[Thu Sep 24 08:03:14 2020] 127.0.0.1:55300 [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 &0000000039a17a170000000018ef3d20 (
          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 08:03:15 2020] 127.0.0.1:55324 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:03:15 2020] 127.0.0.1:55368 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:03:16 2020] 127.0.0.1:55406 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 08:03:17 2020] 127.0.0.1:55432 [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 08:03:18 2020] 127.0.0.1:55508 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:03:19 2020] 127.0.0.1:55576 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                    # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:03:19 2020] 127.0.0.1:55586 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:03:20 2020] 127.0.0.1:55618 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:03:21 2020] 127.0.0.1:55664 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:03:21 2020] 127.0.0.1:55686 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                       # SharingContext::asAn()
[Thu Sep 24 08:03:21 2020] 127.0.0.1:55710 [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 08:03:22 2020] 127.0.0.1:55742 [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 &0000000039a163a90000000018ef3d20 (
          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 08:03:22 2020] 127.0.0.1:55772 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:03:22 2020] 127.0.0.1:55826 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:03:23 2020] 127.0.0.1:55892 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 08:03:24 2020] 127.0.0.1:55908 [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 08:03:24 2020] 127.0.0.1:55960 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:03:25 2020] 127.0.0.1:55976 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                           # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:03:25 2020] 127.0.0.1:55980 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:03:26 2020] 127.0.0.1:56006 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:03:26 2020] 127.0.0.1:56024 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:03:26 2020] 127.0.0.1:56038 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                                              # SharingContext::asAn()
[Thu Sep 24 08:03:28 2020] 127.0.0.1:56054 [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 08:03:28 2020] 127.0.0.1:56100 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/21
    And Updating last share with                                                                   # SharingContext::updatingLastShare()
      | password |  |
[Thu Sep 24 08:03:29 2020] 127.0.0.1:56126 [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 &0000000039a162bf0000000018ef3d20 (
          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 08:03:29 2020] 127.0.0.1:56146 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:03:30 2020] 127.0.0.1:56192 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:03:30 2020] 127.0.0.1:56254 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 08:03:31 2020] 127.0.0.1:56284 [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 08:03:31 2020] 127.0.0.1:56346 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:03:32 2020] 127.0.0.1:56368 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                 # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:03:33 2020] 127.0.0.1:56372 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:03:33 2020] 127.0.0.1:56410 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:03:34 2020] 127.0.0.1:56440 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:03:34 2020] 127.0.0.1:56482 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                              # SharingContext::assureUserExists()
    And As an "user0"                                                                    # SharingContext::asAn()
[Thu Sep 24 08:03:34 2020] 127.0.0.1:56498 [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 08:03:35 2020] 127.0.0.1:56518 [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 &0000000039a163490000000018ef3d20 (
          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 08:03:35 2020] 127.0.0.1:56552 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:03:35 2020] 127.0.0.1:56604 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:03:36 2020] 127.0.0.1:56646 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 08:03:37 2020] 127.0.0.1:56658 [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 08:03:37 2020] 127.0.0.1:56702 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:03:38 2020] 127.0.0.1:56718 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                                    # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:03:38 2020] 127.0.0.1:56722 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:03:39 2020] 127.0.0.1:56756 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:03:40 2020] 127.0.0.1:56786 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:03:40 2020] 127.0.0.1:56798 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                                                       # SharingContext::asAn()
[Thu Sep 24 08:03:40 2020] 127.0.0.1:56810 [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 08:03:41 2020] 127.0.0.1:56838 [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 08:03:41 2020] 127.0.0.1:56858 [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 &0000000039a161bf0000000018ef3d20 (
          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 08:03:42 2020] 127.0.0.1:56878 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:03:42 2020] 127.0.0.1:56900 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:03:42 2020] 127.0.0.1:56926 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 08:03:43 2020] 127.0.0.1:56940 [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 08:03:44 2020] 127.0.0.1:56976 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:03:44 2020] 127.0.0.1:56988 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                          # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:03:45 2020] 127.0.0.1:56994 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:03:46 2020] 127.0.0.1:57010 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:03:46 2020] 127.0.0.1:57040 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:03:46 2020] 127.0.0.1:57056 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                       # SharingContext::assureUserExists()
    And As an "user0"                                                             # SharingContext::asAn()
[Thu Sep 24 08:03:47 2020] 127.0.0.1:57070 [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 08:03:47 2020] 127.0.0.1:57088 [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 &0000000039a1610f0000000018ef3d20 (
          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 08:03:48 2020] 127.0.0.1:57104 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:03:48 2020] 127.0.0.1:57142 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:03:49 2020] 127.0.0.1:57178 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 08:03:50 2020] 127.0.0.1:57192 [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 08:03:50 2020] 127.0.0.1:57218 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:03:51 2020] 127.0.0.1:57234 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                             # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:03:51 2020] 127.0.0.1:57238 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:03:52 2020] 127.0.0.1:57268 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:03:53 2020] 127.0.0.1:57288 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:03:53 2020] 127.0.0.1:57302 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                          # SharingContext::assureUserExists()
    And As an "user0"                                                                                # SharingContext::asAn()
[Thu Sep 24 08:03:53 2020] 127.0.0.1:57316 [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 08:03:53 2020] 127.0.0.1:57330 [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 08:03:54 2020] 127.0.0.1:57344 [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 &0000000039a160cc0000000018ef3d20 (
          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 08:03:55 2020] 127.0.0.1:57368 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:03:55 2020] 127.0.0.1:57398 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:03:57 2020] 127.0.0.1:57520 [200]: /apps/testing/clean_opcode_cache.php

[Thu Sep 24 08:03:59 2020] 127.0.0.1:57546 [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 08:04:00 2020] 127.0.0.1:57572 [200]: /apps/testing/clean_opcode_cache.php
[Thu Sep 24 08:04:00 2020] 127.0.0.1:57580 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                         # SharingContext::dummyMailServerIsListening()
[Thu Sep 24 08:04:01 2020] 127.0.0.1:57584 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:04:01 2020] 127.0.0.1:57602 [200]: /ocs/v1.php/cloud/users
[Thu Sep 24 08:04:02 2020] 127.0.0.1:57614 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:04:03 2020] 127.0.0.1:57628 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                            # SharingContext::asAn()
[Thu Sep 24 08:04:03 2020] 127.0.0.1:57644 [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 08:04:03 2020] 127.0.0.1:57654 [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 &0000000039a1607e0000000018ef3d20 (
          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 08:04:04 2020] 127.0.0.1:57662 [200]: /ocs/v1.php/cloud/users/user0
[Thu Sep 24 08:04:04 2020] 127.0.0.1:57696 [404]: /ocs/v2.php/cloud/users/user0
[Thu Sep 24 08:04:04 2020] 127.0.0.1:57722 [200]: /apps/testing/clean_opcode_cache.php

acceptance-app-files-sharing

  • tests/acceptance/features/app-files-sharing.feature:338
Show full log
  Scenario: sharee can revoke create permission from reshare after the sharer disabled it # /drone/src/tests/acceptance/features/app-files-sharing.feature:338
    Given I act as John                                                                   # ActorContext::iActAs()
    And I am logged in as the admin                                                       # LoginPageContext::iAmLoggedInAsTheAdmin()
    And I act as Jane                                                                     # ActorContext::iActAs()
    And I am logged in                                                                    # LoginPageContext::iAmLoggedIn()
    And I act as Jim                                                                      # ActorContext::iActAs()
    And I am logged in as "user1"                                                         # LoginPageContext::iAmLoggedInAs()
    And I act as John                                                                     # ActorContext::iActAs()
    And I create a new folder named "Shared folder"                                       # FileListContext::iCreateANewFolderNamed()
    And I see that the file list contains a file named "Shared folder"                    # FileListContext::iSeeThatTheFileListContainsAFileNamed()
    And I share "Shared folder" with "user0"                                              # FilesAppSharingContext::iShareWith()
    And I see that the file is shared with "user0"                                        # FilesAppSharingContext::iSeeThatTheFileIsSharedWith()
    And I act as Jane                                                                     # ActorContext::iActAs()
    And I open the Files app                                                              # FilesAppContext::iOpenTheFilesApp()
    And I share "Shared folder" with "user1"                                              # FilesAppSharingContext::iShareWith()
    And I see that the file is shared with "user1"                                        # FilesAppSharingContext::iSeeThatTheFileIsSharedWith()
    And I act as John                                                                     # ActorContext::iActAs()
    And I set the share with "user0" as not creatable                                     # FilesAppSharingContext::iSetTheShareWithAsNotCreatable()
    And I see that "user0" can not create in the share                                    # FilesAppSharingContext::iSeeThatCanNotCreateInTheShare()
    And I act as Jim                                                                      # ActorContext::iActAs()
    And I open the Files app                                                              # FilesAppContext::iOpenTheFilesApp()
    And I enter in the folder named "Shared folder"                                       # FileListContext::iEnterInTheFolderNamed()
    And I create a new folder named "Subfolder"                                           # FileListContext::iCreateANewFolderNamed()
    And I see that the file list contains a file named "Subfolder"                        # FileListContext::iSeeThatTheFileListContainsAFileNamed()
    When I act as Jane                                                                    # ActorContext::iActAs()
    And I open the Files app                                                              # FilesAppContext::iOpenTheFilesApp()
    And I open the details view for "Shared folder"                                       # FileListContext::iOpenTheDetailsViewFor()
    And I see that the details view is open                                               # FilesAppContext::iSeeThatTheDetailsViewIsOpen()
    And I open the "Sharing" tab in the details view                                      # FilesAppContext::iOpenTheTabInTheDetailsView()
    And I see that the "Sharing" tab in the details view is eventually loaded             # FilesAppContext::iSeeThatTheTabInTheDetailsViewIsEventuallyLoaded()
    And I set the share with "user1" as not creatable                                     # FilesAppSharingContext::iSetTheShareWithAsNotCreatable()
    Then I see that "user1" can not create in the share                                   # FilesAppSharingContext::iSeeThatCanNotCreateInTheShare()
    And I see that "user1" can not be allowed to create in the share                      # FilesAppSharingContext::iSeeThatCanNotBeAllowedToCreateInTheShare()
    And I act as Jim                                                                      # ActorContext::iActAs()
    And I open the Files app                                                              # FilesAppContext::iOpenTheFilesApp()
    And I enter in the folder named "Shared folder"                                       # FileListContext::iEnterInTheFolderNamed()
    And I see that it is not possible to create new files                                 # FileListContext::iSeeThatItIsNotPossibleToCreateNewFiles()
      Failed asserting that true is false.

@rullzer rullzer merged commit e29b5c6 into stable20 Sep 24, 2020
@rullzer rullzer deleted the backport/23014/stable20 branch September 24, 2020 09:31
@rullzer rullzer mentioned this pull request Sep 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants