- 18 Nov, 2008 1 commit
-
-
Jim Fulton authored
-
- 16 Nov, 2008 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
cleaned up on disconnect. Also avoid unnecessary iterator_gc calls to the server when there are no iterators to be cleaned up.
-
Jim Fulton authored
doctests and for wating for a client to disconnect or connect.
-
Jim Fulton authored
when there is just one storage.
-
Jim Fulton authored
-
- 15 Nov, 2008 5 commits
-
-
Jim Fulton authored
running layers in separate parallel processes.
-
Jim Fulton authored
runner doesn't call layer teardown when a layer is run as a subprocess. This seems insane, ...
-
Jim Fulton authored
-
Jim Fulton authored
requires passing a test object. With this, it appears that I can run tests in parallel without getting extra spurious errors.
-
Jim Fulton authored
Maybe this will reduce the chance if spurious test failures due to addresses already in use. Unfortunately, there's still a race that may make running tests in parallel impractical until it's addressed.
-
- 14 Nov, 2008 4 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
ability to run layers in parallel. This reduces test run time my more than 75% for me.
-
Jim Fulton authored
leaving a thread behind.
-
Jim Fulton authored
-
- 13 Nov, 2008 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
an allocated block so that the first free block is right after the last allocated block so that, on restart, we always continue writing after the last written block.
-
Jim Fulton authored
size of an existing cache file.)
-
Jim Fulton authored
-
- 12 Nov, 2008 1 commit
-
-
Jim Fulton authored
-
- 11 Nov, 2008 3 commits
-
-
Jim Fulton authored
This means that cache files created by ZODB 3.8 can be read.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 06 Nov, 2008 4 commits
-
-
Jim Fulton authored
using ZEO Client Storages. Just call ZEO.DB with the same arguments you would otherwise pass to ZEO.ClientStorage.ClientStorage:: import ZEO db = ZEO.DB(('some_host', 8200))
-
Jim Fulton authored
to avoid unnecessary calls to the persistent_id hook for objects that we know can't be persistent.
-
Jim Fulton authored
-
Jim Fulton authored
-
- 05 Nov, 2008 1 commit
-
-
Jim Fulton authored
-
- 04 Nov, 2008 2 commits
-
-
Jim Fulton authored
new_oids to avoid a race.
-
Benji York authored
twice (with test) - remove irrelevent and unused test_suite definition from testDemoStorage.py
-
- 02 Nov, 2008 1 commit
-
-
Jim Fulton authored
datetime modules. :(
-
- 01 Nov, 2008 7 commits
-
-
Chris McDonough authored
-
Jim Fulton authored
keyword option can be passed to the pack method. A false value prevents garbage collection. - The FileStorage constructor now provides a boolean pack_gc option, which defaults to True, to control whether garbage collection is performed when packing by default. This can be overridden with the gc option to the pack method. The ZConfig configuration for FileStorage now includes a pack-gc option, corresponding to the pack_gc constructor argument. - The FileStorage constructor now has a packer keyword argument that allows an alternative packer to be supplied. The ZConfig configuration for FileStorage now includes a packer option, corresponding to the packer constructor argument.
-
Jim Fulton authored
-
Jim Fulton authored
Added a new test class for testing packing without gc. Moved some useful tests to PackableStorage so they are run by storages without undo.
-
Jim Fulton authored
-
Jim Fulton authored
-
Chris McDonough authored
-
- 31 Oct, 2008 1 commit
-
-
Jim Fulton authored
-