[Zope-tests] FAIL (failures:1) -- Z2 Tests/Linux -- HEAD/Py232

zope-tests at plope.com zope-tests at plope.com
Fri Apr 16 05:41:28 EDT 2004


======================================================================
Python Version:2.3.3 (#1, Feb 25 2004, 14:09:57) 
[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 (0x41f1e344) with 1 children
    0 OOBucket (0x41f71344) with 5 keys
        key 0: 2 value 2
        key 1: 3 value 3
        key 2: 8 value 2
        key 3: 9 value 3
        key 4: 14 value 2
/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py:257: DeprecationWarning: getTransaction() is deprecated. Use the txn_mgr argument to DB.open() instead.
  DeprecationWarning)
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.3/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.3/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 782, in setstate
    self._setstate(obj)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 833, in _setstate
    self._load_before_or_conflict(obj)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/Connection.py", line 842, 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 865, in _setstate_noncurrent
    assert self._txn_time <= end, (u64(self._txn_time), u64(end))
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/ZODB/utils.py", line 36, in u64
    return unpack(">Q", v)[0]
TypeError: unpack() argument 2 must be string or read-only buffer, not None



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.3/lib/python2.3/unittest.py", line 270, in fail
    raise self.failureException, msg
AssertionError: thread 1 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.3/lib/python2.3/unittest.py", line 270, in fail
    raise self.failureException, msg
AssertionError: thread 1 didn't add any keys

----------------------------------------------------------------------
Ran 2730 tests in 548.502s

FAILED (failures=1)




More information about the Zope-tests mailing list