> @@ -68,7 +69,13 @@ public void testListAndDescribeVaults() throws Exception {
> assertTrue(vaults.contains(api.describeVault(VAULT_NAME3)));
> }
>
> - @Test(groups = { "integration", "live" }, dependsOnMethods = {
> "testListAndDescribeVaults" })
> + @Test(groups = { "integration", "live" }, dependsOnMethods = {
> "testCreateVault" })
> + public void testListMultipartUploadsWithEmptyList() throws Exception {
> + assertEquals(api.listMultipartUploads(VAULT_NAME1).size(), 0);
> + }
According to Glacier documentation I think we can add a test for initiate, list
and abort MPU. Complete MPU would require job operations to properly clean the
vault.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-aws/pull/22/files#r14057350