[ python-Bugs-1061429 ] test_socket fails

SourceForge.net noreply at sourceforge.net
Sun Nov 7 07:02:43 CET 2004


Bugs item #1061429, was opened at 2004-11-06 12:53
Message generated for change (Comment added) made by tprimke
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1061429&group_id=5470

Category: None
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: TPJ (tprimke)
Assigned to: Nobody/Anonymous (nobody)
Summary: test_socket fails

Initial Comment:
I've just downloaded Python 2.4 beta 2. I've compiled
it successfully. Then I ran tests (make test). Anything
but test_socket went well. On test_socket I've got :

test  test_socket failed -- Traceback (most recent call
last) :
   File
"/home/tpj/alt3/src/Python-2.4b2/Lib/test/test_socket.py",
line 330, in testGetServBy
   eq(port, port2)
AssertionError: 7 != 4

It has failed twice (py and pyc).

I haven't had such problems with previous Python's
version (I've compiled 2.3.4 final).

I'm working on Slackware 10.0, on 2.4.26-lck1.

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

>Comment By: TPJ (tprimke)
Date: 2004-11-07 07:02

Message:
Logged In: YES 
user_id=1153809

I've just attached my /etc/services file.

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

Comment By: Brett Cannon (bcannon)
Date: 2004-11-06 21:17

Message:
Logged In: YES 
user_id=357491

Could you upload your /etc/services file?  We have had this test fail 
before because the order of services checked can be touchy and non-
standard on occasion.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1061429&group_id=5470


More information about the Python-bugs-list mailing list