Skip to content

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #22587

Closes #21150 a second time.
2nd appearance of debugMode may not seen in first fix.
@backportbot-nextcloud backportbot-nextcloud bot added this to the Nextcloud 19.0.4 milestone Sep 9, 2020
@rullzer rullzer added the 3. to review Waiting for reviews label Sep 9, 2020
@faily-bot
Copy link

faily-bot bot commented Sep 9, 2020

🤖 beep boop beep 🤖

Here are the logs for the failed build:

Status of 32907: 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) OCA\Files_Versions\Tests\VersioningTest::testRestoreMovedShare
File content has not changed
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'version 2'
+'version 1'

/drone/src/apps/files_versions/tests/VersioningTest.php:730

integration-sharing-v1-video-verification

  • build/integration/sharing_features/sharing-v1-video-verification.feature:8
  • build/integration/sharing_features/sharing-v1-video-verification.feature:20
  • build/integration/sharing_features/sharing-v1-video-verification.feature:33
  • build/integration/sharing_features/sharing-v1-video-verification.feature:47
  • build/integration/sharing_features/sharing-v1-video-verification.feature:62
  • build/integration/sharing_features/sharing-v1-video-verification.feature:76
  • build/integration/sharing_features/sharing-v1-video-verification.feature:91
  • build/integration/sharing_features/sharing-v1-video-verification.feature:104
  • build/integration/sharing_features/sharing-v1-video-verification.feature:118
  • build/integration/sharing_features/sharing-v1-video-verification.feature:130
  • build/integration/sharing_features/sharing-v1-video-verification.feature:145
  • build/integration/sharing_features/sharing-v1-video-verification.feature:176
  • build/integration/sharing_features/sharing-v1-video-verification.feature:209
  • build/integration/sharing_features/sharing-v1-video-verification.feature:246
  • build/integration/sharing_features/sharing-v1-video-verification.feature:260
  • build/integration/sharing_features/sharing-v1-video-verification.feature:275
  • build/integration/sharing_features/sharing-v1-video-verification.feature:291
  • build/integration/sharing_features/sharing-v1-video-verification.feature:308
  • build/integration/sharing_features/sharing-v1-video-verification.feature:324
  • build/integration/sharing_features/sharing-v1-video-verification.feature:341
  • build/integration/sharing_features/sharing-v1-video-verification.feature:356
  • build/integration/sharing_features/sharing-v1-video-verification.feature:372
  • build/integration/sharing_features/sharing-v1-video-verification.feature:386
  • build/integration/sharing_features/sharing-v1-video-verification.feature:403
  • build/integration/sharing_features/sharing-v1-video-verification.feature:419
  • build/integration/sharing_features/sharing-v1-video-verification.feature:436
  • build/integration/sharing_features/sharing-v1-video-verification.feature:453
  • build/integration/sharing_features/sharing-v1-video-verification.feature:471
Show full log
  Scenario: Creating a link share with send password by Talk # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:8
[Wed Sep  9 20:22:50 2020] 127.0.0.1:46680 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:22:51 2020] 127.0.0.1:46720 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:22:51 2020] 127.0.0.1:46764 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:22:52 2020] 127.0.0.1:46794 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                # SharingContext::assureUserExists()
    And As an "user0"                                        # SharingContext::asAn()
[Wed Sep  9 20:22:52 2020] 127.0.0.1:46816 [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 &000000004111d72a0000000027bf219e (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                 # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded  # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:22:53 2020] 127.0.0.1:46836 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:22:53 2020] 127.0.0.1:46874 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:22:54 2020] 127.0.0.1:46910 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk in a link share  # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:20
[Wed Sep  9 20:22:54 2020] 127.0.0.1:46956 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:22:55 2020] 127.0.0.1:46958 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:22:56 2020] 127.0.0.1:46982 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:22:56 2020] 127.0.0.1:47016 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:22:57 2020] 127.0.0.1:47034 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                               # SharingContext::assureUserExists()
    And As an "user0"                                       # SharingContext::asAn()
[Wed Sep  9 20:22:57 2020] 127.0.0.1:47058 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                              # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Wed Sep  9 20:22:57 2020] 127.0.0.1:47082 [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 &000000004111d7910000000027bf219e (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:22:58 2020] 127.0.0.1:47098 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:22:58 2020] 127.0.0.1:47124 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:22:59 2020] 127.0.0.1:47160 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with different password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:33
[Wed Sep  9 20:23:00 2020] 127.0.0.1:47210 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:23:00 2020] 127.0.0.1:47214 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:23:01 2020] 127.0.0.1:47240 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:23:01 2020] 127.0.0.1:47262 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:02 2020] 127.0.0.1:47284 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                              # SharingContext::asAn()
[Wed Sep  9 20:23:02 2020] 127.0.0.1:47296 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                     # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
      | password  | secret      |
[Wed Sep  9 20:23:03 2020] 127.0.0.1:47312 [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 &000000004111d6060000000027bf219e (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                       # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "another secret" can be downloaded                # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:23:03 2020] 127.0.0.1:47330 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:04 2020] 127.0.0.1:47364 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:23:05 2020] 127.0.0.1:47402 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with different password set after creation in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:47
[Wed Sep  9 20:23:06 2020] 127.0.0.1:47464 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:23:06 2020] 127.0.0.1:47468 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:23:07 2020] 127.0.0.1:47496 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:23:07 2020] 127.0.0.1:47512 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:08 2020] 127.0.0.1:47528 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                         # SharingContext::assureUserExists()
    And As an "user0"                                                                                 # SharingContext::asAn()
[Wed Sep  9 20:23:08 2020] 127.0.0.1:47542 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                        # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Wed Sep  9 20:23:09 2020] 127.0.0.1:47558 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/3
    And Updating last share with                                                                      # SharingContext::updatingLastShare()
      | password | secret |
[Wed Sep  9 20:23:09 2020] 127.0.0.1:47582 [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 &000000004111d6db0000000027bf219e (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                                          # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "another secret" can be downloaded                                   # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:23:09 2020] 127.0.0.1:47604 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:10 2020] 127.0.0.1:47628 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:23:11 2020] 127.0.0.1:47660 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with same password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:62
[Wed Sep  9 20:23:11 2020] 127.0.0.1:47714 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:23:12 2020] 127.0.0.1:47718 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:23:13 2020] 127.0.0.1:47748 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:23:13 2020] 127.0.0.1:47772 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:13 2020] 127.0.0.1:47784 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                         # SharingContext::asAn()
[Wed Sep  9 20:23:14 2020] 127.0.0.1:47806 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
      | password  | secret      |
[Wed Sep  9 20:23:14 2020] 127.0.0.1:47834 [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 &000000004111d5580000000027bf219e (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                  # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                   # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:23:15 2020] 127.0.0.1:47858 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:15 2020] 127.0.0.1:47878 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:23:16 2020] 127.0.0.1:47910 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with same password set after creation in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:76
[Wed Sep  9 20:23:17 2020] 127.0.0.1:47948 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:23:17 2020] 127.0.0.1:47952 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:23:18 2020] 127.0.0.1:47970 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:23:19 2020] 127.0.0.1:47996 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:19 2020] 127.0.0.1:48014 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                    # SharingContext::assureUserExists()
    And As an "user0"                                                                            # SharingContext::asAn()
[Wed Sep  9 20:23:19 2020] 127.0.0.1:48032 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                   # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Wed Sep  9 20:23:20 2020] 127.0.0.1:48054 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/5
    And Updating last share with                                                                 # SharingContext::updatingLastShare()
      | password | secret |
[Wed Sep  9 20:23:20 2020] 127.0.0.1:48098 [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 &000000004111d53d0000000027bf219e (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                                     # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                                      # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:23:21 2020] 127.0.0.1:48116 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:21 2020] 127.0.0.1:48148 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:23:22 2020] 127.0.0.1:48178 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk without updating password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:91
[Wed Sep  9 20:23:23 2020] 127.0.0.1:48238 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:23:23 2020] 127.0.0.1:48242 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:23:24 2020] 127.0.0.1:48258 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:23:25 2020] 127.0.0.1:48282 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:25 2020] 127.0.0.1:48292 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                                # SharingContext::asAn()
[Wed Sep  9 20:23:26 2020] 127.0.0.1:48310 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                       # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
      | password  | secret      |
[Wed Sep  9 20:23:26 2020] 127.0.0.1:48332 [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 &000000004111d5ba0000000027bf219e (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                         # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                          # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:23:26 2020] 127.0.0.1:48358 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:27 2020] 127.0.0.1:48382 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:23:28 2020] 127.0.0.1:48420 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk without updating password set after creation in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:104
[Wed Sep  9 20:23:28 2020] 127.0.0.1:48474 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:23:29 2020] 127.0.0.1:48478 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:23:30 2020] 127.0.0.1:48504 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:23:30 2020] 127.0.0.1:48556 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:30 2020] 127.0.0.1:48588 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                           # SharingContext::assureUserExists()
    And As an "user0"                                                                                   # SharingContext::asAn()
[Wed Sep  9 20:23:31 2020] 127.0.0.1:48610 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                          # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Wed Sep  9 20:23:31 2020] 127.0.0.1:48636 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/7
    And Updating last share with                                                                        # SharingContext::updatingLastShare()
      | password | secret |
[Wed Sep  9 20:23:32 2020] 127.0.0.1:48676 [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 &000000004111d41f0000000027bf219e (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                                            # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                                             # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:23:32 2020] 127.0.0.1:48702 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:32 2020] 127.0.0.1:48740 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:23:33 2020] 127.0.0.1:48790 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with no password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:118
[Wed Sep  9 20:23:34 2020] 127.0.0.1:48868 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:23:34 2020] 127.0.0.1:48872 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:23:35 2020] 127.0.0.1:48904 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:23:35 2020] 127.0.0.1:48942 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:36 2020] 127.0.0.1:48982 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                               # SharingContext::assureUserExists()
    And As an "user0"                                                       # SharingContext::asAn()
[Wed Sep  9 20:23:36 2020] 127.0.0.1:49004 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                              # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Wed Sep  9 20:23:36 2020] 127.0.0.1:49040 [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 &000000004111d49c0000000027bf219e (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                        # SharingContext::lastShareCanBeDownloaded()
[Wed Sep  9 20:23:37 2020] 127.0.0.1:49064 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:37 2020] 127.0.0.1:49106 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:23:38 2020] 127.0.0.1:49146 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with no password removed after creation in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:130
[Wed Sep  9 20:23:39 2020] 127.0.0.1:49222 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:23:39 2020] 127.0.0.1:49226 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:23:40 2020] 127.0.0.1:49270 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:23:40 2020] 127.0.0.1:49310 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:41 2020] 127.0.0.1:49342 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                                              # SharingContext::asAn()
[Wed Sep  9 20:23:42 2020] 127.0.0.1:49368 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                     # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
      | password  | secret      |
[Wed Sep  9 20:23:42 2020] 127.0.0.1:49412 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/9
    And Updating last share with                                                                   # SharingContext::updatingLastShare()
      | password |  |
[Wed Sep  9 20:23:42 2020] 127.0.0.1:49458 [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 &000000004111cb710000000027bf219e (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                       # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                                               # SharingContext::lastShareCanBeDownloaded()
[Wed Sep  9 20:23:43 2020] 127.0.0.1:49496 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:43 2020] 127.0.0.1:49544 [404]: /ocs/v2.php/cloud/users/user0

[Wed Sep  9 20:23:44 2020] 127.0.0.1:49600 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Disabling send password by Talk without setting new password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:145
[Wed Sep  9 20:23:44 2020] 127.0.0.1:49682 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:23:45 2020] 127.0.0.1:49712 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                 # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:23:45 2020] 127.0.0.1:49716 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:23:46 2020] 127.0.0.1:49764 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:23:46 2020] 127.0.0.1:49808 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:47 2020] 127.0.0.1:49828 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                              # SharingContext::assureUserExists()
    And As an "user0"                                                                    # SharingContext::asAn()
[Wed Sep  9 20:23:47 2020] 127.0.0.1:49862 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                           # SharingContext::creatingShare()
      | path               | welcome.txt |
      | shareType          | 3           |
      | password           | secret      |
      | sendPasswordByTalk | true        |
[Wed Sep  9 20:23:47 2020] 127.0.0.1:49894 [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 &000000004111cbed0000000027bf219e (
          0 => '998'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                             # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                              # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:23:48 2020] 127.0.0.1:49924 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:48 2020] 127.0.0.1:49966 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:23:48 2020] 127.0.0.1:50038 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:23:55 2020] 127.0.0.1:50442 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Disabling send password by Talk setting same password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:176
[Wed Sep  9 20:23:56 2020] 127.0.0.1:50516 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:23:56 2020] 127.0.0.1:50534 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                          # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:23:57 2020] 127.0.0.1:50538 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:23:58 2020] 127.0.0.1:50562 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:23:58 2020] 127.0.0.1:50584 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:23:58 2020] 127.0.0.1:50602 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                       # SharingContext::assureUserExists()
    And As an "user0"                                                             # SharingContext::asAn()
[Wed Sep  9 20:23:59 2020] 127.0.0.1:50614 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                    # SharingContext::creatingShare()
      | path               | welcome.txt |
      | shareType          | 3           |
      | password           | secret      |
      | sendPasswordByTalk | true        |
[Wed Sep  9 20:23:59 2020] 127.0.0.1:50628 [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 &000000004111cae50000000027bf219e (
          0 => '998'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                      # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                       # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:24:00 2020] 127.0.0.1:50648 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:24:00 2020] 127.0.0.1:50684 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:24:00 2020] 127.0.0.1:50722 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:24:11 2020] 127.0.0.1:51206 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Disabling send password by Talk setting new password in a link share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:209
[Wed Sep  9 20:24:12 2020] 127.0.0.1:51300 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:24:15 2020] 127.0.0.1:51528 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                         # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:24:16 2020] 127.0.0.1:51532 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:24:17 2020] 127.0.0.1:51558 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:24:17 2020] 127.0.0.1:51582 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:24:17 2020] 127.0.0.1:51598 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                            # SharingContext::asAn()
[Wed Sep  9 20:24:18 2020] 127.0.0.1:51614 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                   # SharingContext::creatingShare()
      | path               | welcome.txt |
      | shareType          | 3           |
      | password           | secret      |
      | sendPasswordByTalk | true        |
[Wed Sep  9 20:24:20 2020] 127.0.0.1:51630 [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 &000000004111c9d10000000027bf219e (
          0 => '998'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                     # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "another secret" can be downloaded              # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:24:20 2020] 127.0.0.1:51662 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:24:21 2020] 127.0.0.1:51694 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:24:24 2020] 127.0.0.1:51748 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:24:34 2020] 127.0.0.1:52324 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Creating a mail share with send password by Talk # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:246
[Wed Sep  9 20:24:35 2020] 127.0.0.1:52412 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:24:35 2020] 127.0.0.1:52440 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                     # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:24:36 2020] 127.0.0.1:52444 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:24:36 2020] 127.0.0.1:52480 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:24:37 2020] 127.0.0.1:52534 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:24:37 2020] 127.0.0.1:52550 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                  # SharingContext::assureUserExists()
    And As an "user0"                                        # SharingContext::asAn()
[Wed Sep  9 20:24:37 2020] 127.0.0.1:52576 [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 &000000004111c8cd0000000027bf219e (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                 # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded  # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:24:38 2020] 127.0.0.1:52602 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:24:38 2020] 127.0.0.1:52640 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:24:39 2020] 127.0.0.1:52700 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:24:40 2020] 127.0.0.1:52722 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk in a mail share  # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:260
[Wed Sep  9 20:24:40 2020] 127.0.0.1:52824 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:24:41 2020] 127.0.0.1:52846 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                    # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:24:41 2020] 127.0.0.1:52850 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:24:42 2020] 127.0.0.1:52886 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:24:42 2020] 127.0.0.1:52920 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:24:43 2020] 127.0.0.1:52950 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                 # SharingContext::assureUserExists()
    And As an "user0"                                       # SharingContext::asAn()
[Wed Sep  9 20:24:43 2020] 127.0.0.1:52978 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                              # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
[Wed Sep  9 20:24:43 2020] 127.0.0.1:53018 [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 &000000004111cf410000000027bf219e (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:24:44 2020] 127.0.0.1:53058 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:24:44 2020] 127.0.0.1:53108 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:24:45 2020] 127.0.0.1:53154 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:24:45 2020] 127.0.0.1:53172 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with different password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:275
[Wed Sep  9 20:24:46 2020] 127.0.0.1:53260 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:24:46 2020] 127.0.0.1:53298 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                           # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:24:47 2020] 127.0.0.1:53302 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:24:48 2020] 127.0.0.1:53332 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:24:48 2020] 127.0.0.1:53364 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:24:48 2020] 127.0.0.1:53388 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                              # SharingContext::asAn()
[Wed Sep  9 20:24:49 2020] 127.0.0.1:53412 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                     # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
      | password  | secret         |
[Wed Sep  9 20:24:49 2020] 127.0.0.1:53464 [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 &000000004111cf3e0000000027bf219e (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                       # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "another secret" can be downloaded                # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:24:50 2020] 127.0.0.1:53496 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:24:50 2020] 127.0.0.1:53538 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:25:06 2020] 127.0.0.1:53920 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:25:07 2020] 127.0.0.1:53938 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with different password set after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:291
[Wed Sep  9 20:25:08 2020] 127.0.0.1:54012 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:25:08 2020] 127.0.0.1:54040 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                              # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:25:09 2020] 127.0.0.1:54044 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:25:10 2020] 127.0.0.1:54068 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:25:11 2020] 127.0.0.1:54098 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:25:11 2020] 127.0.0.1:54126 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                           # SharingContext::assureUserExists()
    And As an "user0"                                                                                 # SharingContext::asAn()
[Wed Sep  9 20:25:11 2020] 127.0.0.1:54144 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                        # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
[Wed Sep  9 20:25:12 2020] 127.0.0.1:54176 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/15
    And Updating last share with                                                                      # SharingContext::updatingLastShare()
      | password | secret |
[Wed Sep  9 20:25:12 2020] 127.0.0.1:54218 [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 &000000004111cfad0000000027bf219e (
          0 => '403'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                                          # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "another secret" can be downloaded                                   # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:25:13 2020] 127.0.0.1:54238 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:25:13 2020] 127.0.0.1:54266 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:25:13 2020] 127.0.0.1:54314 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:25:14 2020] 127.0.0.1:54336 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with same password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:308
[Wed Sep  9 20:25:15 2020] 127.0.0.1:54388 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:25:16 2020] 127.0.0.1:54410 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                      # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:25:16 2020] 127.0.0.1:54414 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:25:17 2020] 127.0.0.1:54438 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:25:17 2020] 127.0.0.1:54464 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:25:18 2020] 127.0.0.1:54478 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                   # SharingContext::assureUserExists()
    And As an "user0"                                                         # SharingContext::asAn()
[Wed Sep  9 20:25:18 2020] 127.0.0.1:54484 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
      | password  | secret         |
[Wed Sep  9 20:25:19 2020] 127.0.0.1:54502 [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 &000000004111ce200000000027bf219e (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                  # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                   # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:25:19 2020] 127.0.0.1:54508 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:25:19 2020] 127.0.0.1:54516 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:25:20 2020] 127.0.0.1:54540 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:25:21 2020] 127.0.0.1:54546 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with same password set after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:324
[Wed Sep  9 20:25:23 2020] 127.0.0.1:54660 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:25:23 2020] 127.0.0.1:54698 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                         # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:25:25 2020] 127.0.0.1:54700 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:25:26 2020] 127.0.0.1:54824 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:25:26 2020] 127.0.0.1:54844 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:25:27 2020] 127.0.0.1:54872 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                                            # SharingContext::asAn()
[Wed Sep  9 20:25:28 2020] 127.0.0.1:54892 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
[Wed Sep  9 20:25:28 2020] 127.0.0.1:54942 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/17
[Wed Sep  9 20:25:29 2020] 127.0.0.1:54948 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/17
[Wed Sep  9 20:25:29 2020] 127.0.0.1:54952 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:25:29 2020] 127.0.0.1:54954 [404]: /ocs/v2.php/cloud/users/user0
    When creating a share with                                                                   # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
    And Updating last share with                                                                 # SharingContext::updatingLastShare()
      | password | secret |
    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 &000000004111ce9f0000000027bf219e (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                     # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                                      # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:25:30 2020] 127.0.0.1:55020 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:25:31 2020] 127.0.0.1:55048 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk without updating password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:341
[Wed Sep  9 20:25:32 2020] 127.0.0.1:55122 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:25:33 2020] 127.0.0.1:55140 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                             # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:25:33 2020] 127.0.0.1:55144 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:25:34 2020] 127.0.0.1:55184 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:25:34 2020] 127.0.0.1:55212 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:25:34 2020] 127.0.0.1:55234 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                          # SharingContext::assureUserExists()
    And As an "user0"                                                                # SharingContext::asAn()
[Wed Sep  9 20:25:35 2020] 127.0.0.1:55252 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                       # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
      | password  | secret         |
[Wed Sep  9 20:25:35 2020] 127.0.0.1:55270 [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 &000000004111cd120000000027bf219e (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                         # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                          # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:25:36 2020] 127.0.0.1:55284 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:25:37 2020] 127.0.0.1:55304 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:25:37 2020] 127.0.0.1:55344 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:25:38 2020] 127.0.0.1:55366 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk without updating password set after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:356
[Wed Sep  9 20:25:39 2020] 127.0.0.1:55468 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:25:39 2020] 127.0.0.1:55498 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                                # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:25:40 2020] 127.0.0.1:55502 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:25:41 2020] 127.0.0.1:55514 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:25:41 2020] 127.0.0.1:55536 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:25:41 2020] 127.0.0.1:55556 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                             # SharingContext::assureUserExists()
    And As an "user0"                                                                                   # SharingContext::asAn()
[Wed Sep  9 20:25:42 2020] 127.0.0.1:55572 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                          # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
[Wed Sep  9 20:25:42 2020] 127.0.0.1:55594 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/19
    And Updating last share with                                                                        # SharingContext::updatingLastShare()
      | password | secret |
[Wed Sep  9 20:25:43 2020] 127.0.0.1:55616 [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 &000000004111ceb50000000027bf219e (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                            # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                                             # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:25:43 2020] 127.0.0.1:55628 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:25:43 2020] 127.0.0.1:55648 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:25:43 2020] 127.0.0.1:55680 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:25:44 2020] 127.0.0.1:55688 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with no password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:372
[Wed Sep  9 20:25:45 2020] 127.0.0.1:55732 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:25:46 2020] 127.0.0.1:55746 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                    # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:25:46 2020] 127.0.0.1:55750 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:25:47 2020] 127.0.0.1:55760 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:25:48 2020] 127.0.0.1:55774 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:25:48 2020] 127.0.0.1:55804 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                       # SharingContext::asAn()
[Wed Sep  9 20:25:49 2020] 127.0.0.1:55820 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                              # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
[Wed Sep  9 20:25:50 2020] 127.0.0.1:55834 [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 &000000004111d70b0000000027bf219e (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                        # SharingContext::lastShareCanBeDownloaded()
[Wed Sep  9 20:25:51 2020] 127.0.0.1:55862 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:25:51 2020] 127.0.0.1:55898 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:25:52 2020] 127.0.0.1:55916 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:25:52 2020] 127.0.0.1:55924 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Enabling send password by Talk with no password removed after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:386
[Wed Sep  9 20:25:53 2020] 127.0.0.1:55986 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:25:53 2020] 127.0.0.1:56010 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                           # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:25:54 2020] 127.0.0.1:56014 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:25:54 2020] 127.0.0.1:56034 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:25:55 2020] 127.0.0.1:56066 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:25:55 2020] 127.0.0.1:56088 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                                              # SharingContext::asAn()
[Wed Sep  9 20:25:56 2020] 127.0.0.1:56110 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                     # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
      | password  | secret         |
[Wed Sep  9 20:25:56 2020] 127.0.0.1:56166 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/21
[Wed Sep  9 20:25:56 2020] 127.0.0.1:56186 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/21
[Wed Sep  9 20:25:56 2020] 127.0.0.1:56198 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:25:57 2020] 127.0.0.1:56202 [404]: /ocs/v2.php/cloud/users/user0
    And Updating last share with                                                                   # SharingContext::updatingLastShare()
      | password |  |
    And Updating last share with                                                                   # SharingContext::updatingLastShare()
      | sendPasswordByTalk | true |
    Then the OCS status code should be "400"                                                       # SharingContext::theOCSStatusCodeShouldBe()
      Failed asserting that SimpleXMLElement Object &000000004111d61d0000000027bf219e (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                       # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                                               # SharingContext::lastShareCanBeDownloaded()
[Wed Sep  9 20:25:57 2020] 127.0.0.1:56214 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:25:58 2020] 127.0.0.1:56226 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Disabling send password by Talk without setting new password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:403
[Wed Sep  9 20:25:59 2020] 127.0.0.1:56280 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:25:59 2020] 127.0.0.1:56300 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                 # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:26:00 2020] 127.0.0.1:56304 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:26:00 2020] 127.0.0.1:56332 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:26:01 2020] 127.0.0.1:56386 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:26:01 2020] 127.0.0.1:56418 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                              # SharingContext::assureUserExists()
    And As an "user0"                                                                    # SharingContext::asAn()
[Wed Sep  9 20:26:02 2020] 127.0.0.1:56454 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                           # SharingContext::creatingShare()
      | path               | welcome.txt    |
      | shareType          | 4              |
      | shareWith          | dummy@test.com |
      | password           | secret         |
      | sendPasswordByTalk | true           |
[Wed Sep  9 20:26:02 2020] 127.0.0.1:56492 [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 &000000004111d7eb0000000027bf219e (
          0 => '998'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                             # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                              # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:26:02 2020] 127.0.0.1:56526 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:26:03 2020] 127.0.0.1:56572 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:26:03 2020] 127.0.0.1:56622 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:26:04 2020] 127.0.0.1:56640 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Disabling send password by Talk without setting new password set after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:419
[Wed Sep  9 20:26:05 2020] 127.0.0.1:56726 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:26:05 2020] 127.0.0.1:56746 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                                    # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:26:06 2020] 127.0.0.1:56750 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:26:06 2020] 127.0.0.1:56792 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:26:07 2020] 127.0.0.1:56844 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:26:07 2020] 127.0.0.1:56880 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                                                       # SharingContext::asAn()
[Wed Sep  9 20:26:07 2020] 127.0.0.1:56914 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                              # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
[Wed Sep  9 20:26:08 2020] 127.0.0.1:56958 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/22
    And Updating last share with                                                                            # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | true   |
[Wed Sep  9 20:26:08 2020] 127.0.0.1:57000 [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 &000000004111d51d0000000027bf219e (
          0 => '100'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                                # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                                                 # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:26:09 2020] 127.0.0.1:57042 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:26:09 2020] 127.0.0.1:57104 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:26:09 2020] 127.0.0.1:57186 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:26:10 2020] 127.0.0.1:57232 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Disabling send password by Talk setting same password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:436
[Wed Sep  9 20:26:11 2020] 127.0.0.1:57362 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:26:12 2020] 127.0.0.1:57396 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                          # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:26:12 2020] 127.0.0.1:57402 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:26:13 2020] 127.0.0.1:57426 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:26:14 2020] 127.0.0.1:57478 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:26:14 2020] 127.0.0.1:57494 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                       # SharingContext::assureUserExists()
    And As an "user0"                                                             # SharingContext::asAn()
[Wed Sep  9 20:26:14 2020] 127.0.0.1:57512 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                    # SharingContext::creatingShare()
      | path               | welcome.txt    |
      | shareType          | 4              |
      | shareWith          | dummy@test.com |
      | password           | secret         |
      | sendPasswordByTalk | true           |
[Wed Sep  9 20:26:15 2020] 127.0.0.1:57526 [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 &000000004111d5ad0000000027bf219e (
          0 => '998'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                      # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                       # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:26:15 2020] 127.0.0.1:57544 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:26:16 2020] 127.0.0.1:57582 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:26:16 2020] 127.0.0.1:57620 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:26:17 2020] 127.0.0.1:57644 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Disabling send password by Talk setting same password set after creation in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:453
[Wed Sep  9 20:26:18 2020] 127.0.0.1:57706 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:26:18 2020] 127.0.0.1:57722 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                             # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:26:19 2020] 127.0.0.1:57726 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:26:20 2020] 127.0.0.1:57770 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:26:20 2020] 127.0.0.1:57820 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:26:21 2020] 127.0.0.1:57840 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                          # SharingContext::assureUserExists()
    And As an "user0"                                                                                # SharingContext::asAn()
[Wed Sep  9 20:26:21 2020] 127.0.0.1:57868 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                       # SharingContext::creatingShare()
      | path      | welcome.txt    |
      | shareType | 4              |
      | shareWith | dummy@test.com |
[Wed Sep  9 20:26:21 2020] 127.0.0.1:57904 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/23
    And Updating last share with                                                                     # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | true   |
[Wed Sep  9 20:26:22 2020] 127.0.0.1:57940 [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 &000000004111d46e0000000027bf219e (
          0 => '100'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                         # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "secret" can be downloaded                                          # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:26:23 2020] 127.0.0.1:58012 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:26:23 2020] 127.0.0.1:58066 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:26:23 2020] 127.0.0.1:58124 [200]: /apps/testing/clean_opcode_cache.php

[Wed Sep  9 20:26:24 2020] 127.0.0.1:58148 [200]: /ocs/v1.php/apps/testing/api/v1/app/sharebymail/enforcePasswordProtection
  Scenario: Disabling send password by Talk setting new password in a mail share # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:471
[Wed Sep  9 20:26:25 2020] 127.0.0.1:58244 [200]: /apps/testing/clean_opcode_cache.php
[Wed Sep  9 20:26:26 2020] 127.0.0.1:58264 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                         # SharingContext::dummyMailServerIsListening()
[Wed Sep  9 20:26:27 2020] 127.0.0.1:58268 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:26:28 2020] 127.0.0.1:58318 [200]: /ocs/v1.php/cloud/users
[Wed Sep  9 20:26:28 2020] 127.0.0.1:58362 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:26:28 2020] 127.0.0.1:58388 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                            # SharingContext::asAn()
[Wed Sep  9 20:26:29 2020] 127.0.0.1:58414 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                   # SharingContext::creatingShare()
      | path               | welcome.txt    |
      | shareType          | 4              |
      | shareWith          | dummy@test.com |
      | password           | secret         |
      | sendPasswordByTalk | true           |
[Wed Sep  9 20:26:29 2020] 127.0.0.1:58432 [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 &000000004111d4dc0000000027bf219e (
          0 => '998'
      ) matches expected '100'.
    And the HTTP status code should be "200"                                     # SharingContext::theHTTPStatusCodeShouldBe()
    And last share with password "another secret" can be downloaded              # SharingContext::lastShareWithPasswordCanBeDownloaded()
[Wed Sep  9 20:26:29 2020] 127.0.0.1:58448 [200]: /ocs/v1.php/cloud/users/user0
[Wed Sep  9 20:26:30 2020] 127.0.0.1:58484 [404]: /ocs/v2.php/cloud/users/user0
[Wed Sep  9 20:26:30 2020] 127.0.0.1:58544 [200]: /apps/testing/clean_opcode_cache.php

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

Successfully merging this pull request may close these issues.

4 participants