Re: [Twisted-Python] Unhandled Error in python 3 test suite

2015-03-30 Thread Glyph Lefkowitz
> On Mar 30, 2015, at 3:52 AM, Adi Roiban wrote: > > On 23 March 2015 at 15:29, Tristan Seligmann wrote: >> On 23 March 2015 at 16:25, HawkOwl wrote: >>> It's not really a bug -- it's just that the stderr isn't being captured >>> like real Trial does. Twisted will reraise errors so they show

Re: [Twisted-Python] Unhandled Error in python 3 test suite

2015-03-30 Thread Adi Roiban
On 23 March 2015 at 15:29, Tristan Seligmann wrote: > On 23 March 2015 at 16:25, HawkOwl wrote: >> It's not really a bug -- it's just that the stderr isn't being captured like >> real Trial does. Twisted will reraise errors so they show up in logs, but >> will actually handle them (I think, any

Re: [Twisted-Python] Unhandled Error in python 3 test suite

2015-03-23 Thread Tristan Seligmann
On 23 March 2015 at 16:25, HawkOwl wrote: > It's not really a bug -- it's just that the stderr isn't being captured like > real Trial does. Twisted will reraise errors so they show up in logs, but > will actually handle them (I think, anyway). The traceback formatting just > says it's an unhand

Re: [Twisted-Python] Unhandled Error in python 3 test suite

2015-03-23 Thread HawkOwl
> On 23 Mar 2015, at 22:05, Adi Roiban wrote: > > When running the pyhon3 tests I see many Unhandled Error > ex: > https://buildbot.twistedmatrix.com/builders/python-3.3-tests/builds/2736/steps/shell/logs/stdio > > This looks bad. Is this a bug in the test runner or a bug in the code? > > Than