On Oct 7, 2011, at 7:10 AM, Cameron Simpson wrote:

> The point here is security, not test coverage: if a procedure is known
> to be broken as a regular user, is it not highly unsafe to then run it
> as root?

No. As I mentioned previously, any environment where the tests are run should 
be isolated from any resources that are even safety-relevant, let alone 
safety-critical, whether they're running as a regular user _or_ root.

In theory, one might automatically restore the run-as-root buildslave VM from a 
snapshot before every single test run.  In practice this is probably too 
elaborate to bother with and an admin can just hit the 'restore' button in the 
fairly unlikely case that something does happen to break the buildslave.

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to