Opened 5 years ago
Last modified 5 years ago
#8066 defect new
intermittent failure in twisted.conch.test.test_conch.OpenSSHClientForwardingTests.test_localToRemoteForwarding
Reported by: | Glyph | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | conch | Keywords: | |
Cc: | z3p | Branch: | |
Author: |
Description (last modified by )
seen here
=============================================================================== [ERROR] Traceback (most recent call last): Failure: twisted.internet.defer.TimeoutError: <twisted.conch.test.test_conch.OpenSSHClientForwardingTests testMethod=test_localToRemoteForwarding> (test_localToRemoteForwarding) still running at 120.0 secs twisted.conch.test.test_conch.OpenSSHClientForwardingTests.test_localToRemoteForwarding =============================================================================== [ERROR] Traceback (most recent call last): File "/home/buildslave/run/ubuntu12.04-py2.7/Twisted/twisted/internet/_baseprocess.py", line 64, in maybeCallProcessEnded proto.processEnded(Failure(reason)) File "/home/buildslave/run/ubuntu12.04-py2.7/Twisted/twisted/conch/test/test_conch.py", line 219, in processEnded self._getDeferred().callback(self.buffer) File "/home/buildslave/run/ubuntu12.04-py2.7/Twisted/twisted/internet/defer.py", line 393, in callback self._startRunCallbacks(result) File "/home/buildslave/run/ubuntu12.04-py2.7/Twisted/twisted/internet/defer.py", line 494, in _startRunCallbacks raise AlreadyCalledError twisted.internet.defer.AlreadyCalledError: twisted.conch.test.test_conch.OpenSSHClientForwardingTests.test_localToRemoteForwarding -------------------------------------------------------------------------------
Change History (2)
comment:1 Changed 5 years ago by
Cc: | z3p added |
---|
comment:2 Changed 5 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.