This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gpolo
Recipients ajaksu2, dhanlen, ggenellina, gpolo
Date 2009-08-05.16:36:26
SpamBayes Score 4.9721995e-09
Marked as misclassified No
Message-id <1249490188.5.0.659527622406.issue2710@psf.upfronthosting.co.za>
In-reply-to
Content
I just tried writing tests for it, but I don't know idlelib/rpc.py
enough yet. You can see this first attempt at:
http://svn.python.org/view?view=rev&revision=74320

I started trying to test rpc.RPCClient together with run.main but it
seemed too high level. Then I moved to try to test rpc.SocketIO
directly, but it seems I'm doing wrong things there. Most of times
SocketIOTest will fail by raising ValueError which then causes the
server process to finish and either cause a "Connection reset by peer",
"Broken pipe" or nothing (these are on Linux, on Windows I would expect
to get "An existing connection was forcibly closed by the remote host").
Sometimes it also succeeds.
History
Date User Action Args
2009-08-05 16:36:28gpolosetrecipients: + gpolo, ggenellina, ajaksu2, dhanlen
2009-08-05 16:36:28gpolosetmessageid: <1249490188.5.0.659527622406.issue2710@psf.upfronthosting.co.za>
2009-08-05 16:36:27gpololinkissue2710 messages
2009-08-05 16:36:26gpolocreate