[ZCM] [ZC] 1361/ 7 Comment "ZODB: Unit Test Failure"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Tue Feb 14 14:18:04 EST 2006


Issue #1361 Update (Comment) "ZODB: Unit Test Failure"
 Status Pending, Database/bug medium
To followup, visit:
  http://www.zope.org/Collectors/Zope/1361

==============================================================
= Comment - Entry #7 by scienceman on Feb 14, 2006 2:18 pm

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)

________________________________________
= Resubmit - Entry #6 by efge on Nov 22, 2004 11:56 am

 Status: Rejected => Pending

My mistake, it's actually a dupe but of a Zope 3 bug, so I'll leave it open for now.

http://zope.org/Collectors/Zope3-dev/318
________________________________________
= Reject - Entry #5 by efge on Nov 22, 2004 11:52 am

 Status: Pending => Rejected

I'll reject it as duplicate, please discuss it further in bug 1588.
________________________________________
= Comment - Entry #4 by efge on Nov 22, 2004 11:50 am

This bug is also discussed for Mac OS X in bug http://zope.org/Collectors/Zope/1588

________________________________________
= Edit - Entry #3 by ajung on Jun 1, 2004 3:34 am

 Changes: edited transcript
________________________________________
= Request - Entry #1 by aflag on Jun 1, 2004 12:24 am

I've got the following error while running the unit test:

Failure in test testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
Traceback (most recent call last):
  File "/home/rafael/ZODB3-3.2.1/build/lib.linux-i586-2.3/zdaemon/tests/testzdrun.py", line 227, in testRunIgnoresParentSignals
    self.assert_(len(params) > 1)
  File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

======================================================================
FAIL: testRunIgnoresParentSignals (zdaemon.tests.testzdrun.ZDaemonTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/rafael/ZODB3-3.2.1/build/lib.linux-i586-2.3/zdaemon/tests/testzdrun.py", line 227, in testRunIgnoresParentSignals
    self.assert_(len(params) > 1)
  File "/usr/local/lib/python2.3/unittest.py", line 278, in failUnless
    if not expr: raise self.failureException, msg
AssertionError

----------------------------------------------------------------------

==============================================================



More information about the Zope-Collector-Monitor mailing list