swift/test/unit/container
gillesbiannic f68e22d43a Stop retrying every deletes in container-sync
Internal clients used to retry operations even on client errors, where
we had no expectation that we would get a different response. Among
other things, this would cause container-sync to needlessly retry
deletes that would 404, even though we had code specifically in place to
say that 404s are OK.

While we're at it, also flag 409s as being OK (since the remote has
newer data than us).

Change-Id: I1833a8ff2ac2f4126b6274d6bba47e2b58a41745
Closes-Bug: #1849841
2020-01-20 22:06:44 -08:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
test_auditor.py Pass logger instances to AccountBroker/ContainerBroker 2019-05-03 01:15:20 +09:00
test_backend.py sharding: Better-handle newlines in container names 2020-01-03 16:04:57 -08:00
test_reconciler.py Make FakeSwift query param order agnostic 2020-01-06 16:27:06 -06:00
test_replicator.py sharding: Better-handle newlines in container names 2020-01-03 16:04:57 -08:00
test_server.py Deprecate per-service auto_create_account_prefix 2020-01-05 09:53:30 -06:00
test_sharder.py Merge "Deprecate per-service auto_create_account_prefix" 2020-01-07 01:30:20 +00:00
test_sync_store.py Cleanup test tempdirs in tearDown 2017-09-01 15:34:30 +01:00
test_sync.py Stop retrying every deletes in container-sync 2020-01-20 22:06:44 -08:00
test_updater.py sharding: Better-handle newlines in container names 2020-01-03 16:04:57 -08:00