ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> python-dev
python-dev
Re: [Python-Dev] Buildbot questions
by Tim Peters other posts by this author
Jan 5 2006 7:44AM messages near this date
[Python-Dev] Buildbot questions | Re: [Python-Dev] Buildbot questions
[Morel Xavier]
>          I currently have a (quite weak) computer that mostly sits idle (shares
>  the web connection), Tbird 750; 640Mb RAM; Windows Server 2003 Standard
>  Edition.
> 
>          Since the computer sits there doing nothing, I could probably put a
>  buildbot on it if needed (since the python-dev thread states that many
>  windows flavour would be appreciable and that Win2003 may not be
>  extremely common), but i'd like to know how often it'll try to build,
>  and how long the build itself may take on such a platform.

A problem for Windows buildbot slaves is that they need an appropriate
compiler.  Does this machine have MS VC 7.1 installed?  If not, it
can't compile the code.  The Windows Python would also like to build
several other packages (like bz2 and Tcl/Tk).

An "update" style of slave does an svn update rather than a full
checkout, and that usually goes very fast after the first time. 
Likewise compiling if binaries are left behind across runs.

For the rest, open a DOS box on this machine, cd to root of a Python
2.4.2 installation, and time

    python Lib\test\regrtest.py -uall

That's about how long it will take on that machine to run all the
tests from the current trunk too.  Really thorough tests take 8x as
long (with and without purging .pyc/.pyo files first, with and without
-O, and under release and debug builds: 2*2*2 = 8).
_______________________________________________
Python-Dev mailing list
Python-Dev@[...].org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.c
om
Thread:
Morel Xavier
Tim Peters
"Martin v. Löwis"
Trent Mick
Brian Warner
John J Lee
Tim Peters
"Martin v. Löwis"
Trent Mick
"Martin v. Löwis"
Trent Mick
Brian Warner
"Martin v. Löwis"
Brian Warner
Trent Mick
"Martin v. Löwis"
skip
Anthony Baxter
"Martin v. Löwis"
Anthony Baxter
John J Lee
"Martin v. Löwis"
skip
Anthony Baxter
"Martin v. Löwis"
Anthony Baxter
"Martin v. Löwis"
Bob Ippolito

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved