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 db3l
Recipients christian.heimes, db3l, erlendaasland, kj, pablogsal, vstinner
Date 2021-05-28.22:23:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622240613.24.0.679700463318.issue44252@roundup.psfhosted.org>
In-reply-to
Content
Oddly, it turns out it's the "--junit-xml" parameter during buildbot tests that is making it reproducible there.

  Pass: python_d -m test.regrtest test_ssl
  Fail: python_d -m test.regrtest --junit-xml out.xml test_ssl

The latter consistently fails all of the time for me manually.

I also found what I think is the same commit Pablo just referenced (albeit the cherry pick version on the 3.10 branch) - ea47a8a71ad56ec349f02bf8c6a1d3bf04acabcc.  Reverting just that commit as part of the latest 3.10 source passes.
History
Date User Action Args
2021-05-28 22:23:33db3lsetrecipients: + db3l, vstinner, christian.heimes, pablogsal, erlendaasland, kj
2021-05-28 22:23:33db3lsetmessageid: <1622240613.24.0.679700463318.issue44252@roundup.psfhosted.org>
2021-05-28 22:23:33db3llinkissue44252 messages
2021-05-28 22:23:32db3lcreate