RaceConditionBase.tearDown(): this neglected to call the base class's
tearDown(). One result is that all tests here except the first died on Windows with a winlock.error; this is probably unique to lock semantics on Windows, and doesn't show up at all unless you've installed a modern Berkeley DB on Windows (unless you do that, these tests don't even try to run on Windows).
Showing
Please register or sign in to comment