Re: [python-committers] New installed Python builders

2015-11-23 Thread R. David Murray
On Mon, 23 Nov 2015 19:11:15 +0200, Serhiy Storchaka  
wrote:
> On 23.11.15 18:00, R. David Murray wrote:
> > On Mon, 23 Nov 2015 00:58:01 -0600, Zachary Ware 
> >  wrote:
> > I haven't looked at this, but unless the buildbot does *not* have write
> > access to the installed directories (ie: the install was done as another
> > user) it isn't really doing a full installed python test.
> 
> Yes, but at least it catches cases where some files are not installed. 
> There were few issues with this.

True.  Something incomplete in this vein is better than nothing.  I'm
Not sure you should call it "Installed" though, as that will be a bit
misleading.  Most of the "can't run the tests on installed python" bugs
are because the tree is read-only (obviously, not all of them!).
Maybe call it "local install"?  Wordy, I know, but more accurate.

--David
___
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers


[python-committers] New installed Python builders

2015-11-22 Thread Zachary Ware
Hi,

Inspired by a couple of issues about testing installed Python that
popped up this morning (#25694 and #25696), I've set up a new set of
builders[1] to build, install, and test the installed Python.  They
run on the same slave that runs my "x86 Gentoo Non-Debug with X"
builders.

If you are interested, please have a look at how they do what they do,
and let me know if you see any issues with how it's set up.  Since the
3.x builder is not failing, I'm not sure whether the issues have been
fixed or if I messed something up in the setup :)

[1] 
http://buildbot.python.org/all/builders/x86%20Gentoo%20Installed%20with%20X%203.x

http://buildbot.python.org/all/builders/x86%20Gentoo%20Installed%20with%20X%203.5

http://buildbot.python.org/all/builders/x86%20Gentoo%20Installed%20with%20X%203.4

http://buildbot.python.org/all/builders/x86%20Gentoo%20Installed%20with%20X%202.7

Regards,
-- 
Zach
___
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers