[Twisted-Python] Fwd: [Twisted-commits] r12532 - SSHTransportTestCase.testOurServerCmdLineClient started failing because I

James Y Knight foom at fuhm.net
Tue Nov 16 19:19:41 EST 2004


This needs looking into.

James

Begin forwarded message:
> Author: foom
> Date: Tue Nov 16 17:15:28 2004
> New Revision: 12532
>
> Modified:
>    trunk/twisted/conch/test/test_conch.py
> Log:
> SSHTransportTestCase.testOurServerCmdLineClient started failing  
> because I
> fixed removeAll to remove writers. I don't know why. Either conch is  
> doing
> something wrong or else it's because of t.i.stdio brokenness?
>
>
>
> Modified: trunk/twisted/conch/test/test_conch.py
> ======================================================================= 
> =======
> --- trunk/twisted/conch/test/test_conch.py	(original)
> +++ trunk/twisted/conch/test/test_conch.py	Tue Nov 16 17:15:28 2004
> @@ -1035,6 +1035,8 @@
>              timeout.cancel()
>          except:
>              pass
> +
> +    testOurServerCmdLineClient.todo = "This seems to be broken --  
> maybe because stdio sucks?"
>
>      def testOurServerUnixClient(self):
>          """Test the Conch server against the client over a UNIX  
> socket"""





More information about the Twisted-Python mailing list