X Tutup
Skip to content

CI failing for some federated share tests #975

@phil-davis

Description

@phil-davis

See PR #974

https://drone.owncloud.com/owncloud/activity/1975/23/15

runsh: Total unexpected failed scenarios throughout the test run:
webUIActivitySharingExternal/sharingFederation.feature:31
webUIActivitySharingExternal/sharingFederation.feature:38

https://drone.owncloud.com/owncloud/activity/1975/24/15

runsh: Total unexpected failed scenarios throughout the test run:
webUIActivitySharingExternal/sharingFederation.feature:31
webUIActivitySharingExternal/sharingFederation.feature:38
  Scenario: Sharing a file/folder with a remote server should be listed in the activity list of a sharee eventhough they have not accepted the share # /var/www/owncloud/testrunner/apps/activity/tests/acceptance/features/webUIActivitySharingExternal/sharingFederation.feature:31
    Given user "Carol" from server "REMOTE" has shared "textfile0.txt" with user "Brian" from server "LOCAL"                                         # FederationContext::userFromServerHasSharedWithUserFromServer()
    And user "Carol" from server "REMOTE" has shared "simple-folder" with user "Brian" from server "LOCAL"                                           # FederationContext::userFromServerHasSharedWithUserFromServer()
    When the user browses to the activity page                                                                                                       # WebUIActivityContext::userHasBrowsedToTheActivityPage()
    Then the activity number 1 should contain message "You received a new remote share simple-folder from Carol@…" in the activity page              # WebUIActivityContext::theActivityNumberShouldContainMessageInTheActivityPage()
      Failed asserting that 'You received a new remote share from Carol@…' contains "You received a new remote share simple-folder from Carol@…".
    And the activity number 2 should contain message "You received a new remote share textfile0.txt from Carol@…" in the activity page               # WebUIActivityContext::theActivityNumberShouldContainMessageInTheActivityPage()
SCENARIO RESULT: (fail)

  Scenario: remote sharee does not get new activity message after accepting the pending share                                           # /var/www/owncloud/testrunner/apps/activity/tests/acceptance/features/webUIActivitySharingExternal/sharingFederation.feature:38
    Given user "Carol" from server "REMOTE" has shared "textfile0.txt" with user "Brian" from server "LOCAL"                            # FederationContext::userFromServerHasSharedWithUserFromServer()
    When user "Brian" from server "LOCAL" accepts the last pending share using the sharing API                                          # FederationContext::userFromServerAcceptsLastPendingShareUsingTheSharingAPI()
    And the user browses to the activity page                                                                                           # WebUIActivityContext::userHasBrowsedToTheActivityPage()
    Then the activity number 1 should contain message "You received a new remote share textfile0.txt from Carol@…" in the activity page # WebUIActivityContext::theActivityNumberShouldContainMessageInTheActivityPage()
      Failed asserting that 'You received a new remote share from Carol@…' contains "You received a new remote share textfile0.txt from Carol@…".
SCENARIO RESULT: (fail)

The file name is not in the activity message.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup