Re: [ZODB-Dev] I released 3.10.0b2 this morning

2010-07-14 Thread Jim Fulton
On Wed, Jul 14, 2010 at 1:33 AM, Christian Theune wrote: > Morning, > > On 07/13/2010 09:11 PM, Jim Fulton wrote: >> I need to get back to finishing 3.10. :) > > Heh. Are any particular bugs you'd like to get solved? Today is a bug > day and I might look at one or two. Not really. I plan to just

[ZODB-Dev] 3.10.0b2 seems to break FunctionalTestSetup?

2010-07-14 Thread Guilherme Salgado
Hi there, I've just tried running the tests on a freshly built zope.app.apidoc tree and got the following error, while all tests pass fine when using 3.9.5. Error in test testMenu (zope.app.apidoc.zcmlmodule.tests.ZCMLModuleTests) Traceback (most recent call last):

Re: [ZODB-Dev] 3.10.0b2 seems to break FunctionalTestSetup?

2010-07-14 Thread Jim Fulton
On Wed, Jul 14, 2010 at 10:04 AM, Guilherme Salgado wrote: > Hi there, > > I've just tried running the tests on a freshly built zope.app.apidoc > tree and got the following error, while all tests pass fine when using > 3.9.5. > >        Error in test testMenu >        (zope.app.apidoc.zcmlmodule.t

Re: [ZODB-Dev] I released 3.10.0b2 this morning

2010-07-14 Thread Hanno Schlichting
On Wed, Jul 14, 2010 at 2:47 PM, Jim Fulton wrote: > It got a lot larger recently when someone moved a bunch of > reports from the Zope 2 lists.  A lot of these bugs are obsolete. That one was me. I tried hard to only move those bugs, which were indeed pure ZODB problems. A lot of them looked lik

Re: [ZODB-Dev] 3.10.0b2 seems to break FunctionalTestSetup?

2010-07-14 Thread Guilherme Salgado
On Wed, 2010-07-14 at 10:12 -0400, Jim Fulton wrote: > On Wed, Jul 14, 2010 at 10:04 AM, Guilherme Salgado > wrote: > > Hi there, > > > > I've just tried running the tests on a freshly built zope.app.apidoc > > tree and got the following error, while all tests pass fine when using > > 3.9.5. > > >

Re: [ZODB-Dev] I released 3.10.0b2 this morning

2010-07-14 Thread Jim Fulton
On Wed, Jul 14, 2010 at 10:29 AM, Hanno Schlichting wrote: > On Wed, Jul 14, 2010 at 2:47 PM, Jim Fulton wrote: >> It got a lot larger recently when someone moved a bunch of >> reports from the Zope 2 lists.  A lot of these bugs are obsolete. > > That one was me. I tried hard to only move those b

[ZODB-Dev] Closing databases with open connections with uncommitted changes

2010-07-14 Thread Jim Fulton
Currently, an exception is raised if a connection with uncommitted changes is closed. There is no error if the connection's database is closed, or if the program simply exits. I think it's reasonable to treat a program exit as an implicit abort. I'm not so sure about closing a database. If a tr