Re: [Twisted-Python] How do you determine the buffer size of a transport - a use-case for not using back pressure

2016-08-22 Thread Phil Mayers
On 17/08/16 23:43, Steve Morin wrote: Twisted Community Problem: How do you determine the buffer size of a transport, to know how much data is waiting to be transmitted from using transport.write? You haven't received many responses, so I'll add a short note here: The ideal way to do this IMO

[Twisted-Python] Please fix the broken buildbots

2016-08-22 Thread Craig Rodrigues
Hi, Someone has made changes in the past few days which have broken many of the buildbots. For example, in this build: https://buildbot.twistedmatrix.com/builders/debian8-py2.7/builds/1548/steps/select/logs/stdio There is this: python -m tox -r -e py27-tests "" in dir /buildslave/debian8-py2.7

Re: [Twisted-Python] Please fix the broken buildbots

2016-08-22 Thread Glyph Lefkowitz
> On Aug 22, 2016, at 5:40 PM, Craig Rodrigues wrote: > > Hi, > > Someone has made changes in the past few days which have broken > many of the buildbots. For example, in this build: > > https://buildbot.twistedmatrix.com/builders/debian8-py2.7/builds/1548/steps/select/logs/stdio > >

Re: [Twisted-Python] Please fix the broken buildbots

2016-08-22 Thread Glyph Lefkowitz
> On Aug 22, 2016, at 5:40 PM, Craig Rodrigues wrote: > > I don't understand the buildbot scripts so don't know where to fix this. Oh, and since this answer may be of general interest: the buildbot configuration is here: https://github.com/twisted-infra/braid/blob/master/services/buildbot/mas

Re: [Twisted-Python] Please fix the broken buildbots

2016-08-22 Thread Craig Rodrigues
On Monday, August 22, 2016, Glyph Lefkowitz wrote: > > On Aug 22, 2016, at 5:40 PM, Craig Rodrigues > wrote: > > Hi, > > Someone has made changes in the past few days which have broken > many of the buildbots. For example, in this build: > > https://buildbot.twistedmatrix.com/builders/debian8-p

Re: [Twisted-Python] Please fix the broken buildbots

2016-08-22 Thread Mark Williams
On Mon, Aug 22, 2016 at 06:24:29PM -0700, Glyph Lefkowitz wrote: > > > On Aug 22, 2016, at 5:40 PM, Craig Rodrigues wrote: > > > > I don't understand the buildbot scripts so don't know where to fix this. > > Oh, and since this answer may be of general interest: the buildbot > configuration is her

[Twisted-Python] Tests on Windows with Python 3 now passing

2016-08-22 Thread Craig Rodrigues
I have fixed the tests that were failing on Windows with Python 3. If you look at: https://ci.appveyor.com/project/adiroiban/twisted/build/trunk-1008 We now have builds running on Python 3.3, 3.4, and 3.5 on Windows. These builds are also uploading coverage results to codecov.io. I looked at tha

Re: [Twisted-Python] Tests on Windows with Python 3 now passing

2016-08-22 Thread Glyph Lefkowitz
> On Aug 22, 2016, at 9:29 PM, Craig Rodrigues wrote: > > I have fixed the tests that were failing on Windows with Python 3. > > If you look at: > https://ci.appveyor.com/project/adiroiban/twisted/build/trunk-1008 > > > We n