]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
test_mutable.Update: only upload the files needed for each test. refs #1500
authorBrian Warner <warner@lothar.com>
Mon, 29 Aug 2011 07:27:17 +0000 (00:27 -0700)
committerBrian Warner <warner@lothar.com>
Mon, 29 Aug 2011 07:27:17 +0000 (00:27 -0700)
commit980eb778c1f3d40ec81f87c40ab9280eb0a25834
tree2f09a9d9c35fe36d5a34ff73d4eac5c4ae22fc31
parentfd676a5846fce5da0eb5113a4329405c4690eb90
test_mutable.Update: only upload the files needed for each test. refs #1500

This first step shaves 15% off the runtime: from 139s to 119s on my laptop.
It also fixes a couple of places where a Deferred was being dropped, which
would cause two tests to run in parallel and also confuse error reporting.
src/allmydata/test/test_mutable.py