Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable21] Parse calendar object for attendees and emit interaction events #25466

Merged
merged 1 commit into from
Feb 3, 2021

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #25464

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
@ChristophWurst ChristophWurst added the 4. to release Ready to be released and/or waiting for tests to finish label Feb 3, 2021
@faily-bot
Copy link

faily-bot bot commented Feb 3, 2021

🤖 beep boop beep 🤖

Here are the logs for the failed build:

Status of 1908: failure

integration-sharing-v1-video-verification

  • build/integration/sharing_features/sharing-v1-video-verification.feature:8
  • build/integration/sharing_features/sharing-v1-video-verification.feature:20
  • build/integration/sharing_features/sharing-v1-video-verification.feature:33
  • build/integration/sharing_features/sharing-v1-video-verification.feature:47
  • build/integration/sharing_features/sharing-v1-video-verification.feature:62
  • build/integration/sharing_features/sharing-v1-video-verification.feature:76
  • build/integration/sharing_features/sharing-v1-video-verification.feature:91
  • build/integration/sharing_features/sharing-v1-video-verification.feature:104
  • build/integration/sharing_features/sharing-v1-video-verification.feature:118
  • build/integration/sharing_features/sharing-v1-video-verification.feature:130
  • build/integration/sharing_features/sharing-v1-video-verification.feature:145
  • build/integration/sharing_features/sharing-v1-video-verification.feature:176
  • build/integration/sharing_features/sharing-v1-video-verification.feature:209
  • build/integration/sharing_features/sharing-v1-video-verification.feature:246
  • build/integration/sharing_features/sharing-v1-video-verification.feature:260
  • build/integration/sharing_features/sharing-v1-video-verification.feature:275
  • build/integration/sharing_features/sharing-v1-video-verification.feature:291
  • build/integration/sharing_features/sharing-v1-video-verification.feature:308
  • build/integration/sharing_features/sharing-v1-video-verification.feature:324
  • build/integration/sharing_features/sharing-v1-video-verification.feature:341
  • build/integration/sharing_features/sharing-v1-video-verification.feature:356
  • build/integration/sharing_features/sharing-v1-video-verification.feature:372
  • build/integration/sharing_features/sharing-v1-video-verification.feature:386
  • build/integration/sharing_features/sharing-v1-video-verification.feature:403
  • build/integration/sharing_features/sharing-v1-video-verification.feature:419
  • build/integration/sharing_features/sharing-v1-video-verification.feature:436
  • build/integration/sharing_features/sharing-v1-video-verification.feature:453
  • build/integration/sharing_features/sharing-v1-video-verification.feature:471
Show full log
  Scenario: Creating a link share with send password by Talk # /drone/src/build/integration/sharing_features/sharing-v1-video-verification.feature:8
[Wed Feb  3 18:26:16 2021] 127.0.0.1:35178 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:26:17 2021] 127.0.0.1:35184 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:26:20 2021] 127.0.0.1:35194 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:26:20 2021] 127.0.0.1:35206 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                # SharingContext::assureUserExists()
    And As an "user0"                                        # SharingContext::asAn()
[Wed Feb  3 18:26:20 2021] 127.0.0.1:35212 [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 &0000000003f33af6000000001998e0a9 (
          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 Feb  3 18:26:21 2021] 127.0.0.1:35216 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:26:21 2021] 127.0.0.1:35224 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 18:26:21 2021] 127.0.0.1:35236 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:26:22 2021] 127.0.0.1:35244 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:26:22 2021] 127.0.0.1:35250 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:26:22 2021] 127.0.0.1:35254 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:26:22 2021] 127.0.0.1:35258 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:26:23 2021] 127.0.0.1:35262 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:26:23 2021] 127.0.0.1:35268 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:26:23 2021] 127.0.0.1:35272 [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 Feb  3 18:26:24 2021] 127.0.0.1:35290 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:26:24 2021] 127.0.0.1:35292 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:26:25 2021] 127.0.0.1:35304 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:26:26 2021] 127.0.0.1:35314 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:26:26 2021] 127.0.0.1:35318 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                               # SharingContext::assureUserExists()
    And As an "user0"                                       # SharingContext::asAn()
[Wed Feb  3 18:26:26 2021] 127.0.0.1:35322 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                              # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Wed Feb  3 18:26:26 2021] 127.0.0.1:35326 [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 &0000000003f33a19000000001998e0a9 (
          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 Feb  3 18:26:27 2021] 127.0.0.1:35330 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:26:27 2021] 127.0.0.1:35338 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 18:26:29 2021] 127.0.0.1:35348 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:26:29 2021] 127.0.0.1:35354 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:26:29 2021] 127.0.0.1:35358 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:26:30 2021] 127.0.0.1:35364 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:26:30 2021] 127.0.0.1:35372 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:26:30 2021] 127.0.0.1:35376 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:26:30 2021] 127.0.0.1:35384 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:26:31 2021] 127.0.0.1:35392 [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 Feb  3 18:26:31 2021] 127.0.0.1:35416 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:26:32 2021] 127.0.0.1:35418 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:26:33 2021] 127.0.0.1:35432 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:26:33 2021] 127.0.0.1:35446 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:26:33 2021] 127.0.0.1:35454 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                              # SharingContext::asAn()
[Wed Feb  3 18:26:34 2021] 127.0.0.1:35462 [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 Feb  3 18:26:34 2021] 127.0.0.1:35472 [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 &0000000003f33a9d000000001998e0a9 (
          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 Feb  3 18:26:35 2021] 127.0.0.1:35478 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:26:35 2021] 127.0.0.1:35490 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 18:26:36 2021] 127.0.0.1:35506 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:26:36 2021] 127.0.0.1:35516 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:26:36 2021] 127.0.0.1:35526 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:26:36 2021] 127.0.0.1:35534 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:26:37 2021] 127.0.0.1:35542 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:26:37 2021] 127.0.0.1:35550 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:26:37 2021] 127.0.0.1:35558 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:26:38 2021] 127.0.0.1:35566 [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 Feb  3 18:26:38 2021] 127.0.0.1:35582 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:26:39 2021] 127.0.0.1:35584 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:26:39 2021] 127.0.0.1:35592 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:26:40 2021] 127.0.0.1:35604 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:26:40 2021] 127.0.0.1:35612 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                         # SharingContext::assureUserExists()
    And As an "user0"                                                                                 # SharingContext::asAn()
[Wed Feb  3 18:26:40 2021] 127.0.0.1:35620 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                        # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Wed Feb  3 18:26:41 2021] 127.0.0.1:35630 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/3
    And Updating last share with                                                                      # SharingContext::updatingLastShare()
      | password | secret |
[Wed Feb  3 18:26:41 2021] 127.0.0.1:35642 [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 &0000000003f33a70000000001998e0a9 (
          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 Feb  3 18:26:42 2021] 127.0.0.1:35648 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:26:42 2021] 127.0.0.1:35658 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 18:26:43 2021] 127.0.0.1:35668 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:26:43 2021] 127.0.0.1:35676 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:26:44 2021] 127.0.0.1:35684 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:26:44 2021] 127.0.0.1:35690 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:26:44 2021] 127.0.0.1:35698 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:26:44 2021] 127.0.0.1:35704 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:26:45 2021] 127.0.0.1:35710 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:26:45 2021] 127.0.0.1:35718 [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 Feb  3 18:26:46 2021] 127.0.0.1:35744 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:26:46 2021] 127.0.0.1:35746 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:26:47 2021] 127.0.0.1:35758 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:26:48 2021] 127.0.0.1:35770 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:26:48 2021] 127.0.0.1:35780 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                         # SharingContext::asAn()
[Wed Feb  3 18:26:48 2021] 127.0.0.1:35786 [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 Feb  3 18:26:49 2021] 127.0.0.1:35800 [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 &0000000003f33ac5000000001998e0a9 (
          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 Feb  3 18:26:50 2021] 127.0.0.1:35806 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:26:50 2021] 127.0.0.1:35818 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 18:26:50 2021] 127.0.0.1:35828 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:26:51 2021] 127.0.0.1:35834 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:26:51 2021] 127.0.0.1:35842 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:26:51 2021] 127.0.0.1:35846 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:26:52 2021] 127.0.0.1:35850 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:26:52 2021] 127.0.0.1:35854 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:26:52 2021] 127.0.0.1:35858 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:26:52 2021] 127.0.0.1:35864 [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 Feb  3 18:26:53 2021] 127.0.0.1:35884 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:26:53 2021] 127.0.0.1:35886 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:26:54 2021] 127.0.0.1:35896 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:26:55 2021] 127.0.0.1:35912 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:26:55 2021] 127.0.0.1:35922 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                    # SharingContext::assureUserExists()
    And As an "user0"                                                                            # SharingContext::asAn()
[Wed Feb  3 18:26:55 2021] 127.0.0.1:35930 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                   # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Wed Feb  3 18:26:56 2021] 127.0.0.1:35938 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/5
    And Updating last share with                                                                 # SharingContext::updatingLastShare()
      | password | secret |
[Wed Feb  3 18:26:56 2021] 127.0.0.1:35948 [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 &0000000003f33b8e000000001998e0a9 (
          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 Feb  3 18:26:57 2021] 127.0.0.1:35954 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:26:57 2021] 127.0.0.1:35964 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 18:26:57 2021] 127.0.0.1:35982 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:26:58 2021] 127.0.0.1:35986 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:26:58 2021] 127.0.0.1:35992 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:26:58 2021] 127.0.0.1:36000 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:26:58 2021] 127.0.0.1:36008 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:26:59 2021] 127.0.0.1:36018 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:26:59 2021] 127.0.0.1:36028 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:26:59 2021] 127.0.0.1:36036 [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 Feb  3 18:27:00 2021] 127.0.0.1:36056 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:27:00 2021] 127.0.0.1:36058 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:27:01 2021] 127.0.0.1:36070 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:27:01 2021] 127.0.0.1:36082 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:27:02 2021] 127.0.0.1:36092 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                                # SharingContext::asAn()
[Wed Feb  3 18:27:02 2021] 127.0.0.1:36098 [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 Feb  3 18:27:02 2021] 127.0.0.1:36110 [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 &0000000003f33ade000000001998e0a9 (
          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 Feb  3 18:27:03 2021] 127.0.0.1:36118 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:27:03 2021] 127.0.0.1:36132 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 18:27:04 2021] 127.0.0.1:36146 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:27:04 2021] 127.0.0.1:36154 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:27:04 2021] 127.0.0.1:36164 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:27:05 2021] 127.0.0.1:36174 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:27:05 2021] 127.0.0.1:36180 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:27:05 2021] 127.0.0.1:36186 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:27:05 2021] 127.0.0.1:36194 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:27:06 2021] 127.0.0.1:36200 [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 Feb  3 18:27:06 2021] 127.0.0.1:36216 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:27:07 2021] 127.0.0.1:36218 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:27:07 2021] 127.0.0.1:36232 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:27:08 2021] 127.0.0.1:36246 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:27:08 2021] 127.0.0.1:36258 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                           # SharingContext::assureUserExists()
    And As an "user0"                                                                                   # SharingContext::asAn()
[Wed Feb  3 18:27:08 2021] 127.0.0.1:36266 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                                                          # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Wed Feb  3 18:27:09 2021] 127.0.0.1:36274 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/7
    And Updating last share with                                                                        # SharingContext::updatingLastShare()
      | password | secret |
[Wed Feb  3 18:27:09 2021] 127.0.0.1:36288 [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 &0000000003f33a6f000000001998e0a9 (
          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 Feb  3 18:27:09 2021] 127.0.0.1:36292 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:27:10 2021] 127.0.0.1:36302 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 18:27:10 2021] 127.0.0.1:36316 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:27:10 2021] 127.0.0.1:36322 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:27:11 2021] 127.0.0.1:36328 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:27:11 2021] 127.0.0.1:36334 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:27:11 2021] 127.0.0.1:36338 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:27:11 2021] 127.0.0.1:36342 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:27:12 2021] 127.0.0.1:36348 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:27:12 2021] 127.0.0.1:36354 [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 Feb  3 18:27:13 2021] 127.0.0.1:36372 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:27:13 2021] 127.0.0.1:36374 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:27:14 2021] 127.0.0.1:36386 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:27:14 2021] 127.0.0.1:36406 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:27:14 2021] 127.0.0.1:36412 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                               # SharingContext::assureUserExists()
    And As an "user0"                                                       # SharingContext::asAn()
[Wed Feb  3 18:27:15 2021] 127.0.0.1:36418 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
    When creating a share with                                              # SharingContext::creatingShare()
      | path      | welcome.txt |
      | shareType | 3           |
[Wed Feb  3 18:27:15 2021] 127.0.0.1:36426 [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 &0000000003f33a96000000001998e0a9 (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                        # SharingContext::lastShareCanBeDownloaded()
[Wed Feb  3 18:27:16 2021] 127.0.0.1:36436 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:27:16 2021] 127.0.0.1:36444 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 18:27:16 2021] 127.0.0.1:36456 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:27:17 2021] 127.0.0.1:36462 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:27:17 2021] 127.0.0.1:36468 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:27:17 2021] 127.0.0.1:36474 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:27:17 2021] 127.0.0.1:36480 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:27:18 2021] 127.0.0.1:36490 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:27:18 2021] 127.0.0.1:36496 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:27:18 2021] 127.0.0.1:36502 [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 Feb  3 18:27:19 2021] 127.0.0.1:36526 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:27:19 2021] 127.0.0.1:36528 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:27:20 2021] 127.0.0.1:36540 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:27:20 2021] 127.0.0.1:36556 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:27:21 2021] 127.0.0.1:36562 [200]: /ocs/v2.php/cloud/users/user0
    Given user "user0" exists                                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                                              # SharingContext::asAn()
[Wed Feb  3 18:27:21 2021] 127.0.0.1:36570 [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 Feb  3 18:27:21 2021] 127.0.0.1:36580 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/9
    And Updating last share with                                                                   # SharingContext::updatingLastShare()
      | password |  |
[Wed Feb  3 18:27:22 2021] 127.0.0.1:36584 [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 &0000000003f33b81000000001998e0a9 (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                       # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                                               # SharingContext::lastShareCanBeDownloaded()
[Wed Feb  3 18:27:22 2021] 127.0.0.1:36590 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:27:22 2021] 127.0.0.1:36596 [404]: /ocs/v2.php/cloud/users/user0

[Wed Feb  3 18:27:23 2021] 127.0.0.1:36606 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:27:23 2021] 127.0.0.1:36614 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:27:24 2021] 127.0.0.1:36626 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:27:24 2021] 127.0.0.1:36636 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:27:24 2021] 127.0.0.1:36650 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:27:25 2021] 127.0.0.1:36658 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:27:25 2021] 127.0.0.1:36664 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:27:25 2021] 127.0.0.1:36670 [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 Feb  3 18:27:26 2021] 127.0.0.1:36682 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:27:26 2021] 127.0.0.1:36688 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                 # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:27:27 2021] 127.0.0.1:36690 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:27:27 2021] 127.0.0.1:36700 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:27:28 2021] 127.0.0.1:36710 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:27:28 2021] 127.0.0.1:36718 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                              # SharingContext::assureUserExists()
    And As an "user0"                                                                    # SharingContext::asAn()
[Wed Feb  3 18:27:28 2021] 127.0.0.1:36724 [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 Feb  3 18:27:29 2021] 127.0.0.1:36730 [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 &0000000003f33a84000000001998e0a9 (
          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 Feb  3 18:27:29 2021] 127.0.0.1:36736 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:27:29 2021] 127.0.0.1:36744 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:27:30 2021] 127.0.0.1:36754 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 18:27:39 2021] 127.0.0.1:36906 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:27:39 2021] 127.0.0.1:36920 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:27:39 2021] 127.0.0.1:36928 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:27:39 2021] 127.0.0.1:36938 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:27:40 2021] 127.0.0.1:36942 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:27:40 2021] 127.0.0.1:36952 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:27:40 2021] 127.0.0.1:36962 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:27:40 2021] 127.0.0.1:36970 [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 Feb  3 18:27:41 2021] 127.0.0.1:36992 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:27:41 2021] 127.0.0.1:37000 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                          # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:27:42 2021] 127.0.0.1:37002 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:27:45 2021] 127.0.0.1:37018 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:27:46 2021] 127.0.0.1:37040 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:27:46 2021] 127.0.0.1:37044 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                       # SharingContext::assureUserExists()
    And As an "user0"                                                             # SharingContext::asAn()
[Wed Feb  3 18:27:46 2021] 127.0.0.1:37052 [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 Feb  3 18:27:46 2021] 127.0.0.1:37060 [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 &0000000003f33a95000000001998e0a9 (
          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 Feb  3 18:27:47 2021] 127.0.0.1:37070 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:27:47 2021] 127.0.0.1:37082 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:27:48 2021] 127.0.0.1:37096 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 18:27:58 2021] 127.0.0.1:37328 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:27:58 2021] 127.0.0.1:37340 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:27:58 2021] 127.0.0.1:37346 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:27:58 2021] 127.0.0.1:37356 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:28:03 2021] 127.0.0.1:37364 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:28:03 2021] 127.0.0.1:37370 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:28:04 2021] 127.0.0.1:37376 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:28:04 2021] 127.0.0.1:37382 [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 Feb  3 18:28:05 2021] 127.0.0.1:37404 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:28:05 2021] 127.0.0.1:37414 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                         # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:28:10 2021] 127.0.0.1:37416 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:28:11 2021] 127.0.0.1:37432 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:28:12 2021] 127.0.0.1:37438 [200]: /ocs/v1.php/cloud/users/user0
    And user "user0" exists                                                      # SharingContext::assureUserExists()
[Wed Feb  3 18:28:13 2021] 127.0.0.1:37446 [200]: /ocs/v2.php/cloud/users/user0
    And As an "user0"                                                            # SharingContext::asAn()
[Wed Feb  3 18:28:13 2021] 127.0.0.1:37448 [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 Feb  3 18:28:13 2021] 127.0.0.1:37454 [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 &0000000003f33b9e000000001998e0a9 (
          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 Feb  3 18:28:14 2021] 127.0.0.1:37460 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:28:14 2021] 127.0.0.1:37468 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:28:14 2021] 127.0.0.1:37484 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 18:28:23 2021] 127.0.0.1:37748 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:28:24 2021] 127.0.0.1:37768 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:28:24 2021] 127.0.0.1:37782 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:28:24 2021] 127.0.0.1:37800 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:28:25 2021] 127.0.0.1:37816 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:28:25 2021] 127.0.0.1:37834 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:28:25 2021] 127.0.0.1:37846 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:28:25 2021] 127.0.0.1:37858 [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 Feb  3 18:28:26 2021] 127.0.0.1:37916 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:28:27 2021] 127.0.0.1:37934 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                     # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:28:27 2021] 127.0.0.1:37936 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:28:28 2021] 127.0.0.1:38020 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:28:28 2021] 127.0.0.1:38046 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:28:28 2021] 127.0.0.1:38058 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                  # SharingContext::assureUserExists()
    And As an "user0"                                        # SharingContext::asAn()
[Wed Feb  3 18:28:29 2021] 127.0.0.1:38066 [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 &0000000003f33add000000001998e0a9 (
          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 Feb  3 18:28:29 2021] 127.0.0.1:38074 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:28:30 2021] 127.0.0.1:38114 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:28:30 2021] 127.0.0.1:38174 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 18:28:31 2021] 127.0.0.1:38198 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:28:31 2021] 127.0.0.1:38216 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:28:31 2021] 127.0.0.1:38246 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:28:32 2021] 127.0.0.1:38252 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:28:32 2021] 127.0.0.1:38256 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:28:32 2021] 127.0.0.1:38332 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:28:32 2021] 127.0.0.1:38404 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:28:33 2021] 127.0.0.1:38416 [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 Feb  3 18:28:33 2021] 127.0.0.1:38450 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:28:34 2021] 127.0.0.1:38464 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                    # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:28:34 2021] 127.0.0.1:38466 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:28:35 2021] 127.0.0.1:38484 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:28:35 2021] 127.0.0.1:38506 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:28:35 2021] 127.0.0.1:38536 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                 # SharingContext::assureUserExists()
    And As an "user0"                                       # SharingContext::asAn()
[Wed Feb  3 18:28:36 2021] 127.0.0.1:38580 [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 Feb  3 18:28:36 2021] 127.0.0.1:38632 [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 &0000000003f33a4d000000001998e0a9 (
          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 Feb  3 18:28:37 2021] 127.0.0.1:38638 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:28:37 2021] 127.0.0.1:38650 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:28:37 2021] 127.0.0.1:38664 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 18:28:38 2021] 127.0.0.1:38698 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:28:38 2021] 127.0.0.1:38750 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:28:39 2021] 127.0.0.1:38756 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:28:39 2021] 127.0.0.1:38780 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:28:39 2021] 127.0.0.1:38784 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:28:39 2021] 127.0.0.1:38798 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:28:40 2021] 127.0.0.1:38802 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:28:40 2021] 127.0.0.1:38806 [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 Feb  3 18:28:40 2021] 127.0.0.1:38818 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:28:41 2021] 127.0.0.1:38828 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                           # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:28:42 2021] 127.0.0.1:38830 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:28:42 2021] 127.0.0.1:38840 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:28:43 2021] 127.0.0.1:38852 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:28:43 2021] 127.0.0.1:38858 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                              # SharingContext::asAn()
[Wed Feb  3 18:28:43 2021] 127.0.0.1:38862 [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 Feb  3 18:28:44 2021] 127.0.0.1:38872 [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 &0000000003f33bb9000000001998e0a9 (
          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 Feb  3 18:28:44 2021] 127.0.0.1:38876 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:28:44 2021] 127.0.0.1:38882 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:28:45 2021] 127.0.0.1:38892 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 18:28:46 2021] 127.0.0.1:38912 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:28:46 2021] 127.0.0.1:38918 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:28:46 2021] 127.0.0.1:38948 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:28:46 2021] 127.0.0.1:38966 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:28:47 2021] 127.0.0.1:38984 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:28:47 2021] 127.0.0.1:38990 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:28:47 2021] 127.0.0.1:39076 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:28:48 2021] 127.0.0.1:39078 [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 Feb  3 18:28:48 2021] 127.0.0.1:39126 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:28:48 2021] 127.0.0.1:39142 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                              # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:28:49 2021] 127.0.0.1:39144 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:28:50 2021] 127.0.0.1:39166 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:28:50 2021] 127.0.0.1:39190 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:28:50 2021] 127.0.0.1:39198 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                           # SharingContext::assureUserExists()
    And As an "user0"                                                                                 # SharingContext::asAn()
[Wed Feb  3 18:28:51 2021] 127.0.0.1:39202 [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 Feb  3 18:28:51 2021] 127.0.0.1:39214 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/15
    And Updating last share with                                                                      # SharingContext::updatingLastShare()
      | password | secret |
[Wed Feb  3 18:28:51 2021] 127.0.0.1:39242 [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 &0000000003f33bd1000000001998e0a9 (
          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 Feb  3 18:28:52 2021] 127.0.0.1:39248 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:28:52 2021] 127.0.0.1:39324 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:28:53 2021] 127.0.0.1:39334 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 18:28:53 2021] 127.0.0.1:39338 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:28:54 2021] 127.0.0.1:39348 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:28:54 2021] 127.0.0.1:39356 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:28:54 2021] 127.0.0.1:39360 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:28:54 2021] 127.0.0.1:39368 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:28:55 2021] 127.0.0.1:39372 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:28:55 2021] 127.0.0.1:39380 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:28:55 2021] 127.0.0.1:39384 [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 Feb  3 18:28:56 2021] 127.0.0.1:39448 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:28:56 2021] 127.0.0.1:39458 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                      # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:28:57 2021] 127.0.0.1:39460 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:28:57 2021] 127.0.0.1:39470 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:28:58 2021] 127.0.0.1:39480 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:28:58 2021] 127.0.0.1:39490 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                   # SharingContext::assureUserExists()
    And As an "user0"                                                         # SharingContext::asAn()
[Wed Feb  3 18:28:58 2021] 127.0.0.1:39492 [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 Feb  3 18:28:59 2021] 127.0.0.1:39506 [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 &0000000003f33ac5000000001998e0a9 (
          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 Feb  3 18:28:59 2021] 127.0.0.1:39512 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:29:00 2021] 127.0.0.1:39542 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:29:03 2021] 127.0.0.1:39600 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 18:29:04 2021] 127.0.0.1:39608 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:29:04 2021] 127.0.0.1:39612 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:29:04 2021] 127.0.0.1:39620 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:29:04 2021] 127.0.0.1:39624 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:29:05 2021] 127.0.0.1:39628 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:29:05 2021] 127.0.0.1:39638 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:29:05 2021] 127.0.0.1:39642 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:29:05 2021] 127.0.0.1:39698 [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 Feb  3 18:29:06 2021] 127.0.0.1:39786 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:29:07 2021] 127.0.0.1:39794 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                         # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:29:07 2021] 127.0.0.1:39796 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:29:08 2021] 127.0.0.1:39804 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:29:08 2021] 127.0.0.1:39818 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:29:08 2021] 127.0.0.1:39824 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                                            # SharingContext::asAn()
[Wed Feb  3 18:29:09 2021] 127.0.0.1:39832 [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 Feb  3 18:29:09 2021] 127.0.0.1:39840 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/17
    And Updating last share with                                                                 # SharingContext::updatingLastShare()
      | password | secret |
[Wed Feb  3 18:29:09 2021] 127.0.0.1:39852 [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 &0000000003f33a14000000001998e0a9 (
          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 Feb  3 18:29:10 2021] 127.0.0.1:39856 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:29:10 2021] 127.0.0.1:39866 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:29:11 2021] 127.0.0.1:39874 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 18:29:11 2021] 127.0.0.1:39884 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:29:12 2021] 127.0.0.1:39890 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:29:12 2021] 127.0.0.1:39894 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:29:12 2021] 127.0.0.1:39902 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:29:12 2021] 127.0.0.1:39908 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:29:13 2021] 127.0.0.1:39916 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:29:13 2021] 127.0.0.1:39920 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:29:13 2021] 127.0.0.1:39928 [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 Feb  3 18:29:14 2021] 127.0.0.1:39946 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:29:14 2021] 127.0.0.1:39952 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                             # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:29:15 2021] 127.0.0.1:39954 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:29:15 2021] 127.0.0.1:39966 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:29:16 2021] 127.0.0.1:39978 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:29:16 2021] 127.0.0.1:39982 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                          # SharingContext::assureUserExists()
    And As an "user0"                                                                # SharingContext::asAn()
[Wed Feb  3 18:29:17 2021] 127.0.0.1:39990 [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 Feb  3 18:29:17 2021] 127.0.0.1:40004 [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 &0000000003f33af7000000001998e0a9 (
          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 Feb  3 18:29:17 2021] 127.0.0.1:40006 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:29:18 2021] 127.0.0.1:40018 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:29:18 2021] 127.0.0.1:40032 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 18:29:19 2021] 127.0.0.1:40038 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:29:19 2021] 127.0.0.1:40046 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:29:19 2021] 127.0.0.1:40054 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:29:20 2021] 127.0.0.1:40058 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:29:20 2021] 127.0.0.1:40068 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:29:20 2021] 127.0.0.1:40070 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:29:20 2021] 127.0.0.1:40078 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:29:21 2021] 127.0.0.1:40082 [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 Feb  3 18:29:21 2021] 127.0.0.1:40100 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:29:22 2021] 127.0.0.1:40104 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                                # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:29:22 2021] 127.0.0.1:40106 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:29:23 2021] 127.0.0.1:40116 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:29:23 2021] 127.0.0.1:40130 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:29:23 2021] 127.0.0.1:40136 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                             # SharingContext::assureUserExists()
    And As an "user0"                                                                                   # SharingContext::asAn()
[Wed Feb  3 18:29:24 2021] 127.0.0.1:40144 [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 Feb  3 18:29:24 2021] 127.0.0.1:40154 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/19
    And Updating last share with                                                                        # SharingContext::updatingLastShare()
      | password | secret |
[Wed Feb  3 18:29:25 2021] 127.0.0.1:40166 [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 &0000000003f33bce000000001998e0a9 (
          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 Feb  3 18:29:25 2021] 127.0.0.1:40168 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:29:25 2021] 127.0.0.1:40178 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:29:26 2021] 127.0.0.1:40190 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 18:29:27 2021] 127.0.0.1:40198 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:29:27 2021] 127.0.0.1:40206 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:29:27 2021] 127.0.0.1:40214 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:29:27 2021] 127.0.0.1:40218 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:29:28 2021] 127.0.0.1:40226 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:29:28 2021] 127.0.0.1:40230 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:29:28 2021] 127.0.0.1:40238 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:29:29 2021] 127.0.0.1:40242 [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 Feb  3 18:29:29 2021] 127.0.0.1:40258 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:29:30 2021] 127.0.0.1:40266 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                    # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:29:30 2021] 127.0.0.1:40268 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:29:31 2021] 127.0.0.1:40278 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:29:31 2021] 127.0.0.1:40286 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:29:31 2021] 127.0.0.1:40294 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                       # SharingContext::asAn()
[Wed Feb  3 18:29:32 2021] 127.0.0.1:40298 [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 Feb  3 18:29:32 2021] 127.0.0.1:40308 [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 &0000000003f33a53000000001998e0a9 (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                        # SharingContext::lastShareCanBeDownloaded()
[Wed Feb  3 18:29:36 2021] 127.0.0.1:40312 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:29:37 2021] 127.0.0.1:40332 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:29:38 2021] 127.0.0.1:40354 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 18:29:39 2021] 127.0.0.1:40358 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:29:39 2021] 127.0.0.1:40368 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:29:39 2021] 127.0.0.1:40372 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:29:39 2021] 127.0.0.1:40380 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:29:39 2021] 127.0.0.1:40384 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:29:40 2021] 127.0.0.1:40392 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:29:40 2021] 127.0.0.1:40396 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:29:40 2021] 127.0.0.1:40404 [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 Feb  3 18:29:41 2021] 127.0.0.1:40418 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:29:41 2021] 127.0.0.1:40430 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                           # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:29:42 2021] 127.0.0.1:40432 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:29:42 2021] 127.0.0.1:40442 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:29:43 2021] 127.0.0.1:40450 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:29:43 2021] 127.0.0.1:40454 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                        # SharingContext::assureUserExists()
    And As an "user0"                                                                              # SharingContext::asAn()
[Wed Feb  3 18:29:44 2021] 127.0.0.1:40462 [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 Feb  3 18:29:44 2021] 127.0.0.1:40478 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/21
    And Updating last share with                                                                   # SharingContext::updatingLastShare()
      | password |  |
[Wed Feb  3 18:29:44 2021] 127.0.0.1:40484 [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 &0000000003f33a6a000000001998e0a9 (
          0 => '403'
      ) matches expected '400'.
    And the HTTP status code should be "200"                                                       # SharingContext::theHTTPStatusCodeShouldBe()
    And last share can be downloaded                                                               # SharingContext::lastShareCanBeDownloaded()
[Wed Feb  3 18:29:45 2021] 127.0.0.1:40488 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:29:45 2021] 127.0.0.1:40498 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:29:45 2021] 127.0.0.1:40510 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 18:29:46 2021] 127.0.0.1:40518 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:29:46 2021] 127.0.0.1:40528 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:29:47 2021] 127.0.0.1:40534 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:29:47 2021] 127.0.0.1:40542 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:29:47 2021] 127.0.0.1:40546 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:29:47 2021] 127.0.0.1:40554 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:29:48 2021] 127.0.0.1:40560 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:29:48 2021] 127.0.0.1:40568 [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 Feb  3 18:29:48 2021] 127.0.0.1:40578 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:29:49 2021] 127.0.0.1:40588 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                 # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:29:49 2021] 127.0.0.1:40590 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:29:50 2021] 127.0.0.1:40600 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:29:50 2021] 127.0.0.1:40610 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:29:50 2021] 127.0.0.1:40618 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                              # SharingContext::assureUserExists()
    And As an "user0"                                                                    # SharingContext::asAn()
[Wed Feb  3 18:29:51 2021] 127.0.0.1:40624 [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 Feb  3 18:29:51 2021] 127.0.0.1:40632 [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 &0000000003f33bc2000000001998e0a9 (
          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 Feb  3 18:29:51 2021] 127.0.0.1:40636 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:29:52 2021] 127.0.0.1:40646 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:29:52 2021] 127.0.0.1:40654 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 18:29:53 2021] 127.0.0.1:40662 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:29:53 2021] 127.0.0.1:40672 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:29:53 2021] 127.0.0.1:40676 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:29:53 2021] 127.0.0.1:40684 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:29:54 2021] 127.0.0.1:40688 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:29:54 2021] 127.0.0.1:40696 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:29:54 2021] 127.0.0.1:40700 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:29:54 2021] 127.0.0.1:40708 [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 Feb  3 18:29:55 2021] 127.0.0.1:40722 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:29:55 2021] 127.0.0.1:40728 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                                    # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:29:56 2021] 127.0.0.1:40730 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:29:57 2021] 127.0.0.1:40738 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:29:57 2021] 127.0.0.1:40750 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:29:57 2021] 127.0.0.1:40758 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                                 # SharingContext::assureUserExists()
    And As an "user0"                                                                                       # SharingContext::asAn()
[Wed Feb  3 18:29:57 2021] 127.0.0.1:40762 [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 Feb  3 18:29:58 2021] 127.0.0.1:40774 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/22
    And Updating last share with                                                                            # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | true   |
[Wed Feb  3 18:29:58 2021] 127.0.0.1:40782 [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 &0000000003f33bfd000000001998e0a9 (
          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 Feb  3 18:29:59 2021] 127.0.0.1:40786 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:29:59 2021] 127.0.0.1:40796 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:29:59 2021] 127.0.0.1:40806 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 18:30:00 2021] 127.0.0.1:40816 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:30:00 2021] 127.0.0.1:40826 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:30:01 2021] 127.0.0.1:40834 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:30:01 2021] 127.0.0.1:40838 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:30:01 2021] 127.0.0.1:40846 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:30:01 2021] 127.0.0.1:40850 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:30:02 2021] 127.0.0.1:40860 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:30:02 2021] 127.0.0.1:40864 [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 Feb  3 18:30:03 2021] 127.0.0.1:40880 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:30:03 2021] 127.0.0.1:40888 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                          # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:30:03 2021] 127.0.0.1:40890 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:30:04 2021] 127.0.0.1:40900 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:30:04 2021] 127.0.0.1:40910 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:30:05 2021] 127.0.0.1:40918 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                       # SharingContext::assureUserExists()
    And As an "user0"                                                             # SharingContext::asAn()
[Wed Feb  3 18:30:05 2021] 127.0.0.1:40922 [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 Feb  3 18:30:05 2021] 127.0.0.1:40930 [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 &0000000003f33a0f000000001998e0a9 (
          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 Feb  3 18:30:06 2021] 127.0.0.1:40934 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:30:07 2021] 127.0.0.1:40944 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:30:07 2021] 127.0.0.1:40954 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 18:30:08 2021] 127.0.0.1:40960 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:30:08 2021] 127.0.0.1:40968 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:30:08 2021] 127.0.0.1:40972 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:30:09 2021] 127.0.0.1:40976 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:30:09 2021] 127.0.0.1:40984 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:30:09 2021] 127.0.0.1:40988 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:30:09 2021] 127.0.0.1:40996 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:30:10 2021] 127.0.0.1:41000 [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 Feb  3 18:30:11 2021] 127.0.0.1:41022 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:30:12 2021] 127.0.0.1:41028 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                                             # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:30:12 2021] 127.0.0.1:41030 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:30:13 2021] 127.0.0.1:41036 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:30:13 2021] 127.0.0.1:41050 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:30:14 2021] 127.0.0.1:41054 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                                          # SharingContext::assureUserExists()
    And As an "user0"                                                                                # SharingContext::asAn()
[Wed Feb  3 18:30:14 2021] 127.0.0.1:41062 [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 Feb  3 18:30:14 2021] 127.0.0.1:41070 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/23
    And Updating last share with                                                                     # SharingContext::updatingLastShare()
      | password           | secret |
      | sendPasswordByTalk | true   |
[Wed Feb  3 18:30:15 2021] 127.0.0.1:41078 [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 &0000000003f33ac2000000001998e0a9 (
          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 Feb  3 18:30:15 2021] 127.0.0.1:41090 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:30:15 2021] 127.0.0.1:41104 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:30:16 2021] 127.0.0.1:41114 [200]: /apps/testing/clean_opcode_cache.php

[Wed Feb  3 18:30:17 2021] 127.0.0.1:41118 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_permissions
[Wed Feb  3 18:30:17 2021] 127.0.0.1:41128 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_internal_expire_date
[Wed Feb  3 18:30:17 2021] 127.0.0.1:41136 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_internal_expire_after_n_days
[Wed Feb  3 18:30:18 2021] 127.0.0.1:41140 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/internal_defaultExpDays
[Wed Feb  3 18:30:19 2021] 127.0.0.1:41154 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_default_expire_date
[Wed Feb  3 18:30:19 2021] 127.0.0.1:41160 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/shareapi_expire_after_n_days
[Wed Feb  3 18:30:19 2021] 127.0.0.1:41164 [200]: /ocs/v1.php/apps/testing/api/v1/app/core/link_defaultExpDays
[Wed Feb  3 18:30:19 2021] 127.0.0.1:41172 [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 Feb  3 18:30:20 2021] 127.0.0.1:41188 [200]: /apps/testing/clean_opcode_cache.php
[Wed Feb  3 18:30:20 2021] 127.0.0.1:41196 [200]: /apps/testing/clean_opcode_cache.php
    Given dummy mail server is listening                                         # SharingContext::dummyMailServerIsListening()
[Wed Feb  3 18:30:21 2021] 127.0.0.1:41200 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:30:21 2021] 127.0.0.1:41202 [200]: /ocs/v1.php/cloud/users
[Wed Feb  3 18:30:22 2021] 127.0.0.1:41218 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:30:22 2021] 127.0.0.1:41222 [200]: /ocs/v2.php/cloud/users/user0
    And user "user0" exists                                                      # SharingContext::assureUserExists()
    And As an "user0"                                                            # SharingContext::asAn()
[Wed Feb  3 18:30:22 2021] 127.0.0.1:41228 [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 Feb  3 18:30:22 2021] 127.0.0.1:41232 [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 &0000000003f33bf0000000001998e0a9 (
          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 Feb  3 18:30:23 2021] 127.0.0.1:41238 [200]: /ocs/v1.php/cloud/users/user0
[Wed Feb  3 18:30:23 2021] 127.0.0.1:41248 [404]: /ocs/v2.php/cloud/users/user0
[Wed Feb  3 18:30:24 2021] 127.0.0.1:41260 [200]: /apps/testing/clean_opcode_cache.php

@ChristophWurst ChristophWurst merged commit f57fc89 into stable21 Feb 3, 2021
@ChristophWurst ChristophWurst deleted the backport/25464/stable21 branch February 3, 2021 18:53
@rullzer rullzer mentioned this pull request Feb 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish enhancement feature: dav integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants