- 29 Oct, 2008 8 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
Moved size-limiting-cache feature to future release, since it
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
addresses some of the windows errors. (I think the remaining failures here and in dbopen.txt have to do with the way time is used in management of available connections.)
-
Jim Fulton authored
closed.
-
Jim Fulton authored
-
- 28 Oct, 2008 2 commits
-
-
Jim Fulton authored
tests have a clean transaction state and to avoid leaving files behind.
-
Jim Fulton authored
to abort the current global transaction before and after each test and to create a temporary test directory to run each test.
-
- 27 Oct, 2008 6 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
relative path, the blob machinery used relative paths, which could lead to breakage if an application changed directories.
-
Jim Fulton authored
blobs work for large databases on systems that don't allow many subdirectories.
-
Jim Fulton authored
-
Jim Fulton authored
-
Benji York authored
-
- 26 Oct, 2008 21 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
rather than a file storage. This makes interactive exploration easier. This is tested indirectly by the ConflictResolution.txt test. I expect more tests to take advantage of this convenience. It would be nice to have an explicit test. Get WeakSet from the transaction package.
-
Jim Fulton authored
-
Jim Fulton authored
and more instructive implementation.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
that were removed from ZODB.tests.util.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
as easily use FileStorage. Removed commit. It should be gotten from transaction. Removed some test set-up and tear-down facilities that can now be found in zope.testing.setupstack.
-
Jim Fulton authored
by mapping storage. Removed an invalid test. Multible arguments should be passed to tpc_begin only for recoverable storages.
-
Jim Fulton authored
-
Jim Fulton authored
Added a working newTid that replaces the non-working newTimeStamp. Removed WeakSet, which is moved to the transaction package.
-
Jim Fulton authored
and a changes storage.
-
Jim Fulton authored
Use setupstack, rather than the older and duplicative facilities that were removed from ZODB.tests.util.
-
Jim Fulton authored
don't support recovery and, thus, don't expect tid and status to be passed.
-
Jim Fulton authored
-
- 21 Oct, 2008 3 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
interfaces provided by the served storage on the storage server. The old way this was done was to copy all of the interface declarations from the served storage. This has 2 problems: 1. Not all interfaces copied were actually provided by the client storage. Just because a remote storage provides an interface, doesn't mean the client storage can, especially if the method (or attribute) isn't supported by the ZEO protocol. 2. Older clients could get import errors while trying to import copies interfaces. Now, we only declare from a known set of interfaces defined on the client.
-