[Buildbot-commits] [SPAM] [Buildbot] #724: buildbot.test.runs.test_db.Base uses 'shutDown' instead of 'tearDown'
Buildbot
buildbot-devel at lists.sourceforge.net
Sat Feb 20 21:42:03 UTC 2010
#724: buildbot.test.runs.test_db.Base uses 'shutDown' instead of 'tearDown'
-----------------------------------+----------------------------------------
Reporter: dustin | Owner:
Type: defect | Status: new
Priority: critical | Milestone: 0.8.0
Version: master (give git sha1) | Keywords:
-----------------------------------+----------------------------------------
as a result, this method is never called, which is at least one source of
bad test isolation.
Unfortunately, renaming it to {{{tearDown}}} leads to other errors, even
after changing {{{db.close}}} to {{{db.stop}}}. This is over my head.
--
Ticket URL: <http://buildbot.net/trac/ticket/724>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list