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 vstinner
Recipients BTaskaya, David.Edelsohn, vstinner
Date 2020-09-04.15:13:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599232438.83.0.403363375817.issue41717@roundup.psfhosted.org>
In-reply-to
Content
'@test_6488748_tmpæ' is likely TESTFN_NONASCII which is exposed as test.support.os_helper.TESTFN, but test_io has many many tests using TESTFN.

https://buildbot.python.org/all/#/builders/330/builds/20

0:06:47 [130/425/1] test_io failed (env changed) (1 min 8 sec) -- running: test_concurrent_futures (31.1 sec)
(...)
Warning -- files was modified by test_io
  Before: []
  After:  ['@test_6488748_tmpæ']

Since build 1, 19 days ago:
https://buildbot.python.org/all/#/builders/330/builds/1


If someone is able to reproduce the issue, please attempt to identify which test method leaks the temporary file using the command:

./python -m test.bisect_cmd test_io --fail-env-changed -v

After 10-20 minutes, the command should give the name of a single method which creates the temporary file.
History
Date User Action Args
2020-09-04 15:13:58vstinnersetrecipients: + vstinner, David.Edelsohn, BTaskaya
2020-09-04 15:13:58vstinnersetmessageid: <1599232438.83.0.403363375817.issue41717@roundup.psfhosted.org>
2020-09-04 15:13:58vstinnerlinkissue41717 messages
2020-09-04 15:13:58vstinnercreate