[ARVADOS] updated: f645742ae8131314f8d5cbd70f10504fc5fd1101

git at public.curoverse.com git at public.curoverse.com
Mon Jun 1 16:56:12 EDT 2015


Summary of changes:
 sdk/python/tests/test_arvfile.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  f645742ae8131314f8d5cbd70f10504fc5fd1101 (commit)
      from  52e32bbee4cb43cc42aca47c927643f7662da266 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit f645742ae8131314f8d5cbd70f10504fc5fd1101
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Mon Jun 1 16:56:15 2015 -0400

    6194: Fix test.  Lots of small writes break across blocks differently than one huge
    one.

diff --git a/sdk/python/tests/test_arvfile.py b/sdk/python/tests/test_arvfile.py
index 96553bd..9d8f1df 100644
--- a/sdk/python/tests/test_arvfile.py
+++ b/sdk/python/tests/test_arvfile.py
@@ -243,9 +243,9 @@ class ArvadosFileWriterTestCase(unittest.TestCase):
     def test_large_write(self):
         keep = ArvadosFileWriterTestCase.MockKeep({})
         api = ArvadosFileWriterTestCase.MockApi({"name":"test_write_large",
-                                                 "manifest_text": ". a5de24f4417cfba9d5825eadc2f4ca49+67108000 598cc1a4ccaef8ab6e4724d87e675d78+32892000 0:100000000:count.txt\n"},
+                                                 "manifest_text": ". 48dd23ea1645fd47d789804d71b5bb8e+67108864 b373ad0ffebb84efb524947b247ea89a+32891136 0:100000000:count.txt\n"},
                                                 {"uuid":"zzzzz-4zz18-mockcollection0",
-                                                 "manifest_text": ". a5de24f4417cfba9d5825eadc2f4ca49+67108000 598cc1a4ccaef8ab6e4724d87e675d78+32892000 0:100000000:count.txt\n"})
+                                                 "manifest_text": ". 48dd23ea1645fd47d789804d71b5bb8e+67108864 598cc1a4ccaef8ab6e4724d87e675d78+32891136 0:100000000:count.txt\n"})
         with Collection('. ' + arvados.config.EMPTY_BLOCK_LOCATOR + ' 0:0:count.txt',
                              api_client=api, keep_client=keep) as c:
             writer = c.open("count.txt", "r+")

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list