I have started working on a test for this change. My [initial attempt at a
failing
test](https://github.com/brightinteractive/jclouds/commit/5e6a36a98a0aaa7c4527ed91b38928e3be67a68e)
didn't actually fail because the blob it creates that is supposed to be
multipart actually isn't because it isn't large enough.
I have reused the multipart blob creation code from the existing test method
`org.jclouds.openstack.swift.blobstore.integration.SwiftBlobIntegrationLiveTest#testMultipartChunkedFileStream`
so I think that the fact that a multipart blob doesn't get created indicates a
flaw in that test. I plan to fix that flaw and then carry on.
Also, `testMultipartChunkedFileStream` doesn't have the `@Test(groups = {
"integration", "live" })` annotation, should it? And should my new test method
have that annotation?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/123#issuecomment-23094593