Message 370908 - Python tracker

Message370908

Author remi.lapeyre
Recipients giampaolo.rodola, pablogsal, remi.lapeyre, vstinner, xtreak
Date 2020-06-07.17:06:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591549610.6.0.0383224581727.issue36750@roundup.psfhosted.org>
In-reply-to
Content
I think I stumbled on this too, I think the test that causes some issue is testCmsgTrunc2Int:


./python -m test -R: test_socket -m testCmsgTrunc2Int    
0:00:00 load avg: 1.66 Run tests sequentially
0:00:00 load avg: 1.66 [1/1] test_socket
beginning 9 repetitions
123456789
.........
test_socket leaked [2, 2, 2, 2] file descriptors, sum=8
test_socket failed

== Tests result: FAILURE ==

1 test failed:
    test_socket

Total duration: 2.0 sec
Tests result: FAILURE



There is some file descriptors that are created by newFDs() but they are supposed to be cleaned up, maybe it is some race condition as I see that test_socket create a thread for each test?
History
Date User Action Args
2020-06-07 17:06:50remi.lapeyresetrecipients: + remi.lapeyre, vstinner, giampaolo.rodola, pablogsal, xtreak
2020-06-07 17:06:50remi.lapeyresetmessageid: <1591549610.6.0.0383224581727.issue36750@roundup.psfhosted.org>
2020-06-07 17:06:50remi.lapeyrelinkissue36750 messages
2020-06-07 17:06:50remi.lapeyrecreate