swift/test/probe
Timur Alperovich 2e199be604 Probe tests fail, as requests checks for strings.
The requests library checks that the headers are either strings or
bytes. Currently, the two test_object_expirer tests fail with the
message:
InvalidHeader: Header value 1487879553 must be of type str
or bytes, not <type 'int'>

The header in question is "x-delete-at". The patch converts it to
a string, before making a Swift Client request.

Change-Id: I738697cb6b696f0e346345f75e0069048961f2ff
2017-02-23 12:09:18 -08:00
..
__init__.py Add option to make probetests more brittle 2013-07-19 01:39:42 -07:00
brain.py Refactor tests and add tests 2016-06-15 16:36:25 +01:00
common.py DRY out probe.common 2016-09-14 10:12:38 -07:00
test_account_failures.py Remove executable flag from some test modules 2016-10-31 21:22:10 +00:00
test_account_get_fake_responses_match.py Remove executable flag from some test modules 2016-10-31 21:22:10 +00:00
test_account_reaper.py Follow up delayed reap probe test 2016-08-18 14:08:56 +01:00
test_container_failures.py Remove executable flag from some test modules 2016-10-31 21:22:10 +00:00
test_container_merge_policy_index.py Use more specific asserts in test/probe tests 2016-11-02 18:13:22 +00:00
test_container_sync.py Make container sync copy SLO manifests 2016-09-14 13:32:00 +01:00
test_empty_device_handoff.py Remove executable flag from some test modules 2016-10-31 21:22:10 +00:00
test_object_async_update.py Merge "Fixups for ghost listing fix" 2016-12-09 03:03:03 +00:00
test_object_expirer.py Probe tests fail, as requests checks for strings. 2017-02-23 12:09:18 -08:00
test_object_failures.py Remove executable flag from some test modules 2016-10-31 21:22:10 +00:00
test_object_handoff.py Add probetest for response with duplicate frags 2016-11-04 17:29:04 +00:00
test_object_metadata_replication.py Use more specific asserts in test/probe tests 2016-11-02 18:13:22 +00:00
test_reconstructor_rebuild.py EC: reconstruct using non-durable fragments 2016-11-03 16:54:09 +00:00
test_reconstructor_revert.py Fix test_delete_propagate probe test 2017-02-10 10:07:39 -06:00
test_replication_servers_working.py Fix test comment and remove extra parameter 2017-02-12 00:48:53 +00:00
test_signals.py Fix signal handling for daemons with InternalClient 2016-11-04 20:00:00 -07:00