An error occurred fetching the project authors.
- 13 Oct, 2009 1 commit
-
-
Jim Fulton authored
------------------------------------------------------------------------ r105024 | jim | 2009-10-12 09:01:47 -0400 (Mon, 12 Oct 2009) | 2 lines Changed paths: M /ZODB/trunk/src/CHANGES.txt Let's hope we get this out today. ------------------------------------------------------------------------ r105023 | jim | 2009-10-12 09:01:20 -0400 (Mon, 12 Oct 2009) | 1 line Changed paths: M /ZODB/trunk/src/CHANGES.txt *** empty log message *** ------------------------------------------------------------------------ r105015 | jim | 2009-10-11 13:42:41 -0400 (Sun, 11 Oct 2009) | 3 lines Changed paths: M /ZODB/trunk/src/ZEO/ServerStub.py Time out waiting for protocol handshake. Otherwise, we sometmes see hangs under extreme conditions. ------------------------------------------------------------------------ r104977 | jim | 2009-10-09 15:41:15 -0400 (Fri, 09 Oct 2009) | 3 lines Changed paths: M /ZODB/trunk/src/CHANGES.txt M /ZODB/trunk/src/ZODB/FileStorage/FileStorage.py - File-storage pack clean-up tasks that can take a long time unnecessarily blocked other activity. ------------------------------------------------------------------------ r104954 | jim | 2009-10-08 17:09:19 -0400 (Thu, 08 Oct 2009) | 2 lines Changed paths: M /ZODB/trunk/src/ZODB/tests/testFileStorage.py Cleaned up trailing whitespace and long lines. ------------------------------------------------------------------------ r104953 | jim | 2009-10-08 17:04:31 -0400 (Thu, 08 Oct 2009) | 2 lines Changed paths: M /ZODB/trunk/src/ZODB/tests/PackableStorage.py Defining a multable attr in a class is insane. ------------------------------------------------------------------------ r104951 | jim | 2009-10-08 16:19:18 -0400 (Thu, 08 Oct 2009) | 2 lines Changed paths: M /ZODB/trunk/src/ZODB/tests/PackableStorage.py Removed trailing whitespace. ------------------------------------------------------------------------ r104950 | jim | 2009-10-08 14:30:11 -0400 (Thu, 08 Oct 2009) | 2 lines Changed paths: M /ZODB/trunk/src/ZEO/zrpc/connection.py Fixed atexit handler to deal with the possibility that the ex ------------------------------------------------------------------------ r104949 | jim | 2009-10-08 13:50:10 -0400 (Thu, 08 Oct 2009) | 6 lines Changed paths: M /ZODB/trunk/src/CHANGES.txt M /ZODB/trunk/src/ZEO/tests/testZEO.py M /ZODB/trunk/src/ZEO/zrpc/client.py M /ZODB/trunk/src/ZEO/zrpc/connection.py Bug Fixed: ZEO manages a separate thread for client network IO. It created this thread on import, which caused problems for applications that implemented daemon behavior by forking. Now, the client thread isn't created until needed.
-
- 26 Aug, 2009 1 commit
-
-
Jim Fulton authored
-
- 22 Aug, 2009 1 commit
-
-
Jim Fulton authored
(https://bugs.launchpad.net/zodb/+bug/400775) Also, stop producing legacy PersistentMapping state, while still accepting it.
-
- 20 Aug, 2009 1 commit
-
-
Jim Fulton authored
Simplified the file-storage configuration a bit. Eliminated duplication of defaults between the Python and ZConfig interfaces.
-
- 02 Jul, 2009 1 commit
-
-
Jim Fulton authored
---------- - ZEO client threads were unnamed, making it hard to debug thread management.
-
- 11 May, 2009 1 commit
-
-
Jim Fulton authored
-
- 30 Apr, 2009 1 commit
-
-
Jim Fulton authored
-
- 24 Apr, 2009 1 commit
-
-
Jim Fulton authored
convenient way to open a connection to a database. They open a database and return a connection to it. When the connection is closed, the database is closed as well.
-
- 02 Jan, 2009 2 commits
-
-
Jim Fulton authored
-
Jim Fulton authored
quick verification of ZEO clients less than a given age even if the number of transactions the client hasn't seen exceeds the invalidation queue size. This is only recommended if the storage being served supports effecient iteration from a point near the end of the transaction history. Also refactored ZEO/tests/zeoserver and ZEO/runzeo to have the test server use, and this exercisem, the option-handling code from runzeo.
-
- 19 Dec, 2008 2 commits
-
-
Jim Fulton authored
merge a couple of years ago. Fortunately, they still pass, so no new release is indicated. I didn't restore and removed one silly test class, OneTimeTests, related to obsolete packing issues. I didn't restore and removed another silly test class, DemoStorageWrappedAroundClientStorage, because it is an error to wrap a demo storage around a client storage. A DemoStorage should only wrap a storage who's data never changes. Removed test levels. Test levels are an invitation to inadvertently not run tests.
-
Jim Fulton authored
-
- 18 Dec, 2008 1 commit
-
-
Jim Fulton authored
-
- 09 Dec, 2008 1 commit
-
-
Jim Fulton authored
-
- 05 Dec, 2008 1 commit
-
-
Jim Fulton authored
-
- 04 Dec, 2008 1 commit
-
-
Jim Fulton authored
non-shared blob directories, you can set a target cache size and the cache will periodically be reduced to the target size. To enable blob cache management, a new IBlobStorage method, openCommittedBlobFile has been added.
-
- 25 Nov, 2008 1 commit
-
-
Jim Fulton authored
return values. This in turn simplified the client and server software. Added code to select different client and server stubs and input handlers depening on whether the Z309 or earlier protocols are used. ZODB 3.8 clients can now talk to ZODB 3.9 servers and the other way around.
-
- 20 Nov, 2008 1 commit
-
-
Jim Fulton authored
server whose last transaction is older than the last one the client saw.
-
- 19 Nov, 2008 2 commits
-
-
Jim Fulton authored
(Thanks to Patrick Strawderman for pointing these out and providing initial fixes.)
-
Jim Fulton authored
cache or the client storage in a valid state. Also, changed the drop-cache feature to: - Log a critical message and to - Publish an event. Some applications might want to captre the event and exit the process or take some drastic action when the cahe needs to be dropped.
-
- 16 Nov, 2008 2 commits
-
-
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
-
- 15 Nov, 2008 1 commit
-
-
Jim Fulton authored
requires passing a test object. With this, it appears that I can run tests in parallel without getting extra spurious errors.
-
- 14 Nov, 2008 1 commit
-
-
Jim Fulton authored
ability to run layers in parallel. This reduces test run time my more than 75% for me.
-
- 01 Nov, 2008 1 commit
-
-
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.
-
- 29 Oct, 2008 1 commit
-
-
Jim Fulton authored
-
- 28 Oct, 2008 1 commit
-
-
Jim Fulton authored
tests have a clean transaction state and to avoid leaving files behind.
-
- 27 Oct, 2008 1 commit
-
-
Jim Fulton authored
blobs work for large databases on systems that don't allow many subdirectories.
-
- 26 Oct, 2008 1 commit
-
-
Jim Fulton authored
Use setupstack, rather than the older and duplicative facilities that were removed from ZODB.tests.util.
-
- 18 Oct, 2008 1 commit
-
-
Jim Fulton authored
Also removed the version argument from the FileStorage history method.
-
- 17 Oct, 2008 1 commit
-
-
Jim Fulton authored
windows. The test author asures me that leaving the handle open wasn't intentional.
-
- 23 Sep, 2008 1 commit
-
-
Jim Fulton authored
correctly, leaving the client storage in an inconsistent state.
-
- 10 Sep, 2008 1 commit
-
-
Jim Fulton authored
than verifying it.
-
- 30 Aug, 2008 1 commit
-
-
Christian Theune authored
-
- 29 Aug, 2008 1 commit
-
-
Jim Fulton authored
of intermittent test failures. In ConnectionTests, a random port was selected without checking if it was in use. testZEO.get_port (moved to forker) picked a random port, checking if it was in use, but clients actually used that port *and* the following one. Now check that the returned and subsequent ports are free. (Of course, they could get used betweed the time they're selected and the time they are used by the test. Oh well.
-
- 21 Jun, 2008 1 commit
-
-
Christian Theune authored
-
- 20 Jun, 2008 1 commit
-
-
Christian Theune authored
compatibility for the old `lawn` layout.
-
- 07 Mar, 2008 1 commit
-
-
Christian Theune authored
-
- 31 Jan, 2008 1 commit
-
-
Christian Theune authored
-
- 29 Jan, 2008 1 commit
-
-
Thomas Lotze authored
-