]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
Refactor mock_cloud methods to simplify and make them more like CommonContainerMixin.
authorDaira Hopwood <david-sarah@jacaranda.org>
Sat, 18 May 2013 01:34:20 +0000 (02:34 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Wed, 9 Apr 2014 00:57:51 +0000 (01:57 +0100)
commit1e8bedb4442ffb29e8b9db1088a047caf0a172b2
tree6bad4e58eaef35ffc5580881051828254058184f
parentdd809272a0587b549ad65b1d6f586007ff90ea8d
Refactor mock_cloud methods to simplify and make them more like CommonContainerMixin.
Also make sure that stripping of data arguments for logging is correct for all containers.

Signed-off-by: Daira Hopwood <david-sarah@jacaranda.org>
src/allmydata/storage/backends/cloud/cloud_common.py
src/allmydata/storage/backends/cloud/mock_cloud.py
src/allmydata/storage/backends/cloud/s3/s3_container.py
src/allmydata/test/test_storage.py