]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_repairer.py
tests: add more diagnostics when code-under-test fails
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_repairer.py
2012-11-29 Zooko O'Whielacronxtests: add more diagnostics when code-under-test fails 23/head
2012-06-02 Brian WarnerCheckResults.get_servers_responding() now returns IServers
2012-06-02 Brian WarnerCheckResults: replace get_data() with as_dict(), use...
2012-06-02 Brian Warneruse the new CheckResult getters almost everywhere
2012-06-02 Brian WarnerCheckResults: start hiding .data, first step to clean...
2012-05-22 Brian Warnerswitch UploadResults to use get_uri(), hide internal...
2012-05-16 Brian Warnerimmutable repairer: populate servers-responding properly
2011-08-02 david-sarahtest_repairer: add a deterministic test of share data...
2011-05-17 david-sarahdocs: convert NEWS to NEWS.rst and change all reference...
2010-10-29 Brian Warnerfix #1223, crash+inefficiency during repair due to...
2010-09-27 Kevan Carstensenimmutable/repairer.py: don't use the default happiness...
2010-08-04 Brian WarnerRewrite immutable downloader (#798). This patch adds...
2010-07-19 Zooko O'Whielacronximmutable: extend the tests to check that the shares...
2010-02-26 david-sarahChange relative imports to absolute
2010-02-22 david-sarahChange direct accesses to an_uri.storage_index to calls...
2010-01-10 Brian Warnertest_repairer: add (commented-out) test_each_byte,...
2010-01-10 Zooko O'Whielacronxrepairer: fix some wrong offsets in the randomized...
2010-01-10 Brian Warnertest_repairer: fix colliding basedir names, which cause...
2010-01-10 Zooko O'Whielacronxrepairer: add deterministic test for #819, mark as...
2009-12-01 Brian WarnerSimplify immutable download API: use just filenode...
2009-10-27 Zooko O'Whielacronxtests: bump up the timeout on test_repairer to see...
2009-10-05 Brian WarnerVerifier: check the full cryptext-hash tree on each...
2009-10-05 Brian WarnerVerifier: check the full block-hash-tree on each share
2009-10-05 Brian WarnerVerifier: check the full share-hash chain on each share
2009-10-05 Brian Warnertest_repairer: rename Verifier test cases to be more...
2009-02-24 Brian Warnertest_repairer: change to use faster no_network.GridTest...
2009-02-24 Brian Warnertest_repairer: change Repairer to use much-faster no_ne...
2009-02-15 Brian Warnertest_repairer: hush pyflakes
2009-02-12 Zooko O'Whielacronximmutable repairer: add tests of how it handles short...
2009-02-12 Zooko O'Whielacronximmutable repairer: errback any pending readers of...
2009-02-11 Brian Warnertest_repairer: disable repair-from-corruption tests...
2009-02-10 Zooko O'Whielacronximmutable: repairer: add a simple test to exercise...
2009-02-10 Zooko O'Whielacronximmutable: tighten preconditions -- you can write empty...
2009-02-10 Zooko O'Whielacronximmutable: tests: the real WRITE_LEEWAY is 35 (it was...
2009-02-10 Zooko O'Whielacronximmutable: tests: sigh, raise, again the limit of how...
2009-02-10 Zooko O'Whielacronximmutable: tests: assert that verifier gives a clean...
2009-02-10 Zooko O'Whielacronximmutable: test: add a test after attempting to repair...
2009-02-10 Zooko O'Whielacronximmutable: tests: put shares back to their pristine...
2009-02-07 Brian Warnertest_repairer: wrap comments to 80cols, my laptop does...
2009-01-12 Brian Warnertest_repairer.py: hush pyflakes: remove duplicate/shado...
2009-01-12 Brian Warnerhush pyflakes by removing unused imports
2009-01-12 Zooko O'Whielacronximmutable repairer