This is follow up for https://review.openstack.org/#/c/283351/.
Probe fix:
- The probe in the patch now fails (sometimes success luckily)
because inbound X-Timestamp is deprecated at the change,
f581fccf71034818d19062593eeb52a4347bb174, so we can not use
X-Timestamp to make an object with arbitrary timestamp anymore
from outside of Swift. This patch makes the probe to use internal
client to put the objects to make the inconsistent situation.
Small things:
- Enable expirer split brain test even if we have just one policy.
- FAIL rather than ERROR if the object was expired incorrectly
- ObjectBrainSplitter now uses the policy set at instance variable in
default instead of random choice of ENABLED_POLICIES.
Co-Authored-By: Alistair Coles <alistair.coles@hpe.com>
Change-Id: I757dbb0f1906932ef5d508b48b4120f2794b3d07