[Zope-tests] FAIL (failures:1) -- Z2 Tests/Linux -- HEAD/Py23maint
(nightly build)
zope-tests at plope.com
zope-tests at plope.com
Tue May 4 05:44:24 EDT 2004
======================================================================
Python Version:2.3.3 (#1, May 4 2004, 01:29:23)
[GCC 3.2 20020903 (Red Hat Linux 8.0 3.2-7)]
Modules included:
Zope (HEAD)
Running unit tests from /home/chrism/opt/tests/sandbox/Zope
OOBTree (0x41f686ec) with 1 children
0 OOBucket (0x41f7fa4c) with 2 keys
key 0: 1 value 1
key 1: 2 value 2
Script (Python):filepath:1: DeprecationWarning: integer argument expected, got float
Exception in thread Thread-15:
Traceback (most recent call last):
File "/home/chrism/opt/Python-2.3-maint/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/TestThread.py", line 36, in run
self._testcase.fail("Exception in thread %s:\n%s\n" %
File "/home/chrism/opt/Python-2.3-maint/lib/python2.3/unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: Exception in thread <VersionStressThread(Thread-15, started daemon)>:
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/TestThread.py", line 32, in run
self.testrun()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/InvalidationTests.py", line 277, in testrun
self._testrun()
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/InvalidationTests.py", line 290, in _testrun
if self.oneupdate(version, key, commit):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/InvalidationTests.py", line 311, in oneupdate
tree[key] = self.threadnum
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 795, in setstate
self._setstate(obj)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 846, in _setstate
self._load_before_or_conflict(obj)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 855, in _load_before_or_conflict
if not (self._mvcc and self._setstate_noncurrent(obj)):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 878, in _setstate_noncurrent
assert end is not None
AssertionError
Failure in test checkConcurrentUpdatesInVersions (ZEO.tests.testConnection.FileStorageConnectionTests)
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/InvalidationTests.py", line 568, in checkConcurrentUpdatesInVersions
self._check_threads(tree, t1, t2, t3)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/InvalidationTests.py", line 401, in _check_threads
self.fail('\n'.join(errormsgs))
File "/home/chrism/opt/Python-2.3-maint/lib/python2.3/unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: thread 3 didn't add any keys
======================================================================
FAIL: checkConcurrentUpdatesInVersions (ZEO.tests.testConnection.FileStorageConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/InvalidationTests.py", line 568, in checkConcurrentUpdatesInVersions
self._check_threads(tree, t1, t2, t3)
File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZEO/tests/InvalidationTests.py", line 401, in _check_threads
self.fail('\n'.join(errormsgs))
File "/home/chrism/opt/Python-2.3-maint/lib/python2.3/unittest.py", line 270, in fail
raise self.failureException, msg
AssertionError: thread 3 didn't add any keys
----------------------------------------------------------------------
Ran 2739 tests in 518.401s
FAILED (failures=1)
More information about the Zope-tests
mailing list