A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2004-July/046072.html below:

[Python-Dev] test_pwd is really slow

[Python-Dev] test_pwd is really slow [Python-Dev] test_pwd is really slowGuido van Rossum guido at python.org
Mon Jul 12 18:26:15 CEST 2004
> I've been having trouble running the tests lately, because test_pwd is
> really slow.  It's a fairly trivial set of tests -- checking the types
> of return values and cross-checking getpwall() vs.
> getpwnam()/getpwuid().  The problem is if your password database is
> provided by LDAP and is really big, the test takes an impractically
> long time.
> 
> Would anyone object if I changed the test suite to require some
> resource to run test_pwd?  Or should I just make some local change to
> disable it?

How about instead limiting the number of entries checked to the first
100?  Try changing

        entries = pwd.getpwall()

into

        entries = pwd.getpwall()[:100]

--Guido van Rossum (home page: http://www.python.org/~guido/)

More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4