Comment 5 for bug 143018

Revision history for this message
Alan Sill (scienceman) wrote :

This unit test is also present for ZoDB 3.3.1final under Mac OS X 10.4.4... note teh specific error (spawned process failed to start in a minute):

testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests) ...

Failure in test testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
Traceback (most recent call last):
  File "/Users/alansill/Desktop/ZODB3-3.3.1/build/lib.darwin-8.4.0-Power_Macintosh-2.3/zdaemon/tests/testzdrun.py", line 237, in testRunIgnoresParentSignals
    self.assert_(is_started, "spawned process failed to start in a minute")
  File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/unittest.py", line 278, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: spawned process failed to start in a minute

testSubprocessBasic (zdaemon.tests.testzdrun.ZDaemonTests) ... ok
testSystem (zdaemon.tests.testzdrun.ZDaemonTests) ... ok
testUmask (zdaemon.tests.testzdrun.ZDaemonTests) ... ok

======================================================================
FAIL: testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/alansill/Desktop/ZODB3-3.3.1/build/lib.darwin-8.4.0-Power_Macintosh-2.3/zdaemon/tests/testzdrun.py", line 237, in testRunIgnoresParentSignals
    self.assert_(is_started, "spawned process failed to start in a minute")
  File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/unittest.py", line 278, in failUnless
    if not expr: raise self.failureException, msg
AssertionError: spawned process failed to start in a minute

----------------------------------------------------------------------
Ran 1365 tests in 650.674s

FAILED (failures=1)