Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
When running S3DataStore tests on Jenkins CI, about 10% of the tests failed for the same reason: a 409 error code returned from Amazon during the init() method of S3Backend. I suspect this is being caused by the call to create the bucket if it doesn't already exist.
To fix this we would need to implement some retry logic in the init() call.