]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/history - src/allmydata/test/test_storage.py
Eliminate mock dependency.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / test / test_storage.py
2015-07-17 Daira HopwoodEliminate mock dependency. 2465.eliminate-mock.1 175/head
2014-11-23 Leif Rygetests for "Available" column (#648)
2013-04-09 Brian WarnerRemove the whitespace reported by find-trailing-spaces...
2012-06-22 david-sarahChange the maximum mutable share size to 69105 TB,...
2012-03-13 Brian WarnerAdd nickname/nodeid to storage-status web page. Closes...
2011-09-12 Zooko O'Whielacronxstorage: test that the storage server ignores requests...
2011-09-12 Zooko O'Whielacronxstorage: test that the storage server does *not* have...
2011-09-12 Zooko O'Whielacronximmutable: test whether the server allows clients to...
2011-09-09 Brian WarnerMDMFSlotReadProxy: remove the queue
2011-08-02 Kevan Carstensenmutable/layout: Define MDMF share format, write tools...
2011-08-09 david-sarahtest_storage.py: test that we are using the filesystem...
2011-08-01 Brian Warnerremove nodeid from WriteBucketProxy classes and customers
2011-08-01 Brian Warnerremove get_serverid() from ReadBucketProxy and customer...
2011-05-27 wilcoxjgserver.py: get_latencies now reports percentiles _only...
2010-12-31 david-sarahtest_storage.py: fix a pyflakes unused import warning.
2010-12-31 david-sarahtest_storage.py: leave at least 512 MiB free when runni...
2010-09-10 Zooko O'Whielacronxstorage: use fileutil's version of get_disk_stats(...
2010-08-05 david-sarahtest_storage.py: change skip note for test_large_share...
2010-08-03 david-sarahtest_storage.py: avoid spurious test failure by accepti...
2010-07-15 Kevan Carstensentest/test_storage.py: test for the new remote_abort...
1970-07-13 david-sarahtest_storage.py: potential fix for failures when loggin...
2010-06-17 david-sarahtest_storage.py: print more information on test failures.
2010-02-08 Brian Warnerweb/storage.py: display total-seen on the last-complete...
2010-01-14 Brian Warnerhush pyflakes-0.4.0 warnings: remove trivial unused...
2009-11-21 david-sarahstorage server: detect disk space usage on Windows...
2009-06-23 Brian WarnerPollMixin: snoop trial's error observer to halt the...
2009-05-22 Brian Warnerswitch all foolscap imports to use foolscap.api or...
2009-04-03 Zooko O'Whielacronxleases, time_format: modify time stamping in lease...
2009-03-24 Brian Warnerexpirer: include crawler progress in the JSON status...
2009-03-20 Brian Warnerexpirer: tolerate empty buckets, refactor bucketsize...
2009-03-19 Brian Warnerstorage: improve wording of status message
2009-03-19 Brian Warnerparse_date: insist that it returns an int
2009-03-19 Brian Warnerstorage status: report expiration-cutoff-date like...
2009-03-19 Brian Warnerexpirer: clean up constructor args, add tahoe.cfg contr...
2009-03-19 Brian Warnerutil/time_format: new routine to parse dates like 2009...
2009-03-19 Brian Warnerexpirer: change setup, config options, in preparation...
2009-03-18 Brian Warnerexpirer: track mutable-vs-immutable sharecounts and...
2009-03-17 Brian Warneradd utility function to parse durations, for lease...
2009-03-17 Brian Warnerexpirer: add mode to expire only-mutable or only-immuta...
2009-03-17 Brian WarnerGC: add date-cutoff -based expiration, add proposed...
2009-03-09 Brian Warnerexpirer: fix prediction math, thanks to Zandr for the...
2009-03-09 Brian Warnerstorage.expirer: exercise the last missing line of...
2009-03-09 Brian Warnerexpirer: tolerate corrupt shares, add them to the state...
2009-03-09 Brian Warnerstorage/immutable: raise a specific error upon seeing...
2009-03-09 Brian Warnerstorage: add test coverage for BucketReader.__repr__
2009-03-09 Brian Warnerstorage/mutable: raise a specific error upon seeing...
2009-03-07 Brian Warnerexpirer: make web display a bit more consistent
2009-03-07 Brian Warnertest_storage: solaris doesn't appear to give the same...
2009-03-07 Brian Warnerstorage: add a lease-checker-and-expirer crawler, plus...
2009-02-27 Brian Warnerweb: improve layout of storage status with a table
2009-02-27 Brian Warnercrawler: add ETA to get_progress()
2009-02-21 Brian Warnercrawler: fix performance problems: only save state...
2009-02-21 Brian Warnertest_storage: startService the server, as is now the...
2009-02-21 Brian WarnerBucketCountingCrawler: rename status and state keys...
2009-02-21 Brian Warnerstorage: add bucket-counting share crawler, add its...
2009-02-20 Brian Warnerweb/storage: make sure we can handle platforms without...
2009-02-20 Brian Warnerweb: add Storage status page, improve tests
2009-02-18 Brian Warnerchange StorageServer to take nodeid in the constructor...
2009-02-18 Brian Warnerbreak storage.py into smaller pieces in storage/*.py...
2009-02-18 Brian Warnerchange RIStorageServer.remote_add_lease to exit silentl...
2009-02-11 Brian Warnerstorage: make add-lease work, change default ownernum...
2009-02-11 Brian Warner#620: storage: allow mutable shares to be deleted,...
2009-01-31 Zooko O'Whielacronxstorage: disable test_large_share again: my linux lapto...
2009-01-28 Zooko O'Whielacronxstorage: enable the test of a share larger than 2 GiB...
2009-01-06 Zooko O'Whielacronximmutable: skip the test of large files, because that...
2009-01-05 Zooko O'Whielacronximmutable: refactor downloader to be more reusable...
2008-12-31 Zooko O'Whielacronximmutable: make the test of large files more likely...
2008-12-31 Zooko O'Whielacronxtrivial: "M-x whitespace-cleanup", and also remove...
2008-12-31 Zooko O'Whielacronximmutable: storage servers accept any size shares now
2008-12-19 Zooko O'Whielacronximmutable: remove the last bits of code (only test...
2008-12-17 Zooko O'Whielacronxdebug: pass empty optional arguments to ReadBucketProxy
2008-12-03 Brian Warnertest_storage.py: more windows-vs-readonly-storage fixes
2008-12-02 Brian Warnerstorage: replace sizelimit with reserved_space, make...
2008-10-24 Brian Warnerstorage: add remote_advise_corrupt_share, for clients...
2008-10-10 Brian Warnertest_storage: use different filenames, poor stupid...
2008-10-10 Brian Warnerstorage: introduce v2 immutable shares, with 8-byte...
2008-10-10 Brian Warnerstorage: split WriteBucketProxy and ReadBucketProxy...
2008-07-22 Brian Warnerstorage: remove update_write_enabler method, it won...
2008-07-12 Brian Warnerstorage: rename the latency key names so they sort...
2008-07-10 Brian Warnerstorage: add add_lease/update_write_enabler to remote...
2008-06-26 Brian Warnertest_storage: oops, update the test to match the leave...
2008-06-18 Brian Warnertest_storage: yet more coverage
2008-06-18 Brian Warnertest_storage.py: improve test coverage
2008-06-17 Brian Warnertest_storage: add coverage for discard_storage
2008-06-17 Brian Warnertest_storage: add coverage for readonly_storage
2008-06-16 Brian Warnerstorage: improve stats, make them accessible via webpor...
2008-06-16 Brian Warnerstorage: measure latency-per-operation, calculate mean...
2008-06-10 Brian Warnerstorage: ignore shares in incoming/, to make clients...
2008-02-01 Brian Warnerstorage: clean up use of si_s vs si_dir, add test for...
2008-02-01 Zooko O'Whielacronxremove unused import (thanks, pyflakes)
2008-01-31 Zooko O'Whielacronxstorage: make two levels of share directories so as...
2008-01-29 Brian WarnerWriteBucketProxy: improve __repr__
2008-01-15 Brian Warnertest_storage: fix pyflakes warnings
2008-01-15 Brian Warnerupload: add Encoder.abort(), to abandon the upload...
2008-01-14 Brian Warnerstorage: improve logging a bit
2007-12-18 Zooko O'Whielacronxrename "secret" to "lease_secret" and change its size...
2007-11-06 Brian Warnerstorage: rewrite slot API, now use testv_and_readv_and_...
2007-11-05 Brian Warnerstorage: add readv_slots: get data from all shares
2007-10-31 Brian Warnerstorage.py: fix tests, timestamps get updated when...
2007-10-31 Brian Warnerstorage.py: more test coverage, make sure leases surviv...
next