Skip to content

update icewind/smb to 3.0.2 - #14513

Merged
rullzer merged 1 commit into
stable14from
smb-3.0.2-14
Mar 4, 2019
Merged

update icewind/smb to 3.0.2#14513
rullzer merged 1 commit into
stable14from
smb-3.0.2-14

Conversation

@icewind1991

Copy link
Copy Markdown
Member

Fixes#14441

Signed-off-by: Robin Appelman <robin@icewind.nl>
@icewind1991icewind1991 added the 3. to review Waiting for reviews label Mar 4, 2019
@icewind1991icewind1991 added this to the Nextcloud 14.0.9 milestone Mar 4, 2019
@MorrisJobkeMorrisJobke added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Mar 4, 2019
@faily-bot

faily-botBot commented Mar 4, 2019

Copy link
Copy Markdown

🤖 beep boop beep 🤖

Here are the logs for the failed build:

Status of 16716: failure

  • TESTS=acceptance, TESTS-ACCEPTANCE=app-files
    • tests/acceptance/features/app-files.feature:185
Show full log
 Scenario: copy a selection to another folder # /drone/src/github.com/nextcloud/server/tests/acceptance/features/app-files.feature:185
Given I am logged in # LoginPageContext::iAmLoggedIn()
And I create a new folder named "Folder" # FileListContext::iCreateANewFolderNamed()
And I create a new folder named "Not selected folder" # FileListContext::iCreateANewFolderNamed()
And I create a new folder named "Destination" # FileListContext::iCreateANewFolderNamed()
When I select "welcome.txt" # FileListContext::iSelect()
And I select "Folder" # FileListContext::iSelect()
And I start the move or copy operation for the selected files # FileListContext::iStartTheMoveOrCopyOperationForTheSelectedFiles()
And I select "Destination" in the file picker # FilePickerContext::iSelectInTheFilePicker()
Row for file Destination in the file picker dialog could not be found after 100 seconds (NoSuchElementException)
And I copy to the last selected folder in the file picker # FilePickerContext::iCopyToTheLastSelectedFolderInTheFilePicker()
Then I enter in the folder named "Destination" # FileListContext::iEnterInTheFolderNamed()
And I see that the file list contains a file named "welcome.txt" # FileListContext::iSeeThatTheFileListContainsAFileNamed()
And I see that the file list contains a file named "Folder" # FileListContext::iSeeThatTheFileListContainsAFileNamed()
And I see that the file list does not contain a file named "Not selected folder" # FileListContext::iSeeThatTheFileListDoesNotContainAFileNamed()
And I open the Files app # FilesAppContext::iOpenTheFilesApp()
And I see that the file list contains a file named "welcome.txt" # FileListContext::iSeeThatTheFileListContainsAFileNamed()
And I see that the file list contains a file named "Folder" # FileListContext::iSeeThatTheFileListContainsAFileNamed()
And I see that the file list contains a file named "Not selected folder" # FileListContext::iSeeThatTheFileListContainsAFileNamed()
  • TESTS=acceptance, TESTS-ACCEPTANCE=app-files-sharing
    • cancelled - typically means that the tests took longer than the drone CI allows them to run
  • TESTS=acceptance, TESTS-ACCEPTANCE=app-files-tags
    • tests/acceptance/features/app-files-tags.feature:11
Show full log
 Scenario: show the input field for tags in the details view after closing and opening the details view again # /drone/src/github.com/nextcloud/server/tests/acceptance/features/app-files-tags.feature:11
Given I am logged in # LoginPageContext::iAmLoggedIn()
And I open the details view for "welcome.txt" # FileListContext::iOpenTheDetailsViewFor()
And I see that the details view is open # FilesAppContext::iSeeThatTheDetailsViewIsOpen()
And I close the details view # FilesAppContext::iCloseTheDetailsView()
And I see that the details view is closed # FilesAppContext::iSeeThatTheDetailsViewIsClosed()
And I open the details view for "welcome.txt" # FileListContext::iOpenTheDetailsViewFor()
And I see that the details view is open # FilesAppContext::iSeeThatTheDetailsViewIsOpen()
When I open the input field for tags in the details view # FilesAppContext::iOpenTheInputFieldForTagsInTheDetailsView()
Then I see that the input field for tags in the details view is shown # FilesAppContext::iSeeThatTheInputFieldForTagsInTheDetailsViewIsShown()
Failed asserting that false is true.
  • TESTS=acceptance, TESTS-ACCEPTANCE=login
    • tests/acceptance/features/login.feature:15
Show full log
 Scenario: log in with valid user and invalid password once fixed by admin # /drone/src/github.com/nextcloud/server/tests/acceptance/features/login.feature:15
Given I act as John # ActorContext::iActAs()
And I can not log in with user user0 and password 654231 # LoginPageContext::iCanNotLogInWithUserAndPassword()
When I act as Jane # ActorContext::iActAs()
And I am logged in as the admin # LoginPageContext::iAmLoggedInAsTheAdmin()
And I open the User settings # SettingsMenuContext::iOpenTheUserSettings()
And I set the password for user0 to 654321 # UsersSettingsContext::iSetTheFieldForUserTo()
And I act as John # ActorContext::iActAs()
And I log in with user user0 and password 654321 # LoginPageContext::iLogInWithUserAndPassword()
Then I see that the current page is the Files app # FilesAppContext::iSeeThatTheCurrentPageIsTheFilesApp()
Failed asserting that 'http://acceptance-login/index.php/login?user=user0' starts with "http://acceptance-login/index.php/apps/files/".

@rullzer
rullzer merged commit 21dd025 into stable14Mar 4, 2019
@rullzer
rullzer deleted the smb-3.0.2-14 branch March 4, 2019 20:28
@rullzerrullzer mentioned this pull request Mar 29, 2019
1 task
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4. to releaseReady to be released and/or waiting for tests to finish

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@icewind1991@MorrisJobke@ariselseng@rullzer