Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve ResumableUpload tests, fix bugs
Test more edge-cases of ResumableUpload, and test using an HTTP server fixing googleapis#735 Fix bugs * googleapis#755 Incorrect resume behaviour if first upload chunk fails. * googleapis#602 Resume fails with non-seekable stream when last chunk fails to upload. And adds test for resuming upload on program restart. Don't run most ImprovedResumableUploadTests on travis, as they fail on the Mono infrastructure. All tests pass on a Windows machine with MS .NET
- Loading branch information