swift/test/functional
Thomas Herve 2bdf61fadd Handle deleted files with if-none-match
When an object is deleted, we retrieve its metadata on the next PUT
requests, which make if-none-match requests fail while the object
shouldn't be here. It seems we're only interested in the timestamp of
the deleted object, so get that but forget the metadata.

Change-Id: I4a4a8be9b631598ca1cd52c53885c68c3fbdfc4a
Closes-Bug: #1640448
2016-11-22 21:06:24 -05:00
..
__init__.py Add functional tests for new versioned_write mode 2016-09-25 19:45:38 -07:00
swift_test_client.py Improve functional tests and test client 2016-09-28 21:07:07 -07:00
test_access_control.py Add functional test for access control (RBAC INFO) with Keystone 2016-07-11 21:59:37 +00:00
test_account.py Remove executable flag from some test modules 2016-10-31 21:22:10 +00:00
test_container.py Fix typos in test_container.py 2016-11-17 02:07:24 +00:00
test_object.py Handle deleted files with if-none-match 2016-11-22 21:06:24 -05:00
test_versioned_writes.py breaking down tests.py into smaller pieces 2016-11-21 12:16:17 +00:00
tests.py breaking down tests.py into smaller pieces 2016-11-21 12:16:17 +00:00