[ZODB-Dev] ZODB 3.9.0b1 released

Andreas Jung lists at zopyx.com
Mon May 4 15:09:49 EDT 2009


On 04.05.09 21:03, Jim Fulton wrote:
> I've just released the first beta of ZODB 3.9.
>
> http://pypi.python.org/pypi/ZODB3/3.9.0b1
>
> 3.9 features are now frozen.  I'd prefer to keep new features off of  
> the trunk for a while to reduce the amount of merging work I have to  
> do. :)
>
> Please try this out and report bugs found.

Getting this under Zope 2.12.0/trunk + Python 2.6:

Error in test testWrite
(Products.ZODBMountPoint.tests.testMountPoint.MountingTests)
Traceback (most recent call last):
  File "/opt/python-2.6.1/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File
"/Users/ajung/sandboxes/Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py",
line 99, in setUp
    db = conf.getDatabase('/')
  File
"/Users/ajung/sandboxes/Zope/trunk/src/Zope2/Startup/datatypes.py", line
287, in getDatabase
    db = factory.open(name, self.databases)
  File
"/Users/ajung/sandboxes/Zope/trunk/src/Zope2/Startup/datatypes.py", line
185, in open
    DB = self.createDB(database_name, databases)
  File
"/Users/ajung/sandboxes/Zope/trunk/src/Zope2/Startup/datatypes.py", line
182, in createDB
    return ZODBDatabase.open(self, databases)
  File
"/Users/ajung/.buildout/eggs/ZODB3-3.9.0b1-py2.6-macosx-10.3-i386.egg/ZODB/config.py",
line 112, in open
    _option('allow_implicit_cross_references', 'xrefs')
  File
"/Users/ajung/.buildout/eggs/ZODB3-3.9.0b1-py2.6-macosx-10.3-i386.egg/ZODB/config.py",
line 105, in _option
    v = getattr(section, name)
AttributeError: TestDBConfig instance has no attribute
'allow_implicit_cross_references'

Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lists.vcf
Type: text/x-vcard
Size: 316 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zodb-dev/attachments/20090504/d8d57300/attachment.vcf 


More information about the ZODB-Dev mailing list