On Mon, 2009-05-04 at 15:03 -0400, 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.

Hardware: HP Pavillion AMD Turion64 
OS: Ubuntu Jaunty  w/ all latest updates

Test Failures:

/home/tim/ZODB3 is a virtualenv --no-site-packages

========================================================================
./usr/lib/python2.5/unittest.py:320: UnicodeWarning: Unicode equal
comparison failed to convert both arguments to Unicode - interpreting
them as being unequal
  callableObj(*args, **kwargs)
.................

Failure in
test /home/tim/ZODB3/ZODB3-3.9.0b1/src/ZEO/scripts/zeopack.test
Failed doctest test for zeopack.test
  File "/home/tim/ZODB3/ZODB3-3.9.0b1/src/ZEO/scripts/zeopack.test",
line 0

----------------------------------------------------------------------
File "/home/tim/ZODB3/ZODB3-3.9.0b1/src/ZEO/scripts/zeopack.test", line
88, in zeopack.test
Failed example:
    main(["host1:8100", "host1:8100:2"])
Expected:
    ClientStorage(('host1', 8100), read_only=1, storage='1', wait=False)
    is_connected True
    pack(644117.0, wait=True)
    close()
    ClientStorage(('host1', 8100), read_only=1, storage='2', wait=False)
    is_connected True
    pack(644117.0, wait=True)
    close()
Got:
    ClientStorage(('host1', 8100), read_only=1, storage='1', wait=False)
    is_connected True
    pack(647717.0, wait=True)
    close()
    ClientStorage(('host1', 8100), read_only=1, storage='2', wait=False)
    is_connected True
    pack(647717.0, wait=True)
    close()
----------------------------------------------------------------------
File "/home/tim/ZODB3/ZODB3-3.9.0b1/src/ZEO/scripts/zeopack.test", line
100, in zeopack.test
Failed example:
    main(["-ufoo", "-ubar:spam", "host1:8100", "host1:8100:2"])
Expected:
    ClientStorage(('host1', 8100), read_only=1, storage='1', wait=False)
    is_connected True
    pack(644117.0, wait=True)
    close()
    ClientStorage(('host1', 8100), read_only=1, storage='2', wait=False)
    is_connected True
    pack(644117.0, wait=True)
    close()
    ClientStorage('foo', read_only=1, storage='1', wait=False)
    is_connected True
    pack(644117.0, wait=True)
    close()
    ClientStorage('bar', read_only=1, storage='spam', wait=False)
    is_connected True
    pack(644117.0, wait=True)
    close()
Got:
    ClientStorage(('host1', 8100), read_only=1, storage='1', wait=False)
    is_connected True
    pack(647717.0, wait=True)
    close()
    ClientStorage(('host1', 8100), read_only=1, storage='2', wait=False)
    is_connected True
    pack(647717.0, wait=True)
    close()
    ClientStorage('foo', read_only=1, storage='1', wait=False)
    is_connected True
    pack(647717.0, wait=True)
    close()
    ClientStorage('bar', read_only=1, storage='spam', wait=False)
    is_connected True
    pack(647717.0, wait=True)
    close()
----------------------------------------------------------------------
File "/home/tim/ZODB3/ZODB3-3.9.0b1/src/ZEO/scripts/zeopack.test", line
121, in zeopack.test
Failed example:
    main(["-ufoo", "-ubar:spam", "-d3", "host1:8100", "host1:8100:2"])
Expected:
    ClientStorage(('host1', 8100), read_only=1, storage='1', wait=False)
    is_connected True
    pack(384917.0, wait=True)
    close()
    ClientStorage(('host1', 8100), read_only=1, storage='2', wait=False)
    is_connected True
    pack(384917.0, wait=True)
    close()
    ClientStorage('foo', read_only=1, storage='1', wait=False)
    is_connected True
    pack(384917.0, wait=True)
    close()
    ClientStorage('bar', read_only=1, storage='spam', wait=False)
    is_connected True
    pack(384917.0, wait=True)
    close()
Got:
    ClientStorage(('host1', 8100), read_only=1, storage='1', wait=False)
    is_connected True
    pack(388517.0, wait=True)
    close()
    ClientStorage(('host1', 8100), read_only=1, storage='2', wait=False)
    is_connected True
    pack(388517.0, wait=True)
    close()
    ClientStorage('foo', read_only=1, storage='1', wait=False)
    is_connected True
    pack(388517.0, wait=True)
    close()
    ClientStorage('bar', read_only=1, storage='spam', wait=False)
    is_connected True
    pack(388517.0, wait=True)
    close()
----------------------------------------------------------------------
File "/home/tim/ZODB3/ZODB3-3.9.0b1/src/ZEO/scripts/zeopack.test", line
209, in zeopack.test
Failed example:
    main(["-d3", "-h", "host1", "-p", "8100", "-S", "2"])
Expected:
    ClientStorage(('host1', 8100), read_only=1, storage='2', wait=False)
    is_connected True
    pack(384917.0, wait=True)
    close()
Got:
    ClientStorage(('host1', 8100), read_only=1, storage='2', wait=False)
    is_connected True
    pack(388517.0, wait=True)
    close()
----------------------------------------------------------------------
File "/home/tim/ZODB3/ZODB3-3.9.0b1/src/ZEO/scripts/zeopack.test", line
215, in zeopack.test
Failed example:
    main(["-d3", "-U", "foo/bar", "-S", "2"])
Expected:
    ClientStorage('foo/bar', read_only=1, storage='2', wait=False)
    is_connected True
    pack(384917.0, wait=True)
    close()
Got:
    ClientStorage('foo/bar', read_only=1, storage='2', wait=False)
    is_connected True
    pack(388517.0, wait=True)
    close()


========================================================================
Failure in test check7ZODBThreads
(ZODB.tests.testMVCCMappingStorage.MVCCMappingStorageTests)
Traceback (most recent call last):
  File "/usr/lib/python2.5/unittest.py", line 260, in run
    testMethod()
  File "/home/tim/ZODB3/ZODB3-3.9.0b1/src/ZODB/tests/MTStorage.py", line
231, in check7ZODBThreads
    self._checkNThreads(7, ZODBClientThread, db, self)
  File "/home/tim/ZODB3/ZODB3-3.9.0b1/src/ZODB/tests/MTStorage.py", line
220, in _checkNThreads
    t.join(60)
  File "/home/tim/ZODB3/ZODB3-3.9.0b1/src/ZODB/tests/MTStorage.py", line
39, in run
    self.runtest()
  File "/home/tim/ZODB3/ZODB3-3.9.0b1/src/ZODB/tests/MTStorage.py", line
66, in runtest
    self.test.fail()
  File "/usr/lib/python2.5/unittest.py", line 301, in fail
    raise self.failureException, msg
AssertionError

.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
  Ran 2841 tests with 2 failures and 0 errors in 2 minutes 4.853
seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.

Tests with failures:
   /home/tim/ZODB3/ZODB3-3.9.0b1/src/ZEO/scripts/zeopack.test
   check7ZODBThreads
(ZODB.tests.testMVCCMappingStorage.MVCCMappingStorageTests)
Total: 3691 tests, 2 failures, 0 errors in 17 minutes 13.990 seconds.
(ZODB3)t...@oship:~/ZODB3/ZODB3-3.9.0b1$ python
Python 2.5.2 (r252:60911, Oct  5 2008, 19:29:17) 
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 

Cheers,
Tim





-- 
Timothy Cook, MSc
Health Informatics Research & Development Services
LinkedIn Profile:http://www.linkedin.com/in/timothywaynecook 
Skype ID == timothy.cook 
**************************************************************
*You may get my Public GPG key from  popular keyservers or   *
*from this link http://timothywayne.cook.googlepages.com/home*
**************************************************************

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to