]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
readwrite: add missing traceback object
authorJoe Buck <jbbuck@gmail.com>
Mon, 26 Aug 2013 20:58:59 +0000 (13:58 -0700)
committerJoe Buck <jbbuck@gmail.com>
Mon, 26 Aug 2013 20:58:59 +0000 (13:58 -0700)
An error code path was missing the traceback
object and was causing a key error when
that path was executed.

Signed-off-by: Joe Buck <jbbuck@gmail.com>
s3tests/readwrite.py

index cdfcf17793c69749764ec07dd1f7cfee7c9fde29..c2ab0edaf77deb65633f3c09f477a4c537a2d9ff 100644 (file)
@@ -53,6 +53,7 @@ def reader(bucket, worker_id, file_names, queue, rand):
                 result.update(
                     error=dict(
                         msg='md5sum check failed',
+                        traceback=traceback.format_exc(),
                         ),
                     )
             else: