]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_system.py
Merge pull request #236 from daira/2725.timezone-test.0
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_system.py
2008-11-19 Brian Warneroops, update tests to match 'tahoe stats' change
2008-11-19 Brian Warnercli: tahoe stats/manifest: change --verbose to --raw...
2008-11-19 Brian Warnertest_system: make 'where' strings more helpful, to...
2008-11-19 Brian Warnerwebapi: add 'summary' string to checker results JSON
2008-11-18 Brian Warnerwebapi: introducer stats: add 'announcement_distinct_ho...
2008-11-18 Brian Warnercli: add tests for 'tahoe stats --verbose'
2008-11-15 Brian Warnerdirnode manifest/stats: process more than one LIT file...
2008-11-14 Brian WarnerCLI: add 'tahoe stats', to run start-deep-stats and...
2008-11-13 Brian Warnertest_system.py: fix new 'tahoe manifest' tests to not...
2008-11-13 Brian WarnerCLI: add 'tahoe manifest', which takes a directory...
2008-11-07 Brian Warnerchecker: add is_recoverable() to checker results, make...
2008-11-04 Brian Warnerimmutable: tolerate filenode.read() with a size= that...
2008-10-29 Brian Warner#527: respond to GETs with early ranges quickly, withou...
2008-10-28 Brian Warner#527: support HTTP 'Range:' requests, using a cachefile...
2008-10-27 Brian Warnerinterfaces.py: promote immutable.encode.NotEnoughShares...
2008-10-27 Brian Warnerdirnode lookup: use distinct NoSuchChildError instead...
2008-10-23 Brian Warnertest_system: update test to match web checker results
2008-10-22 Brian Warnermore #514: pass a Monitor to all checker operations...
2008-10-22 Brian Warnerdirnode.py: check for cancel during deep-traverse opera...
2008-10-22 Brian WarnerChange deep-size/stats/check/manifest to a start+poll...
2008-10-07 Brian Warnerweb: change t=manifest to return a list of (path,read...
2008-10-06 Brian Warnertest_system: add test coverage for immutable download...
2008-09-25 Zooko O'Whielacronxtrivial: remove unused imports -- thanks, pyflakes
2008-09-25 Zooko O'Whielacronxrepairer: add basic test of repairer, move tests of...
2008-09-18 Brian Warnerweb: add 'more info' pages for files and directories...
2008-09-10 Brian Warnerdisallow deep-check on non-directories, simplifies...
2008-09-10 Brian Warnerdirnode: refactor recursive-traversal methods, add...
2008-09-10 Brian Warnertest_system: check t=deep-stats too
2008-09-10 Brian Warnertest_system: add deep-check-JSON tests, fix a bug
2008-09-10 Brian Warnertest_system: oops, re-enable some tests that got bypassed
2008-09-10 Brian Warnertest_system: add deep-stats test
2008-09-10 Brian Warnerhush pyflakes
2008-09-10 Brian Warnerchecker results: add output=JSON to webapi, add tests...
2008-09-10 Brian Warnerimmutable verifier: provide some dummy results so deep...
2008-09-10 Brian Warnermutable checker: even more tests. Everything in IChecke...
2008-09-10 Brian Warnerchecker results: more tests, update interface docs
2008-09-10 Brian Warnerchecker results: more tests, more results. immutable...
2008-09-09 Brian Warnerchecker: add tests, add stub for immutable check_and_repair
2008-09-08 Brian Warnertest_system: make log() tolerate the format= form
2008-09-07 Brian Warnerchecker: overhaul checker results, split check/check_an...
2008-08-26 Brian Warnermutable: make mutable-repair work for non-verifier...
2008-08-13 Brian WarnerCLI: add 'tahoe debug corrupt-share', and use it for...
2008-08-12 Brian Warnertest_system: rename Checker to ImmutableChecker, to...
2008-08-12 Brian Warner'tahoe debug dump-share': add --offsets, to show sectio...
2008-08-12 Brian WarnerCLI: move all debug commands (dump-share, dump-cap...
2008-08-06 Brian Warnertest_system: factor out find_shares/replace_shares...
2008-08-02 Brian WarnerCLI: change one-arg forms of 'tahoe put' to make an...
2008-08-01 Brian Warnertests: simplify CLI tests that use stdin, now that...
2008-08-01 Brian WarnerCLI: simplify argument-passing, use options= for everth...
2008-07-31 Zooko O'Whielacronxtests: add test that verifier notices any (randomly...
2008-07-30 Zooko O'Whielacronxtests: test that checker doesn't cause reads on the...
2008-07-30 Zooko O'Whielacronxtests: use the handy dandy TestCase.mktemp() function...
2008-07-28 Zooko O'Whielacronxtests: add test_system.Checker which tests basic checki...
2008-07-25 Brian Warnertest_system.py: factor SystemTestMixin out of SystemTest
2008-07-25 Brian Warnertest_system.py: modify system-test setup code in prepar...
2008-07-25 Brian Warnertest_system.py: move SystemTestMixin out into common...
2008-07-25 Brian Warnertest_system.py: create SystemTestMixin, with less cruft...
2008-07-16 Brian Warnermove encode/upload/download/checker.py into a new immut...
2008-07-16 Brian Warneroverhaul checker invocation
2008-07-07 Brian Warner'tahoe dump-share': show verify-cap too
2008-06-18 Brian Warnerbreak introducer up into separate modules in the new...
2008-05-22 Brian Warnertest_system: even more 'cp -r' coverage
2008-05-22 Brian Warnertest_system.py: improve 'cp -r' coverage: exercise...
2008-05-22 Brian WarnerCLI: remove the '-r' shortcut for --dir-cap, to make...
2008-05-22 Brian Warnertahoe_cp: rewrite, make --recursive work
2008-05-22 Brian Warnertahoe_ls: improve error message when the target is...
2008-05-21 Brian Warnercli: initial implementation of 'cp -r', probably doesn...
2008-05-20 Brian WarnerCLI: implement the easy part of cp (no -r, only two...
2008-05-20 Brian WarnerCLI: add 'list-aliases', factor out get_aliases
2008-05-20 Brian WarnerCLI: add 'ln', just like move but without the delete
2008-05-20 Brian Warnertest_system.py: remove dead code
2008-05-20 Brian WarnerCLI ls: add --readonly-uri to display readonly URIs...
2008-05-20 Brian WarnerCLI: add put --mutable, enhance ls to show mutable...
2008-05-20 Brian Warnertest_web/test_system: improve test coverage
2008-05-20 Brian Warnertest_system: fix windows test failure, open files with...
2008-05-20 Brian Warneroverhaul CLI: not quite complete but it works a lot...
2008-05-19 Brian Warnertest_system: match webapi change, making new files...
2008-05-09 Brian Warneruse a weakref cache in the client to manage singleton...
2008-05-08 Brian Warnerdeep-stats: add file-size histogram
2008-04-23 Brian Warnerhush pyflakes warning about code that got moved in...
2008-04-22 Brian Warnertestutil: factor stall() out into a common location
2008-04-18 Brian Warnermutable: replace MutableFileNode API, update tests...
2008-04-17 Brian Warnermutable WIP: clean up status handling, shrink the code...
2008-04-17 Brian Warnermutable WIP: add servermap update status pages
2008-04-15 Brian Warnermutable WIP: rename NotEnoughPeersError to NotEnoughSha...
2008-04-15 Brian Warnermutable WIP: merge conflicts in test_system.py
2008-04-11 Brian Warnermutable WIP: split mutable.py into separate files....
2008-04-11 Brian Warnermutable WIP: all tests pass, but publish/retrieve statu...
2008-04-15 Brian Warnerweb: don't break status page when there is no helper...
2008-04-14 Brian Warnerwebish: fix 'not running helper' status indicator on...
2008-04-14 Brian Warnerstats: add /statistics web page to show them, add tests
2008-04-14 Brian Warnerhelper stats: fix the /helper_status page, the recent...
2008-04-03 robk-tahoekey_generator: service related cleanups, incorporation...
2008-03-25 Brian Warnerintroweb.py: add ?t=json, to provide machine-readable...
2008-03-24 Brian Warnerdisable plaintext hashes in shares, but leave a switch...
2008-03-23 Brian WarnerUNDO: upload: stop putting plaintext and ciphertext...
2008-03-24 Zooko O'Whielacronxuse added secret to protect convergent encryption
2008-03-23 Brian Warnerupload: stop putting plaintext and ciphertext hashes...
2008-03-13 Brian Warnermutable.py: split replace() into update() and overwrite...
2008-03-12 Brian Warnerintroweb: combine announcement and subscriber informati...
next