buildbot failure in Zope on transaction
The Buildbot has detected a new failure of transaction on Zope. Full details are available at: http://zopebuildbot.whq.gocept.com/transaction/builds/117 Buildbot URL: http://zopebuildbot.whq.gocept.com/ Buildslave for this Build: local Build Reason: The Nightly scheduler named 'transaction nightly' triggered this build Build Source Stamp: [branch transaction/trunk] HEAD Blamelist: BUILD FAILED: failed test Logs are attached. sincerely, -The Buildbot
On Sun, Jun 08, 2008 at 05:14:16AM +0200, ct@gocept.com wrote:
Running unit tests:
Failure in test test_as_weakref_list (transaction.tests.test_weakset.WeakSetTests) Traceback (most recent call last): File "/usr/local/lib/python2.4/unittest.py", line 260, in run testMethod() File "/home/ctheune/zope.org/slave/transaction/build/transaction/tests/test_weakset.py", line 58, in test_as_weakref_list self.assertEqual(L, [dummy, dummy2]) File "/usr/local/lib/python2.4/unittest.py", line 333, in failUnlessEqual raise self.failureException, \ AssertionError: [<transaction.tests.test_weakset.Dummy instance at 0xb780416c>, <transaction.tests.test_weakset.Dummy instance at 0xb7819f2c>] != [<transaction.tests.test_weakset.Dummy instance at 0xb7819f2c>, <transaction.tests.test_weakset.Dummy instance at 0xb780416c>]
Ran 114 tests with 1 failures and 0 errors in 0.166 seconds.
I fixed that one. Here we relied on the order of a list that was generated from a dict but didn't matter. -- Christian Theune · ct@gocept.com gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 7 · fax +49 345 1229889 1 Zope and Plone consulting and development
participants (2)
-
Christian Theune -
ct@gocept.com