swift/test/unit/account
David Hadas 8226761889 Deleted account respond as non existing accounts
Currently clients can not distinguish between non existing accounts
(which can be created) and accounts marked for deletion, which has
not yet been reaped and therefore cannot be re-created until reaped.

Following this patch, if an account is marked as deleted but hasn't
been reaped and is still on disk, responses will include a status
header:
    'X-Account-Status' = 'Deleted'

Fixes:Bug #1188609
Change-Id: Ibd39965ae3f5d45fd78f130e0e31f5a0141a8633
2013-06-26 08:33:23 +03:00
..
__init__.py Initial commit of Swift code 2010-07-12 17:03:45 -05:00
test_auditor.py updated copyright date for all files 2012-03-19 13:45:34 -05:00
test_reaper.py account-reaper warns if not making progress 2013-05-22 15:07:17 +01:00
test_replicator.py updated copyright date for all files 2012-03-19 13:45:34 -05:00
test_server.py Deleted account respond as non existing accounts 2013-06-26 08:33:23 +03:00