Code review comment for lp:~vila/bzr/1579093-paramako-compat

Revision history for this message
Vincent Ladeuil (vila) wrote :

FAIL: bzrlib.tests.test_smart_transport.TestSmartTCPServer.testCompletedTraceback (most recent call last):
testtools.testresult.real._StringException: log: {{{
INFO Requested to stop gracefully
250.591 Stopping SmartServerSocketStreamMedium(client=('127.0.0.1', 36560))
    INFO Requested to stop gracefully
}}}

Traceback (most recent call last):
  File "/home/ubuntu/tarmac-testing/bzrlib/tests/test_smart_transport.py", line 1466, in test_graceful_shutdown_waits_for_clients_to_stop
    """, flags=doctest.ELLIPSIS|doctest.REPORT_UDIFF))
  File "/usr/lib/python2.7/dist-packages/testtools/testcase.py", line 435, in assertThat
    raise mismatch_error
testtools.matchers._impl.MismatchError: Expected:
        INFO Requested to stop gracefully
    ... Stopping SmartServerSocketStreamMedium(client=('127.0.0.1', ...
        INFO Waiting for 1 client(s) to finish
Got:
        INFO Requested to stop gracefully
    250.591 Stopping SmartServerSocketStreamMedium(client=('127.0.0.1', 36560))

Ha ! Known transient issue :-/

« Back to merge proposal