-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
API/Acceptance tests for Async Upload #32580
Comments
GitMate.io thinks the contributor most likely able to help you is @phil-davis. Possibly related issues are #22492 (test), #31579 (test), #22485 (test), #30493 (Rename integration API tests to acceptance), and #32559 (acceptance tests - stop uploading when receiving an error). |
@DeepDiver1975 @PVince81 in the case of an error e.g. MOVE a file that does not exist, the async operation still replies with an |
I think I'd rather expect a 404 and have an existence check happen before the job goes async. |
other interesting tests:
|
moving to next sprint for the rest of the work |
all done, closing |
With #32414 merged, we are looking to have simple API acceptance tests, that generally test this behavior.
Once these are working, we should consider also using these test steps for:
Double checking for
The text was updated successfully, but these errors were encountered: