-
Notifications
You must be signed in to change notification settings - Fork 14
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
Automated tests for quota checks #461
Comments
I thought of these cases while looking into a potential fix for owncloud/core#28159 which will likely affect all of the cases above... |
some ideas to make implementation for this easier:
|
Let's add a new upload step: `When User "$user" uploads file "$file" to "$target" with any dav and any upload type". This would then run the matrix between "new dav, old dav" and "non-chunked and chunked" dimensions. Everything else to be implemented in separate scenarios. |
Tests hypercube implemented here: owncloud/core#28160. |
added new dimension "new file vs overwriting" which also triggers different code paths. |
Matrix dimensions:
@owncloud/qa
The text was updated successfully, but these errors were encountered: