Fix flaky expirer probe test

This does not address the underlying lp bug #1652323 with ssync that
makes ssync inconsistent with expired objects.

Change-Id: Ia12dc27a12418637587c57ff4f5744d00c661691
Related-Bug: #1652323
Closes-Bug: #1653836
This commit is contained in:
Clay Gerrard 2017-01-03 16:10:42 -08:00
parent cbb99f97b0
commit 0fd7257fc8
1 changed files with 3 additions and 0 deletions

View File

@ -286,6 +286,9 @@ class TestObjectExpirer(ReplProbeTest):
# run expirer again, delete should now succeed
self.expirer.once()
# this is mainly to paper over lp bug #1652323
self.get_to_final_state()
# verify the deletion by checking the container listing
self.assertFalse(self._check_obj_in_container_listing(),
msg='Found listing for %s' % self.object_name)