]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_system.py
Overhaul IFilesystemNode handling, to simplify tests and use POLA internally.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_system.py
2009-08-15 Brian WarnerOverhaul IFilesystemNode handling, to simplify tests...
2009-06-29 Brian Warneruse 522-bit RSA keys in all unit tests (except one)
2009-06-25 Brian Warnerhush pyflakes
2009-06-25 Brian WarnerSplit out NoSharesError, stop adding attributes to...
2009-06-23 Brian Warnerbig rework of introducer client: change local API,...
2009-06-21 Brian Warnerclean up storage_broker interface: should fix #732
2009-06-10 Zooko O'Whielacronxtests: significantly increase timeouts that triggered...
2009-06-09 Zooko O'Whielacronxtests: double the timeouts on some tests which time...
2009-06-08 Zooko O'Whielacronxtests: bump up timeouts so that the tests can finish...
2009-06-05 Zooko O'Whielacronxtests: increase timeouts on some other tests that timed...
2009-06-02 Brian Warnermore refactoring: move get_all_serverids() and get_nick...
2009-06-01 Brian Warnerstart to factor server-connection-management into a...
2009-05-26 Kevin ReidModify markup of Tahoe web pages to be more amenable...
2009-05-22 Brian Warnerswitch all foolscap imports to use foolscap.api or...
2009-03-15 Brian Warnertahoe cp -r: add --caps-only flag, to write filecaps...
2009-02-21 Brian Warnertest_system: oops, don't assume that all files in stora...
2009-02-18 Brian Warnertest_system: split off checker tests to test_deepcheck...
2009-02-18 Brian Warnerbreak storage.py into smaller pieces in storage/*.py...
2009-01-24 Brian Warner#509: remove non-streaming 'tahoe manifest' CLI form
2009-01-23 Brian Warner#509 CLI: add 'tahoe manifest --stream'
2009-01-23 Brian Warner#509: test_system.py: add test for streamed-manifest
2009-01-23 Brian Warnertest_system: rearrange DeepCheckWebGood to make it...
2009-01-23 Brian Warner#590: add webish t=stream-manifest
2009-01-20 Zooko O'Whielacronxsetup: fix test_system to require tahoe under its packa...
2009-01-15 Brian Warnermutable: move recent operation history management code...
2009-01-07 Zooko O'Whielacronximmutable: refactor uploader to do just encoding-and...
2009-01-06 Zooko O'Whielacronxrename "checker results" to "check results", because...
2009-01-06 Zooko O'Whielacronximmutable: new checker and verifier
2008-12-28 Zooko O'Whielacronxdoc: sundry amendments to docs and in-line code comments
2008-12-21 Zooko O'Whielacronximmutable, checker, and tests: improve docstrings,...
2008-12-08 Zooko O'Whielacronxrename "get_verifier()" to "get_verify_cap()"
2008-12-05 Zooko O'Whielacronxdownload: refactor handling of URI Extension Block...
2008-12-05 Brian Warnertest_system.py: assert less about the stats we get...
2008-12-04 Brian Warnerstats: don't return booleans: it violates the schema...
2008-12-04 Brian Warnertest_system.py: don't ask the stats-gatherer to poll...
2008-12-02 Brian Warnerstorage: replace sizelimit with reserved_space, make...
2008-11-24 Brian Warnerdirnode manifest: add verifycaps, both to internal...
2008-11-19 Brian Warnermanifest: add storage-index strings to the json results
2008-11-19 Brian Warnermanifest: include stats in results. webapi is unchanged.
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...
next