]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
immutable: tests: sigh, raise, again the limit of how many extra writes you can do...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 10 Feb 2009 03:09:31 +0000 (20:09 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 10 Feb 2009 03:09:31 +0000 (20:09 -0700)
commit65c12b24b8ee356a51f4ef21285c081df3f8c7db
tree1d37623f5182de876e4bb6042f941742deba6080
parent5738d94ccd8ae5ae32bd6123e5d88c94b6db7d4d
immutable: tests: sigh, raise, again the limit of how many extra writes you can do and still pass this test
Obviously requiring the code under test to perform within some limit isn't very meaningful if we raise the limit whenever the test goes outside of it.
But I still don't want to remove the test code which measures how many writes (and, elsewhere, how many reads) a client does in order to fulfill these duties.
Let this number -- now 20 -- stand as an approximation of the inefficiency of our code divided by my mental model of how many operations are actually optimal for these duties.
src/allmydata/test/test_repairer.py