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 serhiy.storchaka
Recipients ezio.melotti, michael.foord, serhiy.storchaka
Date 2016-11-11.12:12:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478866355.91.0.707083472132.issue28666@psf.upfronthosting.co.za>
In-reply-to
Content
Some tests create directories with disabled writing or even reading and listing. If them fail test.support.rmtree() can't remove such directories. This cause failures in other tests.

Proposed patch makes test.support.rmtree() able to remove such directories. If some operation fails it try to change the mode of corresponding directory and repeat the try.
History
Date User Action Args
2016-11-11 12:12:35serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, michael.foord
2016-11-11 12:12:35serhiy.storchakasetmessageid: <1478866355.91.0.707083472132.issue28666@psf.upfronthosting.co.za>
2016-11-11 12:12:35serhiy.storchakalinkissue28666 messages
2016-11-11 12:12:35serhiy.storchakacreate