[Zope3-dev] standalone ZODB

Fred Leeflang f.leeflang at ict.hva.nl
Thu Aug 7 09:24:57 EDT 2003


Hello list,

I checked out ZODB3/HEAD, built without a problem,
but now I'm running the tests and there's a problem.
I'm running Debian SID with Python:

fred at ocean:~/ZODB3$ python
Python 2.2.3+ (#1, Jul  5 2003, 11:04:18)
[GCC 3.3.1 20030626 (Debian prerelease)] on linux2

I followed some instructions mentioned in:
http://mail.zope.org/pipermail/zope3-dev/2003-April/006370.html

But the tests still return this error:

fred at ocean:~/ZODB3$ python test.py
Running unit tests from /home/fred/ZODB3/build
Failure in test testRunIgnoresParentSignals
(zdaemon.tests.testzdrun.ZDaemonTests)
Traceback (most recent call last):
   File
"/home/fred/ZODB3/build/lib.linux-i686-2.2/zdaemon/tests/testzdrun.py",
line 167, in testRunIgnoresParentSignals
     self.assert_(len(params) > 1)
   File "/usr/lib/python2.2/unittest.py", line 262, in failUnless
     if not expr: raise self.failureException, msg
AssertionError

======================================================================
FAIL: testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
   File
"/home/fred/ZODB3/build/lib.linux-i686-2.2/zdaemon/tests/testzdrun.py",
line 167, in testRunIgnoresParentSignals
     self.assert_(len(params) > 1)
   File "/usr/lib/python2.2/unittest.py", line 262, in failUnless
     if not expr: raise self.failureException, msg
AssertionError

----------------------------------------------------------------------
Ran 1174 tests in 140.604s

FAILED (failures=1)

-- 
Fred Leeflang
Sr. Infrastructuur Specialist, Hogeschool van Amsterdam
tel. 020-5952952




More information about the Zope3-dev mailing list