From 7afc6a06eed1e9e3fdbea756074111b8a209d266 Mon Sep 17 00:00:00 2001 From: Clay Gerrard Date: Thu, 11 Jan 2018 14:21:39 -0800 Subject: [PATCH] Remove un-needed hack in probetest If you ran this probe test with ssync before the related change it would demonstrate the related bug. The hack isn't harmful, but it isn't needed anymore. Related-Change-Id: I7f90b732c3268cb852b64f17555c631d668044a8 Related-Bug: 1652323 Change-Id: I09e3984a0500a0f4eceec392e7970b84070a5b39 --- test/probe/test_object_expirer.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/probe/test_object_expirer.py b/test/probe/test_object_expirer.py index de98cea592..d5c91970cb 100644 --- a/test/probe/test_object_expirer.py +++ b/test/probe/test_object_expirer.py @@ -282,9 +282,6 @@ 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)