diff --git a/swift/common/bench.py b/swift/common/bench.py index c500493187..28d8c7e8d9 100644 --- a/swift/common/bench.py +++ b/swift/common/bench.py @@ -244,5 +244,6 @@ class BenchPUT(Bench): except client.ClientException, e: self.logger.debug(str(e)) self.failures += 1 - self.names.append((device, partition, name, container_name)) + else: + self.names.append((device, partition, name, container_name)) self.complete += 1