Comment 1 for bug 305858

Revision history for this message
Gary Poster (gary) wrote :

A subsequent buildbot run (43) had the following failure. I am now disabling the entire doctest.

{{{
 GoogleServiceTestSetup (canonical.launchpad.testing.tests.googleserviceharness)

Failure in test GoogleServiceTestSetup (canonical.launchpad.testing.tests.googleserviceharness)
Failed doctest test for canonical.launchpad.testing.tests.googleserviceharness.GoogleServiceTestSetup
  File "/home/buildbot/slaves/launchpad/full/build/lib/canonical/launchpad/testing/tests/googleserviceharness.py", line 18, in GoogleServiceTestSetup

----------------------------------------------------------------------
File "/home/buildbot/slaves/launchpad/full/build/lib/canonical/launchpad/testing/tests/googleserviceharness.py", line 25, in canonical.launchpad.testing.tests.googleserviceharness.GoogleServiceTestSetup
Failed example:
    assert not service_is_available() # Sanity check.
Exception raised:
    Traceback (most recent call last):
      File "/home/buildbot/slaves/launchpad/full/build/utilities/../lib/zope/testing/doctest.py", line 1360, in __run
        compileflags, 1) in test.globs
      File "<doctest canonical.launchpad.testing.tests.googleserviceharness.GoogleServiceTestSetup[2]>", line 1, in ?
        assert not service_is_available() # Sanity check.
    AssertionError
}}}