This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lars.gustaebel
Recipients doughellmann, eric.araujo, lars.gustaebel, loewis, python-dev, seblu, vstinner
Date 2011-09-09.21:40:48
SpamBayes Score 1.5430944e-08
Marked as misclassified No
Message-id <1315604449.23.0.103223415438.issue12841@psf.upfronthosting.co.za>
In-reply-to
Content
It's the low-level operating system aspects of tarfile that are very difficult to test, e.g. filesystem and operating system dependent features such as symbolic links, hard links, file permissions, ownership. It is not even possible to reliably determine the filesystem the testsuite currently runs on. Also, superuser privileges are needed for some operations to work, e.g. chown(). A testsuite is normally not run as root, so a test that depends on this will never get enough coverage.
History
Date User Action Args
2011-09-09 21:40:49lars.gustaebelsetrecipients: + lars.gustaebel, loewis, vstinner, eric.araujo, doughellmann, python-dev, seblu
2011-09-09 21:40:49lars.gustaebelsetmessageid: <1315604449.23.0.103223415438.issue12841@psf.upfronthosting.co.za>
2011-09-09 21:40:48lars.gustaebellinkissue12841 messages
2011-09-09 21:40:48lars.gustaebelcreate