swift/test/probe
Clay Gerrard 1f43ee050b Add option to make probetests more brittle
Currently probetests take advantage of a number of assumptions about the SUT.
Unfortunately after some time with a working SAIO, configuration drift may
result in a system that is no longer compatible with these assumptions.  To
help weary developers more quickly identify the changes they've made since
they last ran probetests successfully, some handy validators have been added
to test.probe.common

Additionally a new option 'validate_rsync' in test.conf, when enabled, will
run a series of up front validations during the setup of each probetest by
inspecting the ring, the mounted devices, and the rsync exports ("modules") in
order to ensure that when probetests fail the do so early and with specific
complaints.

To preserve existing failures, the option is disabled by default.

Change-Id: I2be11c7e67ccd0bc0589c360c170049b6288c152
2013-07-19 01:39:42 -07:00
..
__init__.py Add option to make probetests more brittle 2013-07-19 01:39:42 -07:00
common.py Add option to make probetests more brittle 2013-07-19 01:39:42 -07:00
test_account_failures.py Implementation of replication servers 2013-04-21 18:14:42 -04:00
test_account_get_fake_responses_match.py Fix faked-out account GET for JSON and XML. 2013-05-30 17:43:03 -07:00
test_container_failures.py Fixed probetests 2013-05-23 22:41:04 +00:00
test_empty_device_handoff.py Implementation of replication servers 2013-04-21 18:14:42 -04:00
test_object_async_update.py Implementation of replication servers 2013-04-21 18:14:42 -04:00
test_object_failures.py Forklift the DiskFile interface into it's own module 2013-07-18 08:00:14 -07:00
test_object_handoff.py Implementation of replication servers 2013-04-21 18:14:42 -04:00
test_replication_servers_working.py Fixed probetests 2013-05-23 22:41:04 +00:00