Re: [Twisted-Python] Weird PyPY twisted.internet.defer.TimeoutError ERROR*12 during full test run

2017-08-07 Thread Daniel Sutcliffe
Many thanks Tristan for sharing your experiences here, I'm sure they'll get me a little closer to finding the root cause of these test result peculiarities. On Sat, 5 Aug 2017 at 00:44 Daniel Sutcliffe wrote: >> For the buildbot: >> https://buildbot.twistedmatrix.com/buil

[Twisted-Python] Weird PyPY twisted.internet.defer.TimeoutError ERROR*12 during full test run

2017-08-04 Thread Daniel Sutcliffe
aving PyPy be able to run twisted tests with no FAILs but I have no idea what might be causing this. Cheers /dan -- Daniel Sutcliffe ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com https://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Failure of twisted.test.test_plugin.DeveloperSetupTests.test_freshPyReplacesStalePyc under pypy2

2017-07-14 Thread Daniel Sutcliffe
On Thu, Jul 13, 2017 at 4:22 PM, Daniel Sutcliffe wrote: >>> - the FAIL goes away if the .py is not removed from the plugins dir >>> and it seems to me that the .py removal is not actually required to >

Re: [Twisted-Python] Failure of twisted.test.test_plugin.DeveloperSetupTests.test_freshPyReplacesStalePyc under pypy2

2017-07-14 Thread Daniel Sutcliffe
On Thu, Jul 13, 2017 at 4:22 PM, Daniel Sutcliffe wrote: >> - the FAIL goes away if the .py is not removed from the plugins dir >> and it seems to me that the .py removal is not actually required to >> strictly test what >> twisted.test.test_plugin.DeveloperSetupTests.test

Re: [Twisted-Python] Failure of twisted.test.test_plugin.DeveloperSetupTests.test_freshPyReplacesStalePyc under pypy2

2017-07-13 Thread Daniel Sutcliffe
> On Thu, Jul 13, 2017 at 5:57 AM, Daniel Sutcliffe wrote: >> I shall do my best as my intention is to use Twisted in a live >> environment with PyPy so it would be great if the project viewed these >> builds as required to be clean sometime in the future. This was just

Re: [Twisted-Python] Failure of twisted.test.test_plugin.DeveloperSetupTests.test_freshPyReplacesStalePyc under pypy2

2017-07-13 Thread Daniel Sutcliffe
links to the buildbot so I have even less excuse for not being more aware. On Wed, Jul 12, 2017 at 3:36 PM, Daniel Sutcliffe wrote: >> Am I correct in the fact that Twisted doesn't have Travis-CI builds on >> PyPy? On Wed, Jul 12, 2017 at 7:31 PM, Craig Rodrigues wrote: > The

[Twisted-Python] Failure of twisted.test.test_plugin.DeveloperSetupTests.test_freshPyReplacesStalePyc under pypy2

2017-07-12 Thread Daniel Sutcliffe
st thought I'd put this out there to see if I could get any clues from the more experienced before I dive in. There seem to be some old tickets that could vaguely relate... Am I correct in the fact that Twisted doesn't have Travis-CI

Re: [Twisted-Python] Incompatible changes to twistd 16.3.2 to 16.4.0

2017-07-11 Thread Daniel Sutcliffe
on package that contains your twisted/plugins/ directory. Here's a link to a mentioning email on this mailing list back then: https://twistedmatrix.com/pipermail/twisted-python/2016-September/030782.html Hope this helps, /dan -- Daniel Sutcliffe

Re: [Twisted-Python] Is there a recommended way for a Service to request Application stop?

2016-10-11 Thread Daniel Sutcliffe
On Oct 10, 2016, at 4:38 PM, Daniel Sutcliffe wrote: > Generically, can I somehow bubble up events through the Service > hierarchy, or should I communicate with external objects to the > hierarchy that can bubble down actions from higher up? On Mon, Oct 10, 2016 at 8:02 PM, Glyph

Re: [Twisted-Python] Is there a recommended way for a Service to request Application stop?

2016-10-10 Thread Daniel Sutcliffe
Thanks for your feedback Glyph, responses embedded below. On Oct 10, 2016, at 9:41 AM, Daniel Sutcliffe wrote: > I have a hierarchy of Services some of which is MultiService and other > parts are my own implementations of IServiceCollection - in some > situations the child Service ma

[Twisted-Python] Is there a recommended way for a Service to request Application stop?

2016-10-10 Thread Daniel Sutcliffe
down? Or is there a normal pattern here to have messages bubble up through the Services hierarchy? I'm not seeing anything like this in the examples I've found or looking through the sources, but I'm probably missing something. Cheers /dan -- Daniel Sutcliffe

Re: [Twisted-Python] New users cannot subscribe to mailing list

2016-07-23 Thread Daniel Sutcliffe
On Fri, Jul 22, 2016 at 11:47 AM, Daniel Sutcliffe wrote: >>> Well I tried, but the results weren't the best. Trac replied: >>>> Configuration Error >>>> Cannot find an implementation of the IRejectHandler interface named >>>> FilterSystem.

Re: [Twisted-Python] New users cannot subscribe to mailing list

2016-07-22 Thread Daniel Sutcliffe
On Wed, Jul 20, 2016 at 5:40 PM, Glyph Lefkowitz > wrote: >> You now have wiki-edit superpowers! Use them for good, or at least, the >> kind of evil which makes a good story. On Fri, Jul 22, 2016 at 11:47 AM, Daniel Sutcliffe wrote: > Well I tried, but the results were

Re: [Twisted-Python] New users cannot subscribe to mailing list

2016-07-22 Thread Daniel Sutcliffe
ementation of the IRejectHandler interface named > FilterSystem. > Please check that the Component is enabled or update the option [spam-filter] > reject_handler in trac.ini. Sorry :( Probably ought to create a ticket for this... /dan -- Daniel Sutcliffe _

Re: [Twisted-Python] New users cannot subscribe to mailing list

2016-07-20 Thread Daniel Sutcliffe
> On Jul 19, 2016, at 6:02 AM, Daniel Sutcliffe wrote: > Hopefully this will make it easy for someone with perms to update. On Tue, Jul 19, 2016 at 3:12 PM, Glyph Lefkowitz wrote: > What's your github handle? We are not stingy with edit permissions, they're > only

Re: [Twisted-Python] New users cannot subscribe to mailing list

2016-07-19 Thread Daniel Sutcliffe
to here: http://www.list.org/mailman-member/node10.html Hopefully this will make it easy for someone with perms to update. Cheers /dan -- Daniel Sutcliffe ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] New users cannot subscribe to mailing list

2016-07-15 Thread Daniel Sutcliffe
oken, and I can't even remember exactly how - I just took this as an initiation test and used the email interface to get here ;) Cheers /dan -- Daniel Sutcliffe ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatr

Re: [Twisted-Python] Style/testing for log-related changes

2016-07-01 Thread Daniel Sutcliffe
On Tue, Jun 28, 2016 at 1:49 PM, Daniel Sutcliffe wrote: > This is what I came up with while trying to get twistd related > messages all emitted through new logger and thus not have [-] in > standard textual log: > https://github.com/twisted/twisted/compare/bb0d1d67...dansut:l

Re: [Twisted-Python] Style/testing for log-related changes

2016-06-28 Thread Daniel Sutcliffe
hance of a pointer to a good clear example to emulate? Also still trying to get my head around whether there should be one Trac ticket to cover all logger porting effort, or individual tickets for each porting effort. Sorry for being such a newb, all help and pointers appreciated. Cheers /dan -- Danie

Re: [Twisted-Python] Looking for help dealing with ClientService reconnections

2016-05-31 Thread Daniel Sutcliffe
Delayed response here but hopefully it is still seen as worthwhile discussion, sorry if it is seems to just be beating a dead horse ;) On May 10, 2016, at 9:52 AM, Daniel Sutcliffe wrote: > > Given the ClientService.whenConnected() method is intended to provide > > access to

Re: [Twisted-Python] Persuading Python's Logging to use twisted.logger

2016-05-24 Thread Daniel Sutcliffe
On May 10, 2016, at 4:23 PM, Daniel Sutcliffe wrote: >> Thanks for all the hints and suggestions guys, this was far simpler >> than I thought it would be and the results are exactly what I imagined >> without too much effort. On Sat, May 21, 2016 at 9:44 PM, Glyph

Re: [Twisted-Python] Persuading Python's Logging to use twisted.logger

2016-05-10 Thread Daniel Sutcliffe
and this can be a start of something much more generically useful. Cheers /dan -- Daniel Sutcliffe ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python

Re: [Twisted-Python] Looking for help dealing with ClientService reconnections

2016-05-10 Thread Daniel Sutcliffe
Thanks Glyph, I think you have given me a push back in the 'right' direction - more thoughts and commentary embedded below if you, or anyone else, has the time. On May 6, 2016, at 10:19 AM, Daniel Sutcliffe wrote: [...] >> The new ClientService class seems like it will f

[Twisted-Python] Persuading Python's Logging to use twisted.logger

2016-05-09 Thread Daniel Sutcliffe
be able to provide level and text but it would be better than loosing any possibly useful log messages from used modules in my mind. If anyone can enlighten me I would be most appreciative, Cheers /dan -- Daniel Sutcliffe ___ Twisted-Python mailing li

Re: [Twisted-Python] Looking for help dealing with ClientService reconnections

2016-05-09 Thread Daniel Sutcliffe
en please just ask, and I will provide and be most appreciative :) Cheers /dan On Fri, May 6, 2016, 12:23 Daniel Sutcliffe wrote: >> Hello all, my first post here - only been using Twisted for about a >> month and am also a relative newcomer to Python but have been coding >> profes

[Twisted-Python] Looking for help dealing with ClientService reconnections

2016-05-06 Thread Daniel Sutcliffe
collected data to a destination at that level, involving giving the Protocol too much knowledge of how the data is to be handled. Any advice, good patterns, or pointers to other projects which do something similar is appreciated, Cheers /dan -- Daniel