9701: Use a collection.OrderedDict instead of a simple dict to hold bufferblocks...
authorLucas Di Pentima <lucas@curoverse.com>
Mon, 10 Oct 2016 11:18:05 +0000 (08:18 -0300)
committerLucas Di Pentima <lucas@curoverse.com>
Mon, 10 Oct 2016 11:18:05 +0000 (08:18 -0300)
commit3513c7def7eacdeef16c355f1b9be93830dcf946
tree0e47b0442d437c436f017242abd6c281f4dd11e8
parent14a9cddd966bd1035c48e5fbac5065555ad7bb92
9701: Use a collection.OrderedDict instead of a simple dict to hold bufferblocks so that the packed files order is consistent. Updated related test.
sdk/python/arvados/arvfile.py
sdk/python/tests/test_collections.py