[Python-Dev] [Python-checkins] Python Regression Test Failures opt (1)

Raymond Hettinger python at rcn.com
Fri Apr 6 21:16:20 CEST 2007


I believe the failures started with Facundo Batista's checkin on April 4th:

-------------------------------------
Author: facundo.batista
Date: Wed Apr  4 16:10:40 2007
New Revision: 54681

Modified:
   python/trunk/Lib/test/test_socket_ssl.py
Log:

Fixed the way that the .pem files are looked for, and changed
how to kill the process in win32 to use the _handle attribute.


Modified: python/trunk/Lib/test/test_socket_ssl.py


  ----- Original Message ----- 
  From: Brett Cannon 
  To: nnorwitz at gmail.com 
  Cc: python-checkins at python.org 
  Sent: Friday, April 06, 2007 11:27 AM
  Subject: Re: [Python-checkins] Python Regression Test Failures opt (1)





  On 4/6/07, Neal Norwitz <nnorwitz at gmail.com> wrote:
    [SNIP]
    test_socket_ssl
    test test_socket_ssl failed -- Traceback (most recent call last):
      File "/tmp/python-test/local/lib/python2.6/test/test_socket_ssl.py", line 117, in testBasic
        self.assertEqual (i, "Foo\n")
    AssertionError: 'ERRO' != 'Foo\n'

    test_socketserver
    test_socketserver skipped -- Use of the `network' resource not enabled
    test_softspace
    test_sort
    Exception in thread Thread-43: 
    Traceback (most recent call last):
      File "/tmp/python-test/local/lib/python2.6/threading.py", line 460, in __bootstrap
        self.run()
      File "/tmp/python-test/local/lib/python2.6/test/test_socket_ssl.py", line 163, in run 
        self.s.stdin.write(l)
    IOError: [Errno 32] Broken pipe


  Anyone know what caused these two tests to start failing?

  -Brett 







------------------------------------------------------------------------------


  _______________________________________________
  Python-checkins mailing list
  Python-checkins at python.org
  http://mail.python.org/mailman/listinfo/python-checkins
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-dev/attachments/20070406/e5116302/attachment.htm 


More information about the Python-Dev mailing list