Closed
Bug 634684
Opened 15 years ago
Closed 15 years ago
intermittent fail in processor unittest "Can only see one cleanup, but 0"
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Unassigned)
References
Details
https://hudson.mozilla.org/job/socorro/270/testReport/junit/socorro.unittest.processor.testProcessor/TestProcessor/testStart/
Can only see one cleanup, but 0
-------------------- >> begin captured logging << --------------------
processor: INFO: There were no priority_job tables to close
processor: INFO: MARK testStart: start
processor: INFO: MARK testStart: end
--------------------- >> end captured logging << ---------------------
Stacktrace
Traceback (most recent call last):
File "/usr/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/var/lib/hudson/jobs/socorro/workspace/trunk/socorro-virtualenv/lib/python2.6/site-packages/nose-0.11.4-py2.6.egg/nose/case.py", line 186, in runTest
self.test(*self.arg)
File "/var/lib/hudson/jobs/socorro/workspace/trunk/socorro/unittest/processor/testProcessor.py", line 485, in testStart
assert 1 == cleanups, 'Can only see one cleanup, but %s'%cleanups
AssertionError: Can only see one cleanup, but 0
-------------------- >> begin captured logging << --------------------
processor: INFO: There were no priority_job tables to close
processor: INFO: MARK testStart: start
processor: INFO: MARK testStart: end
--------------------- >> end captured logging << ---------------------
Comment 1•15 years ago
|
||
this problem is likely to go away entirely as I am rewriting all of the processor unittests for Bug 619825
| Reporter | ||
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•