[Python-bugs-list] [ python-Bugs-779218 ] 2.3c2 test_pwd fails on Mac OS X 10.2.6

SourceForge.net noreply@sourceforge.net
Mon, 28 Jul 2003 18:44:45 -0700


Bugs item #779218, was opened at 2003-07-28 18:16
Message generated for change (Comment added) made by montanaro
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=779218&group_id=5470

Category: Macintosh
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Bill Janssen (janssen)
Assigned to: Walter Dörwald (doerwalter)
Summary: 2.3c2 test_pwd fails on Mac OS X 10.2.6

Initial Comment:
I get one test failure on Mac OS 10.2.6:

test test_pwd failed -- Traceback (most recent call last):
File "/Temporary Items/Python-2.3c2/Lib/test/test_pwd.py", line 42, in test_values
   self.assert_(pwd.getpwuid(e.pw_uid) in entriesbyuid[e.pw_uid])
KeyError: 'getpwuid(): uid not found'

The passwd entry on which it fails looks perfectly normal, AFAICS. We've got about 3500 entries in our passwd file, if that's of interest.


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

>Comment By: Skip Montanaro (montanaro)
Date: 2003-07-28 20:44

Message:
Logged In: YES 
user_id=44345

Is the password entry on which it fails a duplicate uid?  I recall 
some problems when there were two user names with the same 
uid.


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

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