Skip to content

[stable19] Fix installing on Oracle - #22652

Merged
MorrisJobke merged 2 commits into
stable19from
backport/22643/stable19
Sep 9, 2020
Merged

[stable19] Fix installing on Oracle#22652
MorrisJobke merged 2 commits into
stable19from
backport/22643/stable19

Conversation

@backportbot-nextcloud

Copy link
Copy Markdown

backport of #22643

Empty strings are stored as null in Oracle,
so a column with NotNull can not have an empty string as default
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
@faily-bot

faily-botBot commented Sep 7, 2020

Copy link
Copy Markdown

🤖 beep boop beep 🤖

Here are the logs for the failed build:

Status of 32773: failure

jsunit

Show full log
PhantomJS 2.1.1 (Linux 0.0.0) LOG: 'JQMIGRATE: Migrate is installed, version 1.4.1'
PhantomJS 2.1.1 (Linux 0.0.0) DEBUG: 'OCA.Files.Settings initialized'
PhantomJS 2.1.1 (Linux 0.0.0) DEBUG: 'OCA.Files.Sidebar initialized'
PhantomJS 2.1.1 (Linux 0.0.0) DEBUG: 'OCA.Sharing.ShareSearch initialized'
PhantomJS 2.1.1 (Linux 0.0.0) DEBUG: 'OCA.Sharing.ExternalLinkActions initialized'
PhantomJS 2.1.1 (Linux 0.0.0): Executed 851 of 855 (skipped 4) SUCCESS (13.626 secs / 13.111 secs)

mariadb10.1-php7.2

Show full log
There were 2 warnings:
1) Test\Files\ViewTest::testRenameFailDeleteTargetKeepSource
Trying to configure method "writeStream" which cannot be configured because it does not exist, has not been specified, is final, or is static
2) Test\Files\ViewTest::testCopyFailDeleteTargetKeepSource
Trying to configure method "writeStream" which cannot be configured because it does not exist, has not been specified, is final, or is static
--
There was 1 failure:
1) OCA\Files_Sharing\Tests\SharedMountTest::testPermissionMovedGroupShare with data set #180 ('folder', 15, 7)
Failed asserting that false is true.
/drone/src/apps/files_sharing/tests/SharedMountTest.php:366

mysql8.0-php7.2

Show full log
There were 2 warnings:
1) Test\Files\ViewTest::testRenameFailDeleteTargetKeepSource
Trying to configure method "writeStream" which cannot be configured because it does not exist, has not been specified, is final, or is static
2) Test\Files\ViewTest::testCopyFailDeleteTargetKeepSource
Trying to configure method "writeStream" which cannot be configured because it does not exist, has not been specified, is final, or is static
--
There was 1 failure:
1) Test\Files\Cache\MoveFromCacheTraitTest::testBogusPaths with data set #0 ('/bogus.txt', 'bogus.txt')
Failed asserting that 0 is greater than 0.
/drone/src/tests/lib/Files/Cache/CacheTest.php:631

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
[Mon Sep 7 19:38:34 2020] 127.0.0.1:59048 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:38:35 2020] 127.0.0.1:59092 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:38:35 2020] 127.0.0.1:59140 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:38:35 2020] 127.0.0.1:59160 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:38:36 2020] 127.0.0.1:59180 [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 &0000000051a1d504000000000b389c18 (
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()
[Mon Sep 7 19:38:36 2020] 127.0.0.1:59212 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:38:36 2020] 127.0.0.1:59244 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:38:37 2020] 127.0.0.1:59298 [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
[Mon Sep 7 19:38:38 2020] 127.0.0.1:59368 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:38:38 2020] 127.0.0.1:59372 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:38:39 2020] 127.0.0.1:59410 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:38:39 2020] 127.0.0.1:59452 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:38:40 2020] 127.0.0.1:59478 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:38:40 2020] 127.0.0.1:59504 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
[Mon Sep 7 19:38:40 2020] 127.0.0.1:59530 [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 &0000000051a1d5bf000000000b389c18 (
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()
[Mon Sep 7 19:38:41 2020] 127.0.0.1:59554 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:38:41 2020] 127.0.0.1:59590 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:38:41 2020] 127.0.0.1:59654 [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
[Mon Sep 7 19:38:42 2020] 127.0.0.1:59706 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:38:43 2020] 127.0.0.1:59710 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:38:43 2020] 127.0.0.1:59738 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:38:44 2020] 127.0.0.1:59790 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:38:44 2020] 127.0.0.1:59822 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:38:44 2020] 127.0.0.1:59842 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
| password | secret |
[Mon Sep 7 19:38:45 2020] 127.0.0.1:59880 [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 &0000000051a1d428000000000b389c18 (
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()
[Mon Sep 7 19:38:45 2020] 127.0.0.1:59902 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:38:45 2020] 127.0.0.1:59928 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:38:46 2020] 127.0.0.1:59980 [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
[Mon Sep 7 19:38:46 2020] 127.0.0.1:60022 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:38:47 2020] 127.0.0.1:60026 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:38:47 2020] 127.0.0.1:60036 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:38:49 2020] 127.0.0.1:60054 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:38:49 2020] 127.0.0.1:60078 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:38:49 2020] 127.0.0.1:60084 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
[Mon Sep 7 19:38:50 2020] 127.0.0.1:60100 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/3
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Mon Sep 7 19:38:50 2020] 127.0.0.1:60122 [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 &0000000051a1d4f5000000000b389c18 (
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()
[Mon Sep 7 19:38:50 2020] 127.0.0.1:60142 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:38:51 2020] 127.0.0.1:60160 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:38:51 2020] 127.0.0.1:60196 [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
[Mon Sep 7 19:38:52 2020] 127.0.0.1:60228 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:38:53 2020] 127.0.0.1:60232 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:38:53 2020] 127.0.0.1:60268 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:38:54 2020] 127.0.0.1:60306 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:38:54 2020] 127.0.0.1:60332 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:38:54 2020] 127.0.0.1:60360 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
| password | secret |
[Mon Sep 7 19:38:55 2020] 127.0.0.1:60416 [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 &0000000051a1d776000000000b389c18 (
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()
[Mon Sep 7 19:38:55 2020] 127.0.0.1:60446 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:38:55 2020] 127.0.0.1:60492 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:38:56 2020] 127.0.0.1:60554 [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
[Mon Sep 7 19:38:57 2020] 127.0.0.1:60656 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:38:58 2020] 127.0.0.1:60660 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:38:58 2020] 127.0.0.1:60690 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:38:59 2020] 127.0.0.1:60754 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:38:59 2020] 127.0.0.1:60786 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:38:59 2020] 127.0.0.1:60822 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
[Mon Sep 7 19:39:00 2020] 127.0.0.1:60854 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/5
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Mon Sep 7 19:39:00 2020] 127.0.0.1:60908 [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 &0000000051a1d713000000000b389c18 (
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()
[Mon Sep 7 19:39:01 2020] 127.0.0.1:60942 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:39:01 2020] 127.0.0.1:60990 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:39:02 2020] 127.0.0.1:32834 [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
[Mon Sep 7 19:39:03 2020] 127.0.0.1:32916 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:39:03 2020] 127.0.0.1:32918 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:39:04 2020] 127.0.0.1:32958 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:39:05 2020] 127.0.0.1:33016 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:39:05 2020] 127.0.0.1:33054 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:39:05 2020] 127.0.0.1:33074 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
| password | secret |
[Mon Sep 7 19:39:08 2020] 127.0.0.1:33116 [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 &0000000051a1d794000000000b389c18 (
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()
[Mon Sep 7 19:39:09 2020] 127.0.0.1:33150 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:39:09 2020] 127.0.0.1:33174 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:39:10 2020] 127.0.0.1:33218 [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
[Mon Sep 7 19:39:11 2020] 127.0.0.1:33280 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:39:12 2020] 127.0.0.1:33284 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:39:12 2020] 127.0.0.1:33306 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:39:13 2020] 127.0.0.1:33340 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:39:13 2020] 127.0.0.1:33362 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:39:13 2020] 127.0.0.1:33392 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
[Mon Sep 7 19:39:14 2020] 127.0.0.1:33422 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/7
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Mon Sep 7 19:39:14 2020] 127.0.0.1:33480 [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 &0000000051a1d631000000000b389c18 (
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()
[Mon Sep 7 19:39:15 2020] 127.0.0.1:33492 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:39:15 2020] 127.0.0.1:33512 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:39:15 2020] 127.0.0.1:33540 [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
[Mon Sep 7 19:39:16 2020] 127.0.0.1:33580 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:39:16 2020] 127.0.0.1:33584 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:39:17 2020] 127.0.0.1:33594 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:39:18 2020] 127.0.0.1:33602 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:39:18 2020] 127.0.0.1:33636 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:39:18 2020] 127.0.0.1:33652 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
[Mon Sep 7 19:39:19 2020] 127.0.0.1:33676 [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 &0000000051a1d6b2000000000b389c18 (
0 => '403'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share can be downloaded # SharingContext::lastShareCanBeDownloaded()
[Mon Sep 7 19:39:19 2020] 127.0.0.1:33694 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:39:19 2020] 127.0.0.1:33722 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:39:20 2020] 127.0.0.1:33744 [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
[Mon Sep 7 19:39:21 2020] 127.0.0.1:33818 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:39:22 2020] 127.0.0.1:33822 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:39:23 2020] 127.0.0.1:33836 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:39:23 2020] 127.0.0.1:33854 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:39:23 2020] 127.0.0.1:33878 [200]: /ocs/v2.php/cloud/users/user0
Given user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:39:24 2020] 127.0.0.1:33894 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares
When creating a share with # SharingContext::creatingShare()
| path | welcome.txt |
| shareType | 3 |
| password | secret |
[Mon Sep 7 19:39:24 2020] 127.0.0.1:33926 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/9
And Updating last share with # SharingContext::updatingLastShare()
| password | |
[Mon Sep 7 19:39:24 2020] 127.0.0.1:33944 [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 &0000000051a1c95f000000000b389c18 (
0 => '403'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share can be downloaded # SharingContext::lastShareCanBeDownloaded()
[Mon Sep 7 19:39:25 2020] 127.0.0.1:33960 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:39:26 2020] 127.0.0.1:34002 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:39:26 2020] 127.0.0.1:34022 [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
[Mon Sep 7 19:39:27 2020] 127.0.0.1:34068 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:39:27 2020] 127.0.0.1:34076 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:39:28 2020] 127.0.0.1:34080 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:39:28 2020] 127.0.0.1:34092 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:39:29 2020] 127.0.0.1:34114 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:39:29 2020] 127.0.0.1:34132 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:39:30 2020] 127.0.0.1:34146 [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 |
[Mon Sep 7 19:39:30 2020] 127.0.0.1:34168 [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 &0000000051a1c9c3000000000b389c18 (
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()
[Mon Sep 7 19:39:30 2020] 127.0.0.1:34184 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:39:31 2020] 127.0.0.1:34206 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:39:32 2020] 127.0.0.1:34260 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:39:43 2020] 127.0.0.1:34516 [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
[Mon Sep 7 19:39:43 2020] 127.0.0.1:34570 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:39:44 2020] 127.0.0.1:34574 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:39:44 2020] 127.0.0.1:34578 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:39:45 2020] 127.0.0.1:34604 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:39:46 2020] 127.0.0.1:34624 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:39:46 2020] 127.0.0.1:34634 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:39:46 2020] 127.0.0.1:34644 [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 |
[Mon Sep 7 19:39:47 2020] 127.0.0.1:34666 [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 &0000000051a1c8cb000000000b389c18 (
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()
[Mon Sep 7 19:39:47 2020] 127.0.0.1:34682 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:39:47 2020] 127.0.0.1:34728 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:39:48 2020] 127.0.0.1:34778 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:39:55 2020] 127.0.0.1:35078 [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
[Mon Sep 7 19:39:55 2020] 127.0.0.1:35118 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:39:59 2020] 127.0.0.1:35200 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:40:04 2020] 127.0.0.1:35204 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:40:04 2020] 127.0.0.1:35238 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:40:05 2020] 127.0.0.1:35274 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:40:05 2020] 127.0.0.1:35290 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:40:05 2020] 127.0.0.1:35302 [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 |
[Mon Sep 7 19:40:06 2020] 127.0.0.1:35318 [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 &0000000051a1cbff000000000b389c18 (
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()
[Mon Sep 7 19:40:06 2020] 127.0.0.1:35328 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:40:07 2020] 127.0.0.1:35364 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:40:07 2020] 127.0.0.1:35404 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:40:15 2020] 127.0.0.1:35850 [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
[Mon Sep 7 19:40:16 2020] 127.0.0.1:35958 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:40:16 2020] 127.0.0.1:35986 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:40:17 2020] 127.0.0.1:35990 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:40:18 2020] 127.0.0.1:36040 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:40:18 2020] 127.0.0.1:36082 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:40:18 2020] 127.0.0.1:36114 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:40:19 2020] 127.0.0.1:36144 [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 &0000000051a1cae3000000000b389c18 (
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()
[Mon Sep 7 19:40:19 2020] 127.0.0.1:36174 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:40:19 2020] 127.0.0.1:36218 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:40:20 2020] 127.0.0.1:36272 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:40:20 2020] 127.0.0.1:36304 [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
[Mon Sep 7 19:40:21 2020] 127.0.0.1:36388 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:40:22 2020] 127.0.0.1:36468 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:40:22 2020] 127.0.0.1:36474 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:40:23 2020] 127.0.0.1:36546 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:40:23 2020] 127.0.0.1:36660 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:40:24 2020] 127.0.0.1:36698 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:40:24 2020] 127.0.0.1:36724 [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 |
[Mon Sep 7 19:40:24 2020] 127.0.0.1:36762 [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 &0000000051a1cd6f000000000b389c18 (
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()
[Mon Sep 7 19:40:25 2020] 127.0.0.1:36798 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:40:25 2020] 127.0.0.1:36908 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:40:25 2020] 127.0.0.1:37052 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:40:26 2020] 127.0.0.1:37122 [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
[Mon Sep 7 19:40:27 2020] 127.0.0.1:37206 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:40:27 2020] 127.0.0.1:37230 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:40:28 2020] 127.0.0.1:37234 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:40:28 2020] 127.0.0.1:37272 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:40:29 2020] 127.0.0.1:37352 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:40:29 2020] 127.0.0.1:37378 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:40:30 2020] 127.0.0.1:37408 [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 |
[Mon Sep 7 19:40:30 2020] 127.0.0.1:37466 [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 &0000000051a1cd10000000000b389c18 (
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()
[Mon Sep 7 19:40:30 2020] 127.0.0.1:37520 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:40:31 2020] 127.0.0.1:37576 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:40:31 2020] 127.0.0.1:37708 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:40:32 2020] 127.0.0.1:37724 [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
[Mon Sep 7 19:40:33 2020] 127.0.0.1:37772 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:40:34 2020] 127.0.0.1:37784 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:40:34 2020] 127.0.0.1:37790 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:40:35 2020] 127.0.0.1:37882 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:40:35 2020] 127.0.0.1:37930 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:40:35 2020] 127.0.0.1:37962 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:40:36 2020] 127.0.0.1:37978 [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 |
[Mon Sep 7 19:40:36 2020] 127.0.0.1:38000 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/15
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Mon Sep 7 19:40:37 2020] 127.0.0.1:38062 [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 &0000000051a1cd83000000000b389c18 (
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()
[Mon Sep 7 19:40:37 2020] 127.0.0.1:38078 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:40:37 2020] 127.0.0.1:38120 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:40:38 2020] 127.0.0.1:38206 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:40:39 2020] 127.0.0.1:38252 [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
[Mon Sep 7 19:40:39 2020] 127.0.0.1:38460 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:40:40 2020] 127.0.0.1:38494 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:40:40 2020] 127.0.0.1:38498 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:40:41 2020] 127.0.0.1:38552 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:40:41 2020] 127.0.0.1:38682 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:40:41 2020] 127.0.0.1:38744 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:40:42 2020] 127.0.0.1:38790 [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 |
[Mon Sep 7 19:40:43 2020] 127.0.0.1:38912 [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 &0000000051a1cc0e000000000b389c18 (
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()
[Mon Sep 7 19:40:43 2020] 127.0.0.1:38958 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:40:43 2020] 127.0.0.1:38990 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:40:44 2020] 127.0.0.1:39096 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:40:44 2020] 127.0.0.1:39164 [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
[Mon Sep 7 19:40:45 2020] 127.0.0.1:39272 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:40:45 2020] 127.0.0.1:39330 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:40:46 2020] 127.0.0.1:39334 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:40:47 2020] 127.0.0.1:39386 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:40:47 2020] 127.0.0.1:39460 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:40:47 2020] 127.0.0.1:39524 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:40:48 2020] 127.0.0.1:39624 [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 |
[Mon Sep 7 19:40:48 2020] 127.0.0.1:39682 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/17
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Mon Sep 7 19:40:49 2020] 127.0.0.1:39798 [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 &0000000051a1ccb1000000000b389c18 (
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()
[Mon Sep 7 19:40:49 2020] 127.0.0.1:39832 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:40:49 2020] 127.0.0.1:39872 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:40:50 2020] 127.0.0.1:39954 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:40:51 2020] 127.0.0.1:39986 [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
[Mon Sep 7 19:40:51 2020] 127.0.0.1:40064 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:40:52 2020] 127.0.0.1:40078 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:40:52 2020] 127.0.0.1:40082 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:40:53 2020] 127.0.0.1:40116 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:40:53 2020] 127.0.0.1:40204 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:40:54 2020] 127.0.0.1:40234 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:40:54 2020] 127.0.0.1:40308 [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 |
[Mon Sep 7 19:40:55 2020] 127.0.0.1:40352 [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 &0000000051a1cf3c000000000b389c18 (
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()
[Mon Sep 7 19:40:55 2020] 127.0.0.1:40362 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:40:55 2020] 127.0.0.1:40392 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:40:56 2020] 127.0.0.1:40452 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:40:57 2020] 127.0.0.1:40514 [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
[Mon Sep 7 19:40:57 2020] 127.0.0.1:40600 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:40:58 2020] 127.0.0.1:40614 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:40:58 2020] 127.0.0.1:40618 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:40:59 2020] 127.0.0.1:40718 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:40:59 2020] 127.0.0.1:40774 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:41:00 2020] 127.0.0.1:40824 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:41:00 2020] 127.0.0.1:40838 [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 |
[Mon Sep 7 19:41:01 2020] 127.0.0.1:40922 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/19
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
[Mon Sep 7 19:41:01 2020] 127.0.0.1:41016 [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 &0000000051a1cc9b000000000b389c18 (
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()
[Mon Sep 7 19:41:02 2020] 127.0.0.1:41034 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:41:02 2020] 127.0.0.1:41094 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:41:03 2020] 127.0.0.1:41162 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:41:04 2020] 127.0.0.1:41210 [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
[Mon Sep 7 19:41:05 2020] 127.0.0.1:41316 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:41:05 2020] 127.0.0.1:41392 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:41:06 2020] 127.0.0.1:41396 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:41:06 2020] 127.0.0.1:41460 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:41:07 2020] 127.0.0.1:41514 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:41:07 2020] 127.0.0.1:41536 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:41:08 2020] 127.0.0.1:41554 [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 |
[Mon Sep 7 19:41:08 2020] 127.0.0.1:41590 [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 &0000000051a1d525000000000b389c18 (
0 => '403'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share can be downloaded # SharingContext::lastShareCanBeDownloaded()
[Mon Sep 7 19:41:08 2020] 127.0.0.1:41604 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:41:09 2020] 127.0.0.1:41628 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:41:13 2020] 127.0.0.1:41798 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:41:14 2020] 127.0.0.1:41816 [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
[Mon Sep 7 19:41:15 2020] 127.0.0.1:41864 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:41:15 2020] 127.0.0.1:41878 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:41:15 2020] 127.0.0.1:41882 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:41:16 2020] 127.0.0.1:41890 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:41:16 2020] 127.0.0.1:41914 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:41:17 2020] 127.0.0.1:41940 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:41:17 2020] 127.0.0.1:41950 [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 |
[Mon Sep 7 19:41:17 2020] 127.0.0.1:41976 [200]: /ocs/v1.php/apps/files_sharing/api/v1/shares/21
And Updating last share with # SharingContext::updatingLastShare()
| password | |
[Mon Sep 7 19:41:18 2020] 127.0.0.1:41994 [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 &0000000051a1d433000000000b389c18 (
0 => '403'
) matches expected '400'.
And the HTTP status code should be "200" # SharingContext::theHTTPStatusCodeShouldBe()
And last share can be downloaded # SharingContext::lastShareCanBeDownloaded()
[Mon Sep 7 19:41:18 2020] 127.0.0.1:42012 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:41:18 2020] 127.0.0.1:42060 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:41:19 2020] 127.0.0.1:42112 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:41:19 2020] 127.0.0.1:42136 [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
[Mon Sep 7 19:41:21 2020] 127.0.0.1:42198 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:41:21 2020] 127.0.0.1:42220 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:41:22 2020] 127.0.0.1:42224 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:41:22 2020] 127.0.0.1:42282 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:41:23 2020] 127.0.0.1:42350 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:41:23 2020] 127.0.0.1:42406 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:41:23 2020] 127.0.0.1:42450 [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 |
[Mon Sep 7 19:41:24 2020] 127.0.0.1:42492 [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 &0000000051a1d5c5000000000b389c18 (
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()
[Mon Sep 7 19:41:24 2020] 127.0.0.1:42590 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:41:24 2020] 127.0.0.1:42622 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:41:25 2020] 127.0.0.1:42674 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:41:25 2020] 127.0.0.1:42694 [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
[Mon Sep 7 19:41:26 2020] 127.0.0.1:42776 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:41:26 2020] 127.0.0.1:42826 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:41:27 2020] 127.0.0.1:42830 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:41:28 2020] 127.0.0.1:42874 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:41:28 2020] 127.0.0.1:42918 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:41:29 2020] 127.0.0.1:42966 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:41:29 2020] 127.0.0.1:42998 [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 |
[Mon Sep 7 19:41:29 2020] 127.0.0.1:43032 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/22
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
| sendPasswordByTalk | true |
[Mon Sep 7 19:41:30 2020] 127.0.0.1:43064 [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 &0000000051a1d733000000000b389c18 (
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()
[Mon Sep 7 19:41:30 2020] 127.0.0.1:43146 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:41:30 2020] 127.0.0.1:43270 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:41:31 2020] 127.0.0.1:43398 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:41:32 2020] 127.0.0.1:43454 [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
[Mon Sep 7 19:41:33 2020] 127.0.0.1:43770 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:41:33 2020] 127.0.0.1:43802 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:41:34 2020] 127.0.0.1:43806 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:41:34 2020] 127.0.0.1:43858 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:41:35 2020] 127.0.0.1:43954 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:41:35 2020] 127.0.0.1:44032 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:41:36 2020] 127.0.0.1:44076 [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 |
[Mon Sep 7 19:41:36 2020] 127.0.0.1:44122 [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 &0000000051a1d783000000000b389c18 (
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()
[Mon Sep 7 19:41:37 2020] 127.0.0.1:44168 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:41:37 2020] 127.0.0.1:44244 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:41:37 2020] 127.0.0.1:44334 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:41:38 2020] 127.0.0.1:44362 [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
[Mon Sep 7 19:41:39 2020] 127.0.0.1:44526 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:41:39 2020] 127.0.0.1:44590 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:41:40 2020] 127.0.0.1:44596 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:41:40 2020] 127.0.0.1:44644 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:41:41 2020] 127.0.0.1:44700 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:41:41 2020] 127.0.0.1:44814 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:41:42 2020] 127.0.0.1:44874 [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 |
[Mon Sep 7 19:41:42 2020] 127.0.0.1:44984 [401]: /ocs/v1.php/apps/files_sharing/api/v1/shares/23
And Updating last share with # SharingContext::updatingLastShare()
| password | secret |
| sendPasswordByTalk | true |
[Mon Sep 7 19:41:43 2020] 127.0.0.1:45038 [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 &0000000051a1d640000000000b389c18 (
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()
[Mon Sep 7 19:41:43 2020] 127.0.0.1:45098 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:41:43 2020] 127.0.0.1:45148 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:41:44 2020] 127.0.0.1:45244 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:41:44 2020] 127.0.0.1:45330 [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
[Mon Sep 7 19:41:45 2020] 127.0.0.1:45444 [200]: /apps/testing/clean_opcode_cache.php
[Mon Sep 7 19:41:46 2020] 127.0.0.1:45458 [200]: /apps/testing/clean_opcode_cache.php
Given dummy mail server is listening # SharingContext::dummyMailServerIsListening()
[Mon Sep 7 19:41:46 2020] 127.0.0.1:45462 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:41:47 2020] 127.0.0.1:45556 [200]: /ocs/v1.php/cloud/users
[Mon Sep 7 19:41:47 2020] 127.0.0.1:45600 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:41:48 2020] 127.0.0.1:45622 [200]: /ocs/v2.php/cloud/users/user0
And user "user0" exists # SharingContext::assureUserExists()
And As an "user0" # SharingContext::asAn()
[Mon Sep 7 19:41:48 2020] 127.0.0.1:45682 [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 |
[Mon Sep 7 19:41:48 2020] 127.0.0.1:45708 [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 &0000000051a1d6f2000000000b389c18 (
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()
[Mon Sep 7 19:41:49 2020] 127.0.0.1:45740 [200]: /ocs/v1.php/cloud/users/user0
[Mon Sep 7 19:41:49 2020] 127.0.0.1:45786 [404]: /ocs/v2.php/cloud/users/user0
[Mon Sep 7 19:41:50 2020] 127.0.0.1:45876 [200]: /apps/testing/clean_opcode_cache.php

@MorrisJobke
MorrisJobke merged commit b7bcf5c into stable19Sep 9, 2020
@MorrisJobke
MorrisJobke deleted the backport/22643/stable19 branch September 9, 2020 13:10
@rullzerrullzer mentioned this pull request Sep 28, 2020
aszlig added a commit to aszlig/avonc that referenced this pull request Oct 10, 2020
Since the last round of Nextcloud major version upgrades in
dcd16d1, the user_oidc app now fails to
install with the following error:
Column name "oc_user_oidc"."display_name" is NotNull, but has empty
string or null as default.
This very message is the result of a new exception introduced[1] in
Nextcloud 19.0.4.2.
I also submitted an upstream issue[2] for the user_oidc app and added an
assertion on the version, so that we can re-enable the app for testing.
[1]: nextcloud/server#22652
[2]: nextcloud/user_oidc#90
Signed-off-by: aszlig <aszlig@nix.build>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@MorrisJobke@ChristophWurst@rullzer@nickvergessen