Re: [Twisted-Python] Twisted Conch - Flow control

2012-11-07 Thread Itamar Turner-Trauring
On Wed, Nov 7, 2012 at 7:30 AM, Itamar Turner-Trauring < ita...@futurefoundries.com> wrote: > SSHChannel.stop/startWriting call pause/resumeProducing on the WAN1 > channel's *transport* (SSHConnection). > Sorry, SSHServerTransport, not SSHConnection. _

Re: [Twisted-Python] Twisted Conch - Flow control

2012-11-07 Thread Itamar Turner-Trauring
On Tue, Nov 6, 2012 at 10:49 PM, Matt Freeman wrote: > I asked this question on Stackoverflow (even offered a bounty) and IRC: > > http://stackoverflow.com/questions/13117502/twisted-conch-flow-control > -- > > I have a Twisted Conch SSH server and the typical scenario is this: > > git via OpenS

Re: [Twisted-Python] defer.TimeoutError in tests

2012-11-07 Thread Itamar Turner-Trauring
On Wed, Nov 7, 2012 at 6:11 AM, Maxim Lacrima wrote: > When I run these tests, the following errors may or may not occur: > [ERROR] > Traceback (most recent call last): > Failure: twisted.internet.defer.TimeoutError: <...> still running at > 120.0 secs > > [ERROR] > Traceback (most recent call l

[Twisted-Python] defer.TimeoutError in tests

2012-11-07 Thread Maxim Lacrima
Hi! I have some tests that fail intermittently, i.e. sometimes they fail, sometimes they don't. These tests were written against real server. When I run these tests, the following errors may or may not occur: [ERROR] Traceback (most recent call last): Failure: twisted.internet.defer.TimeoutError