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 flavio.ribeiro
Recipients flavio.ribeiro, hltbra, ned.deily, r.david.murray, rafaelcaricio, ronaldoussoren, tati_alchueyr
Date 2012-07-20.13:56:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342792590.19.0.174373621928.issue15398@psf.upfronthosting.co.za>
In-reply-to
Content
Ronald,

I thought it could be an `atomic` issue by the fact that test_rename transforms a filename in tmp and then it change again to the original name. Not being atomic, the rename will not finish the executation of the first one (even though a return code has been sent) and FileNotFoundError is dispatched. 

Anyway, i've added a time.sleep in the middle of the two lines to assert this and no more intermittence could be found. Ideas?
History
Date User Action Args
2012-07-20 13:56:30flavio.ribeirosetrecipients: + flavio.ribeiro, ronaldoussoren, ned.deily, r.david.murray, tati_alchueyr, hltbra, rafaelcaricio
2012-07-20 13:56:30flavio.ribeirosetmessageid: <1342792590.19.0.174373621928.issue15398@psf.upfronthosting.co.za>
2012-07-20 13:56:29flavio.ribeirolinkissue15398 messages
2012-07-20 13:56:28flavio.ribeirocreate