Re: [Twisted-Python] SMTPConnectError as a side effect on connection lost

2017-11-26 Thread Adi Roiban
On 26 November 2017 at 05:36, Glyph wrote: > >> On Nov 25, 2017, at 8:52 PM, Adi Roiban wrote: >> >> Do you see anything suspicious with this code? > > Just that it looks like it leaves a Deferred in an error state. You said the > tests weren’t “written using” trial, but are you running them wit

[Twisted-Python] Accepting/merging patches for unsupported platforms without CI

2017-11-26 Thread Adi Roiban
Hi, What is the procedure for accepting patches for platforms for which we don't have a continuous testing system ? This is a follow up of the review from https://twistedmatrix.com/trac/ticket/9323 There is a patch for Cygwin but AFAIK there is no current builder for running Twisted with Python

Re: [Twisted-Python] Accepting/merging patches for unsupported platforms without CI

2017-11-26 Thread Glyph
> On Nov 26, 2017, at 10:23 AM, Adi Roiban wrote: > > Hi, > > What is the procedure for accepting patches for platforms for which we > don't have a continuous testing system ? > > This is a follow up of the review from > https://twistedmatrix.com/trac/ticket/9323 > > There is a patch for Cygw

Re: [Twisted-Python] SMTPConnectError as a side effect on connection lost

2017-11-26 Thread Glyph
> On Nov 26, 2017, at 5:10 AM, Adi Roiban wrote: > > On 26 November 2017 at 05:36, Glyph wrote: >> >>> On Nov 25, 2017, at 8:52 PM, Adi Roiban wrote: >>> >>> Do you see anything suspicious with this code? >> >> Just that it looks like it leaves a Deferred in an error state. You said the >

Re: [Twisted-Python] Accepting/merging patches for unsupported platforms without CI

2017-11-26 Thread Jean-Paul Calderone
On Sun, Nov 26, 2017 at 5:30 PM, Glyph wrote: > > > Quite often—as I believe is the case for the patch you’re referring to > here—patches are adjusting behaviors which would be difficult to cleanly > integration-test on the platform in question anyway, and the appropriate > thing to do is to make