]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
Complete multi-part upload during dry-run 124/head
authorTim Burke <tim.burke@gmail.com>
Fri, 9 Sep 2016 00:54:18 +0000 (17:54 -0700)
committerTim Burke <tim.burke@gmail.com>
Sat, 1 Oct 2016 00:00:57 +0000 (17:00 -0700)
While it may be valuable to verify that deleting a non-existent key
is OK, that doesn't seem to be the point of this test.

Signed-off-by: Tim Burke <tim.burke@gmail.com>
s3tests/functional/test_s3.py

index cc7d7e568df6c834204fbb5af6ad21f45670da33..0cf7b23dcb601c6901ed4fe64c7bbfffefb18cb8 100644 (file)
@@ -5922,7 +5922,7 @@ def test_multipart_resend_first_finishes_last():
         lambda: counter.inc()
         )
     mp.upload_part_from_file(fp_dryrun, 1)
-    mp.complete_upload
+    mp.complete_upload()
 
     bucket.delete_key(key_name)