mirror of
https://github.com/ceph/s3-tests.git
synced 2025-02-16 11:16:31 +00:00
Merge pull request #117 from tianshan/fix-rgw-roundtrip
fix rgw_roundtrip test fail Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
commit
7139293aa0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ def writer(bucket, objname, fp, queue):
|
|||
|
||||
start = time.time()
|
||||
try:
|
||||
key.set_contents_from_file(fp)
|
||||
key.set_contents_from_file(fp, rewind=True)
|
||||
except gevent.GreenletExit:
|
||||
raise
|
||||
except Exception as e:
|
||||
|
|
Loading…
Add table
Reference in a new issue