[ZODB-Dev] ZODB3 3.3 a2 unittests on freebsd

Christoph Devenoges zodb at devenoges.com
Wed Jan 7 15:44:25 EST 2004


hi

im not shure if this is the correct address for unittest falures,
there dident seem to be any listed in the SF bugtracker so im sending
it here in the hope that it is usefull for someone.

running python2.3 test.py on freebsd 5.1 gives:

Failure in test testRunIgnoresParentSignals
(zdaemon.tests.testzdrun.ZDaemonTests)
Traceback (most recent call last):
  File
"/mnt/ibm60/shardBackup/tmp/python/ZODB3-3.3a2/build/lib.freebsd-5.1-RELEASE-p11-i386-2.3/zdaemon/tests/testzdrun.py",
line 227, in testRunIgnoresParentSignals
    self.assert_(len(params) > 1, repr(response))
      File "/usr/local/lib/python2.3/unittest.py", line 268, in
failUnless
    if not expr: raise self.failureException, msg
    AssertionError: ''
    

======================================================================
FAIL: testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/mnt/ibm60/shardBackup/tmp/python/ZODB3-3.3a2/build/lib.freebsd-5.1-RELEASE-p11-i386-2.3/zdaemon/tests/testzdrun.py",
line 227, in testRunIgnoresParentSignals
    self.assert_(len(params) > 1, repr(response))
      File "/usr/local/lib/python2.3/unittest.py", line 268, in
failUnless
    if not expr: raise self.failureException, msg
    AssertionError: ''
    

----------------------------------------------------------------------
Ran 1210 tests in 638.863s

FAILED (failures=1)




More information about the ZODB-Dev mailing list