Re: [Twisted-Python] buildbot.twistedmatrix.com is down a lot

2016-07-16 Thread Adi Roiban
On 17 July 2016 at 07:38, Amber Brown wrote: > Yeah, that's a good idea - disable them for now, and we'll see if the OOMs > happen. Then we can investigate them closer if it stops. > > On 17 Jul 2016 08:37, "Adi Roiban" wrote: > >> >> >> On 17 July 2016 at 07:21, Amber Brown wrote: >> >>> It's

Re: [Twisted-Python] buildbot.twistedmatrix.com is down a lot

2016-07-16 Thread Amber Brown
Yeah, that's a good idea - disable them for now, and we'll see if the OOMs happen. Then we can investigate them closer if it stops. On 17 Jul 2016 08:37, "Adi Roiban" wrote: > > > On 17 July 2016 at 07:21, Amber Brown wrote: > >> It's OOMing -- I think the upgrade to Eight trunk introduced some

Re: [Twisted-Python] buildbot.twistedmatrix.com is down a lot

2016-07-16 Thread Adi Roiban
On 17 July 2016 at 07:21, Amber Brown wrote: > It's OOMing -- I think the upgrade to Eight trunk introduced some sort of > memory usage regression or we've done something wrong -- I've unfortunately > not had time to investigate. > > We could size up the RAM in the meantime I guess? > > -Amber >

Re: [Twisted-Python] buildbot.twistedmatrix.com is down a lot

2016-07-16 Thread Amber Brown
It's OOMing -- I think the upgrade to Eight trunk introduced some sort of memory usage regression or we've done something wrong -- I've unfortunately not had time to investigate. We could size up the RAM in the meantime I guess? -Amber On 17 Jul 2016 08:19, "Adi Roiban" wrote: > > > On 17 July

Re: [Twisted-Python] buildbot.twistedmatrix.com is down a lot

2016-07-16 Thread Adi Roiban
On 17 July 2016 at 06:11, Craig Rodrigues wrote: > In the past few days, buildbot.twistedmatrix.com seems to be down all the > time, and requires manual restarts. As I write this, it is down right now. > > Is there something wrong with the hardware involved with > buildbot.twistedmatrix.com? > >

[Twisted-Python] buildbot.twistedmatrix.com is down a lot

2016-07-16 Thread Craig Rodrigues
In the past few days, buildbot.twistedmatrix.com seems to be down all the time, and requires manual restarts. As I write this, it is down right now. Is there something wrong with the hardware involved with buildbot.twistedmatrix.com? -- Craig ___ Twist

[Twisted-Python] CI testing on Windows

2016-07-16 Thread Adi Roiban
Hi, We now have automated tests running on Windows an Appveyor for any PR. In this way team and non-team member can get some feedback about their changes... and also see the coverage report for windows. Some tests are failing on the Appveyor env, while they pass on the the Win7 and Win2012 build

Re: [Twisted-Python] IProtocolWithReactor, or passing the reactor though to protocols

2016-07-16 Thread Amber "Hawkie" Brown
> On 15 Jul 2016, at 23:06, Glyph Lefkowitz wrote: > >> >> On Jul 15, 2016, at 6:02 AM, Amber Hawkie Brown >> wrote: >> >> (disclaimer: this is after several hours on an aeroplane, this may all be >> nonsense) >> >> So, I'm currently looking into adding some features to twisted.web -- >>