- 03 Sep, 2010 1 commit
-
-
Jim Fulton authored
checkCurrentSerialInTransaction. Add logic to allow new clients to be used with older servers.
-
- 02 Sep, 2010 20 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
versions of Python. We don't want spurious leaks when checking for ZODB leaks.
-
Jim Fulton authored
The stdlib doctest.DocTestSuite is broken in such a way that you can't repeat tests. Provide an environment variable to use the doctest from zope.testing.
-
Jim Fulton authored
The stdlib doctest.DocTestSuite is broken in such a way that you can't repeat tests. Provide an environment variable to use the doctest from zope.testing.
-
Jim Fulton authored
repeat tests. Provide an environment variable to use the doctest from zope.testing.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
(This is indirectly tested by the BTree tests.)
-
Jim Fulton authored
repeat tests. Provide an environment variable to use the doctest from zope.testing.
-
Jim Fulton authored
classes created on the fly are used with them. Unfortunately, UserList and thus PersistentList have ABCs. :( So changed an in-test-created class to a glbal to avoid a testing memory leak so as not to hide real memory leaks.
-
Jim Fulton authored
repeat tests. Provide an environment variable to use the doctest from zope.testing.
-
Jim Fulton authored
-
Jim Fulton authored
Also did some storage server implementation cleanup, removing some dups and folding a small module into StorageServer.py.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
to decide how to write other data. Removed untested unsupported dbmstorage fossil.
-
Jim Fulton authored
-
Jim Fulton authored
to decide how to write other data.
-
- 30 Aug, 2010 1 commit
-
-
Jim Fulton authored
---------- - Shutting down a process while committing a transaction could cause ZEO client caches to have invalid data. This, in turn caused stale data to remain in the cache until it was updated.
-
- 11 Aug, 2010 1 commit
-
-
Jim Fulton authored
merges.
-
- 19 Jul, 2010 2 commits
-
-
Jim Fulton authored
differences.
-
Jim Fulton authored
-
- 15 Jul, 2010 5 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
When an integer too large to fit in a 32-bit integer was provided as a 32-bit-integer BTree key or value on 64-bit machines, an OverflowError was raised. Now a TypeError is raised.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
- 13 Jul, 2010 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
non-standart ;) time zones. Cleanup trailing whitespace in verbose stats output.
-
- 12 Jul, 2010 8 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
between logs and ints.
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
-
Jim Fulton authored
entry, the cache could be left in a stage when there is data marked current that should be invalidated, leading to persistent conflict errors. - Invalidations of object records in ZEO caches, where the invalidation transaction ids matched the cached transaction ids should have been ignored. - Corrupted or invalid cache files prevented ZEO clients from starting. Now, bad cache files are moved aside.
-