..
__init__.py
Changes to Tahoe needed to work with new zetuptoolz (that does not use .exe wrappers on Windows), and to support Unicode arguments and stdout/stderr -- v5
2010-07-25 01:32:16 -07:00
bench_dirnode.py
benchmarking: update bench_dirnode to be correct and use the shiniest new pyutil.benchutil features concerning what units you measure in
2010-07-18 21:49:48 -07:00
check_grid.py
Replace uses of os.path.abspath with abspath_expanduser_unicode where necessary. This makes basedir paths consistently represented as Unicode.
2010-07-21 17:14:18 -07:00
check_load.py
change docs and --help to use "grid" instead of "virtual drive": closes #892 .
2010-01-14 12:11:19 -08:00
check_memory.py
Replace uses of os.path.abspath with abspath_expanduser_unicode where necessary. This makes basedir paths consistently represented as Unicode.
2010-07-21 17:14:18 -07:00
check_speed.py
hush pyflakes-0.4.0 warnings: remove trivial unused variables. For #900 .
2010-01-14 14:15:29 -08:00
common_util.py
Fix for Unicode-related test failures on Zooko's OS X 10.6 machine.
2010-06-08 22:54:48 -07:00
common_web.py
tests/no_network: move GET into the GridTestMixin class
2009-02-24 18:33:00 -07:00
common.py
reject old-style (pre-Tahoe-LAFS-v1.3) configuration files
2011-08-01 16:24:23 -07:00
no_network.py
replace IServer.name() with get_name(), and get_longname()
2011-08-01 10:44:28 -07:00
test_backupdb.py
Correct stringutils->encodingutil patch to be the newer version, rather than the old version that was committed in error.
2010-07-17 18:34:35 -07:00
test_base62.py
doc: licensing cleanups
2009-09-20 10:16:31 -07:00
test_checker.py
storage_client.py: clean up test_add_server/test_add_descriptor, remove .test_servers
2011-02-26 19:10:56 -07:00
test_cli.py
cleanup: implement rm as a synonym for unlink rather than vice-versa. refs #776
2011-08-01 15:01:08 -07:00
test_client.py
reject old-style (pre-Tahoe-LAFS-v1.3) configuration files
2011-08-01 16:24:23 -07:00
test_codec.py
download: refactor handling of URI Extension Block and crypttext hash tree, simplify things
2008-12-05 08:17:54 -07:00
test_crawler.py
Change relative imports to absolute
2010-02-26 01:14:33 -07:00
test_deepcheck.py
Refactor StorageFarmBroker handling of servers
2011-02-20 17:58:04 -08:00
test_dirnode.py
tests: bump up the timeout on test_dirnode.Dirnode from 240s to 480s since it apparently took longer than 240s just now on François's ARM buildslave
2010-11-15 01:21:19 -08:00
test_download.py
replace IServer.name() with get_name(), and get_longname()
2011-08-01 10:44:28 -07:00
test_encode.py
Rewrite immutable downloader ( #798 ). This patch adds and updates unit tests.
2010-08-04 00:27:10 -07:00
test_encodingutil.py
encodingutil: argv and output encodings are always the same on all platforms. Lose the unnecessary generality of them being different. fixes #1120
2011-06-29 11:53:56 -07:00
test_filenode.py
Rewrite immutable downloader ( #798 ). This patch adds and updates unit tests.
2010-08-04 00:27:10 -07:00
test_hashtree.py
hush pyflakes-0.4.0 warnings: remove trivial unused variables. For #900 .
2010-01-14 14:15:29 -08:00
test_helper.py
move convergence secret into SecretHolder, next to lease secret
2009-11-17 17:54:44 -08:00
test_hung_server.py
Refactor StorageFarmBroker handling of servers
2011-02-20 17:58:04 -08:00
test_immutable.py
test_immutable.Test: rewrite to use NoNetworkGrid, now takes 2.7s not 97s
2011-08-01 10:44:44 -07:00
test_import.py
Rename test_package_initialization.py to (much shorter) test_import.py .
2011-06-11 12:02:34 -07:00
test_introducer.py
Change relative imports to absolute
2010-02-26 01:14:33 -07:00
test_iputil.py
tests: bump up the timeout on this iputil test from 2s to 4s
2010-06-09 07:30:17 -07:00
test_keygen.py
switch to using RemoteException instead of 'wrapped' RemoteReferences. Should fix #653 , the rref-EQ problem
2009-05-21 17:46:32 -07:00
test_mutable.py
storage_client.py: clean up test_add_server/test_add_descriptor, remove .test_servers
2011-02-26 19:10:56 -07:00
test_netstring.py
directories: keep track of your position as you decode netstring after netstring from an input buffer instead of copying the trailing part
2009-07-04 19:51:09 -07:00
test_nevow.py
tests: use verlib to compare versions, and get the versions of Twisted and Nevow from get_package_versions() instead of pkg_resources. refs #1287
2011-01-21 17:42:56 -08:00
test_no_network.py
Simplify immutable download API: use just filenode.read(consumer, offset, size)
2009-12-01 17:53:30 -05:00
test_node.py
Change relative imports to absolute
2010-02-26 01:14:33 -07:00
test_observer.py
hush pyflakes-0.4.0 warnings: slightly less-trivial fixes. Closes #900 .
2010-01-14 14:17:19 -08:00
test_provisioning.py
test_provisioning: STAN is not always a list. Fix by David-Sarah Hopwood.
2010-01-14 17:46:32 -08:00
test_repairer.py
docs: convert NEWS to NEWS.rst and change all references to it.
2011-05-16 18:02:55 -07:00
test_runner.py
reject old-style (pre-Tahoe-LAFS-v1.3) configuration files
2011-08-01 16:24:23 -07:00
test_sftp.py
SFTP: write an error message to standard error for unrecognized shell commands. Change the existing message for shell sessions to be written to standard error, and refactor some duplicated code. Also change the lines of the error messages to end in CRLF, and take into account Kevan's review comments. fixes #1442 , #1446
2011-07-29 16:31:02 -07:00
test_stats.py
Change relative imports to absolute
2010-02-26 01:14:33 -07:00
test_storage.py
server.py: get_latencies now reports percentiles _only_ if there are sufficient observations for the interpretation of the percentile to be unambiguous.
2011-05-27 05:01:35 -07:00
test_system.py
tests: fix tests to accomodate [20110611153758-92b7f-0ba5e4726fb6318dac28fb762a6512a003f4c430]
2011-06-11 09:37:41 -07:00
test_upload.py
immutable/upload.py: reduce use of get_serverid()
2011-02-26 19:11:38 -07:00
test_uri.py
Add tests of caps from the future that have non-ASCII characters in them (encoded as UTF-8). The changes to test_uri.py, test_client.py, and test_dirnode.py add tests of non-ASCII future caps in addition to the current tests. The changes to test_web.py just replace the tests of all-ASCII future caps with tests of non-ASCII future caps. We also change uses of failUnlessEqual to failUnlessReallyEqual, in order to catch cases where the type of a string is not as expected.
2010-07-11 13:02:52 -07:00
test_util.py
fileutil: copy in the get_disk_stats() and get_available_space() functions from storage/server.py
2010-09-10 08:35:20 -08:00
test_version.py
allmydata/__init__.py: Nicer reporting of unparseable version numbers in dependencies. fixes #1388
2011-04-01 13:27:50 -07:00
test_web.py
fix typo introduced during rebasing of 'remove get_serverid from
2011-08-01 13:03:41 -07:00
trial_coverage.py
code coverage: replace figleaf with coverage.py, should work on py2.6 now.
2010-02-03 08:54:21 -08:00
trialtest.py
docs/frontends/CLI.rst, src/allmydata/test/trialtest.py: add trailing newlines. refs #1296
2011-01-19 00:19:55 -08:00