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

[stable15] always allow moving mountpoints inside the same mountpoint #14759

Merged
merged 1 commit into from
Mar 20, 2019

Conversation

backportbot-nextcloud[bot]
Copy link

backport of #14691

even if that mountpoint isn't normally a valid target for moving mounts into

Signed-off-by: Robin Appelman <robin@icewind.nl>
@faily-bot
Copy link

faily-bot bot commented Mar 20, 2019

🤖 beep boop beep 🤖

Here are the logs for the failed build:

Status of 17162: failure

TESTS=acceptance, TESTS-ACCEPTANCE=app-comments

  • tests/acceptance/features/app-comments.feature:56
Show full log
  Scenario: read a comment written by the sharee             # /drone/src/github.com/nextcloud/server/tests/acceptance/features/app-comments.feature:56
    Given I act as John                                      # ActorContext::iActAs()
    And I am logged in as the admin                          # LoginPageContext::iAmLoggedInAsTheAdmin()
    And I act as Jane                                        # ActorContext::iActAs()
    And I am logged in                                       # LoginPageContext::iAmLoggedIn()
    And I act as John                                        # ActorContext::iActAs()
    And I rename "welcome.txt" to "shared.txt"               # FileListContext::iRenameTo()
    And I share "shared.txt" with "user0"                    # FilesAppSharingContext::iShareWith()
      │ Share with input in the details view in Files app value could not be set
      │ Exception message: Element is not currently visible and so may not be interacted with
      │ Build info: version: '2.53.1', revision: 'a36b8b1', time: '2016-06-30 17:37:03'
      │ System info: host: 'a9323126387d', ip: '172.17.0.5', os.name: 'Linux', os.arch: 'amd64', os.version: '4.15.0-43-generic', java.version: '1.8.0_91'
      │ Driver info: driver.version: unknown
      │ Trying again
      │ 
    And I see that the file is shared with "user0"           # FilesAppSharingContext::iSeeThatTheFileIsSharedWith()
    And I act as Jane                                        # ActorContext::iActAs()
    And I open the Files app                                 # FilesAppContext::iOpenTheFilesApp()
    And I open the details view for "shared.txt"             # FileListContext::iOpenTheDetailsViewFor()
    And I open the "Comments" tab in the details view        # FilesAppContext::iOpenTheTabInTheDetailsView()
    And I create a new comment with "Hello world" as message # CommentsAppContext::iCreateANewCommentWithAsMessage()
    And I see a comment with "Hello world" as message        # CommentsAppContext::iSeeACommentWithAsMessage()
    When I act as John                                       # ActorContext::iActAs()
    And I open the Files app                                 # FilesAppContext::iOpenTheFilesApp()
    And I open the details view for "shared.txt"             # FileListContext::iOpenTheDetailsViewFor()
      Row for file shared.txt in file list could not be found after 100 seconds
      File actions menu button for file shared.txt in file list could not be found after 100 seconds (NoSuchElementException)
    And I open the "Comments" tab in the details view        # FilesAppContext::iOpenTheTabInTheDetailsView()
    Then I see a comment with "Hello world" as message       # CommentsAppContext::iSeeACommentWithAsMessage()
sh: 1: kill: No such process

Copy link
Member

@MorrisJobke MorrisJobke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code makes sense 👍

@MorrisJobke MorrisJobke merged commit 6fffd09 into stable15 Mar 20, 2019
@MorrisJobke MorrisJobke deleted the backport/14691/stable15 branch March 20, 2019 15:41
@rullzer rullzer mentioned this pull request Mar 29, 2019
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants