Author jackdied
Recipients jackdied
Date 2009-04-05.01:45:58
SpamBayes Score 8.85132e-06
Marked as misclassified No
Message-id <1238895962.87.0.497816781262.issue5696@psf.upfronthosting.co.za>
In-reply-to
Content
The first part of my telnetlib work is testing what already is. 
Attached is a patch to test_telnetlib that tests mosts of the guarantees
of the telnetlib.Telnet.read_* methods (as guaranteed by the docs, at
least).

Theoretically every test I added has a race condition.
ReadTests.blocking_timeout is currently set to 0.1 seconds and works on
my platform (it also works at 0.0 seconds).  Is this acceptable or do I
need to include semaphores will 100% predictable behavior?

TIA
History
Date User Action Args
2009-04-05 01:46:03jackdiedsetrecipients: + jackdied
2009-04-05 01:46:02jackdiedsetmessageid: <1238895962.87.0.497816781262.issue5696@psf.upfronthosting.co.za>
2009-04-05 01:46:01jackdiedlinkissue5696 messages
2009-04-05 01:46:01jackdiedcreate