> where I have to add the live test for user defined meta data with multipart > blobs?
I'm not the expert here, but [AzureBlobIntegrationLiveTest](https://github.com/jclouds/jclouds/blob/master/providers/azureblob/src/test/java/org/jclouds/azureblob/blobstore/integration/AzureBlobIntegrationLiveTest.java) looks like a suitable place. Perhaps in `testMultipartChunkedFileStream`, or as a separate test. Some possible checks are in [BaseBlobIntegrationTest.testMetadata](https://github.com/jclouds/jclouds/blob/master/blobstore/src/test/java/org/jclouds/blobstore/integration/internal/BaseBlobIntegrationTest.java#L585) /cc @andrewgaul @shrinandj You two are certainly better placed to comment here ;-) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/422#issuecomment-50804969
