]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - src/allmydata/test/test_system.py
immutable: extend the tests to check that the shares that got uploaded really do...
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 19 Jul 2010 04:50:47 +0000 (21:50 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 19 Jul 2010 04:50:47 +0000 (21:50 -0700)
commit1dbfcf753de46e067c6b841dec7e780be2e21ca1
treefdbcfea44e43207d18a1d0cd20f5fda2802a0842
parent2e83f243c2c2492b69071285ecebd77fbc4bde09
immutable: extend the tests to check that the shares that got uploaded really do make a sufficiently Happy distribution
This patch also renames some instances of "find_shares()" to "find_all_shares()" and other instances to "find_uri_shares()" as appropriate -- the conflation between those names confused me at first when writing these tests.
src/allmydata/test/common.py
src/allmydata/test/no_network.py
src/allmydata/test/test_cli.py
src/allmydata/test/test_deepcheck.py
src/allmydata/test/test_hung_server.py
src/allmydata/test/test_immutable.py
src/allmydata/test/test_repairer.py
src/allmydata/test/test_system.py
src/allmydata/test/test_upload.py
src/allmydata/test/test_web.py