]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
use 522-bit RSA keys in all unit tests (except one)
authorBrian Warner <warner@lothar.com>
Mon, 29 Jun 2009 22:31:24 +0000 (15:31 -0700)
committerBrian Warner <warner@lothar.com>
Mon, 29 Jun 2009 22:31:24 +0000 (15:31 -0700)
commit52fa421430565a445740b1cf2406c86971b5c6e1
tree0c5584017f46b819fdd87f2767c69d942e825414
parentc6ae2558472b08c3221152fea6337bab162f5eb0
use 522-bit RSA keys in all unit tests (except one)

This reduces the total test time on my laptop from 400s to 283s.
* src/allmydata/test/test_system.py (SystemTest.test_mutable._test_debug):
  Remove assertion about container_size/data_size, this changes with keysize
  and was too variable anyways.
* src/allmydata/mutable/filenode.py (MutableFileNode.create): add keysize=
* src/allmydata/dirnode.py (NewDirectoryNode.create): same
* src/allmydata/client.py (Client.DEFAULT_MUTABLE_KEYSIZE): add default,
  this overrides the one in MutableFileNode
src/allmydata/client.py
src/allmydata/dirnode.py
src/allmydata/mutable/filenode.py
src/allmydata/test/common.py
src/allmydata/test/no_network.py
src/allmydata/test/test_mutable.py
src/allmydata/test/test_system.py