-
Notifications
You must be signed in to change notification settings - Fork 159
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
Folder upload with mounted volume #2361
Conversation
fcf5457
to
83cfc1e
Compare
💥 Acceptance tests Trashbin failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/phoenix/6136/
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. After merging, please give some instructions in the Phoenix chat channels so that developers have some clue about how to run upload tests now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
fc3b46a
to
7b3a82a
Compare
7b3a82a
to
b359612
Compare
Let's wait until tomorrow morning to merge this, so that we are online if others need help with how to run upload tests. |
@phil-davis, I left a message in the chat, and also have adjusted documentation in the README. So, it should be fine to merge this. |
Merging - it is after office hours in Europe |
Description
#2203 added tests for uploading files. #2222 has more requirements related to folder upload, which is not possible using the
session
folder upload mechanism. This PR mountstests/acceptance/filesForUpload
folder from this repo to/home/seluser/uploads
inside selenium, which provides us access to those files in the browser during uploads.This might need changes to how we run acceptance tests. This PR proposes a
LOCAL_UPLOAD_DIR
environment variable.Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist:
Open tasks: