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 vstinner
Date 2019-12-09.13:24:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575897877.42.0.877682602403.issue39004@roundup.psfhosted.org>
In-reply-to
Content
0:22:15 load avg: 15.82 [288/420/3] test_largefile failed (11 min 19 sec) -- running: test_capi (2 min 40 sec), test_compileall (3 min 42 sec), test_shelve (14 min 46 sec), test_sax (10 min 4 sec), test_dbm (3 min 36 sec), test_multiprocessing_spawn (13 min 21 sec), test_posix (3 min 39 sec), test_mailbox (12 min 46 sec), test_asyncio (9 min 23 sec)
beginning 6 repetitions
123456
.Warning -- threading._dangling was modified by test_largefile
  Before: {<weakref at 0x7f1cf0e08fb0; to '_MainThread' at 0x7f1cf19395a0>}
  After:  {<weakref at 0x7f1cf0526470; to '_MainThread' at 0x7f1cf19395a0>, <weakref at 0x7f1cf0526170; to 'Thread' at 0x7f1cf057a3c0>} 
test test_largefile failed -- Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-fedora-stable-x86_64.refleak/build/Lib/test/test_largefile.py", line 211, in test_it
    self.assertEqual(os.path.getsize(TESTFN2), size)
AssertionError: 2496925696 != 2500000001
History
Date User Action Args
2019-12-09 13:24:37vstinnersetrecipients: + vstinner
2019-12-09 13:24:37vstinnersetmessageid: <1575897877.42.0.877682602403.issue39004@roundup.psfhosted.org>
2019-12-09 13:24:37vstinnerlinkissue39004 messages
2019-12-09 13:24:37vstinnercreate