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

Fail prematurely on setup if test conditions are not met #138

Open
SamuAlfageme opened this issue Jun 29, 2021 · 0 comments
Open

Fail prematurely on setup if test conditions are not met #138

SamuAlfageme opened this issue Jun 29, 2021 · 0 comments
Assignees

Comments

@SamuAlfageme
Copy link
Contributor

This will prevent false positives (due to e.g. missing quota, server down, etc.)

e.g. the first op from reset_owncloud_account (webdav_delete) for 3 users:

curl -X DELETE https://<user>:<password>@<host>/remote.php/webdav/home/<dir> -vvv
[...]
< HTTP/1.1 500 Internal Server Error
< Server: nginx/1.6.2
< Date: Tue, 29 Jun 2021 07:55:10 GMT
< Content-Type: text/html
< Content-Length: 0
< Connection: keep-alive
@SamuAlfageme SamuAlfageme self-assigned this Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant