Code review comment for lp:~lifeless/launchpad/milestones

Revision history for this message
Robert Collins (lifeless) wrote :

Thank you curtis; I've deleted the naked taskset, and deleted the
print statements I had accidentally left in which had that confusing
if statement.

This is the only failing test ec2 told me about

FAIL: productseries-views_txt
----------------------------------------------------------------------
Text attachment: traceback
------------
Traceback (most recent call last):
  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/lib/python2.6/doctest.py", line 2152, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for productseries-views.txt
  File "lib/lp/registry/browser/tests/productseries-views.txt", line 0

----------------------------------------------------------------------
File "lib/lp/registry/browser/tests/productseries-views.txt", line 80,
in productseries-views.txt
Failed example:
    script = find_tag_by_id(view.render(), 'milestone-script')
Differences (ndiff with -expected +actual):
    + WARNING:root:Memcache set failed for
pt:testrunner:lp/bugs/templates/bugtarget-portlet-latestbugs.pt,10721:16:1,0:1,http_//127.0.0.1?6RKVP3n9fovtv8CxVi8ydF
----------------------------------------------------------------------
File "lib/lp/registry/browser/tests/productseries-views.txt", line
102, in productseries-views.txt
Failed example:
    content = view.render()
Differences (ndiff with -expected +actual):
    + WARNING:root:Memcache set failed for
pt:testrunner:lp/bugs/templates/bugtarget-portlet-latestbugs.pt,10721:243656:1,0:1,http_//127.0.0.1?4Ophjjtmt5aXGqxEwNgYvP
----------------------------------------------------------------------
File "lib/lp/registry/browser/tests/productseries-views.txt", line
117, in productseries-views.txt
Failed example:
    table = find_tag_by_id(view.render(), 'series-simple')
Differences (ndiff with -expected +actual):
    + WARNING:root:Memcache set failed for
pt:testrunner:lp/bugs/templates/bugtarget-portlet-latestbugs.pt,10721:243652:1,0:1,http_//127.0.0.1?IXiDEgHZPmgHvZKrJmNvh

If you have any ideas about it, I'd love to know.

« Back to merge proposal