> @@ -138,7 +140,7 @@ public void testPutFileParallel() throws 
> InterruptedException, IOException, Time
>        final String container = getContainerName();
>        try {
>           Map<Integer, ListenableFuture<?>> responses = Maps.newHashMap();
> -         for (int i = 0; i < 10; i++) {
> +         for (int i = 0; i < 3; i++) {

I don't think so. The actual parallel feature is still being tested - it just 
also works better on worse connections. It does not fail often even before the 
fix.
A different fix might be possible where the code is also made more robust - 
such as more retries or automatic back-off.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/112/files#r5934789

Reply via email to