[Zope3-checkins] SVN: Zope3/trunk/src/ Move to ZODB 3.6.0a4 (it's been a month since Zope3 got

Tim Peters tim.one at comcast.net
Fri Oct 7 12:22:06 EDT 2005


Log message for revision 38898:
  Move to ZODB 3.6.0a4 (it's been a month since Zope3 got
  the latest ZODB, and bugfixes have been accumulating).
  
  I see two test glitches, but those were present before
  the ZODB stitch:
  
  On Linux and Windows, at the end of the functional tests:
  
  """
  The following test left garbage:
  C:\Code\Zope3\src\zwiki\browser\browser.txt
  [<socket._fileobject object at 0x08F8C110>]
  """
  
  On Windows using Python 2.4.2, in the unit tests:
  
  """
  File "C:\Code\Zope3\src\zope\testing\profiling.txt", line 35, in profiling.txt
  Failed example:
      testrunner.run(defaults)
  Exception raised:
      Traceback (most recent call last):
        File "C:\Code\Zope3\src\zope\testing\doctest.py", line 1256, in __run
          compileflags, 1) in test.globs
        File "<doctest profiling.txt[8]>", line 1, in ?
          testrunner.run(defaults)
        File "C:\Code\Zope3\src\zope\testing\testrunner.py", line 186, in run
          os.unlink(file_name)
      OSError: [Errno 13] Permission denied: 'tests_profile.jwerjh.prof'
  """
  
  That's due to Windows-specific bugs in the zope.testing snapshot Zope3
  is using (which have since been fixed on the zope.testing trunk).
  

Changed:
  _U  Zope3/trunk/src/

-=-

Property changes on: Zope3/trunk/src
___________________________________________________________________
Name: svn:externals
   - ZConfig        svn://svn.zope.org/repos/main/ZConfig/tags/ZConfig-2.3.1
zdaemon        svn://svn.zope.org/repos/main/zdaemon/tags/zdaemon-1.1
BTrees         svn://svn.zope.org/repos/main/ZODB/tags/3.6.0a3/src/BTrees
persistent     svn://svn.zope.org/repos/main/ZODB/tags/3.6.0a3/src/persistent
ThreadedAsync  svn://svn.zope.org/repos/main/ZODB/tags/3.6.0a3/src/ThreadedAsync
transaction    svn://svn.zope.org/repos/main/ZODB/tags/3.6.0a3/src/transaction
ZEO            svn://svn.zope.org/repos/main/ZODB/tags/3.6.0a3/src/ZEO
ZODB           svn://svn.zope.org/repos/main/ZODB/tags/3.6.0a3/src/ZODB

   + ZConfig        svn://svn.zope.org/repos/main/ZConfig/tags/ZConfig-2.3.1
zdaemon        svn://svn.zope.org/repos/main/zdaemon/tags/zdaemon-1.1
BTrees         svn://svn.zope.org/repos/main/ZODB/tags/3.6.0a4/src/BTrees
persistent     svn://svn.zope.org/repos/main/ZODB/tags/3.6.0a4/src/persistent
ThreadedAsync  svn://svn.zope.org/repos/main/ZODB/tags/3.6.0a4/src/ThreadedAsync
transaction    svn://svn.zope.org/repos/main/ZODB/tags/3.6.0a4/src/transaction
ZEO            svn://svn.zope.org/repos/main/ZODB/tags/3.6.0a4/src/ZEO
ZODB           svn://svn.zope.org/repos/main/ZODB/tags/3.6.0a4/src/ZODB




More information about the Zope3-Checkins mailing list