ZODB: Unit Test Failure

Bug #143018 reported by aFlag
2
Affects Status Importance Assigned to Milestone
Zope 2
Invalid
Medium
Unassigned

Bug Description

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

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

Tags: bug database
Revision history for this message
Andreas Jung (ajung) wrote :

Changes: edited transcript

Revision history for this message
Florent Guillaume (efge) wrote :

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

Revision history for this message
Florent Guillaume (efge) wrote :

Status: Pending => Rejected

I'll reject it as duplicate, please discuss it further in bug 1588.

Revision history for this message
Florent Guillaume (efge) wrote :

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

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)

Revision history for this message
Hanno Schlichting (hannosch) wrote :

We don't have any test failures for current releases anymore.

Changed in zope2:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.