[Zope3-Users] make check
    Paul Dumais 
    paul at unstate.ca
       
    Wed Oct 26 15:10:00 EDT 2005
    
    
  
Hi all,
I have one error:
Ran 6991 tests in 333.025s
FAILED (failures=1)
when doing make check on a Zope-3.1.0 build on Ubuntu Linux. In short it is:
Failure in test testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTest
s)
Traceback (most recent call last):
  File "/usr/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/paul/Zope-3.1.0/build/lib.linux-i686-2.4/zdaemon/tests/testzdrun.p
y", line 237, in testRunIgnoresParentSignals
    self.assert_(is_started, "spawned process failed to start in a minute")
  File "/usr/lib/python2.4/unittest.py", line 309, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: spawned process failed to start in a minute
Is this serious? How could I get this test to pass?
Thanks,
Paul
    
    
More information about the Zope3-users
mailing list