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 David.Edelsohn, Michael.Felt, lemburg, mark.dickinson, rhettinger, stutzbach, vstinner
Date 2020-11-11.16:54:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605113651.68.0.599075550602.issue42323@roundup.psfhosted.org>
In-reply-to
Content
> That sounds more like a process problem than a CPython codebase one. The ideal would be that the machinery sending those notifications can be configured to ignore known failures when deciding whether to send email. Is that remotely feasible? (I have zero familiarity with the buildbot machinery.)

If a test fails all the time and not randomly, a single email is sent at the first failure.

I'm annoyed by test_threading which crash randomly on AIX: https://bugs.python.org/issue40068 It's a known issue, I already fixed 3/4 of the issue, but I didn't fix the remaining part.

In the past, I already disabled AIX email notifications simply because there was nobody to fix issues, and so emails were just spam.


> but I kinda *want* IBM developers running the Python test suite on AIX to see those failures, in the hope that they might then be motivated to push for a fix to the relevant AIX bug. :-)

Well, that would be great.

I'm not sure if Michael Felt is still working on supporting AIX in Python. David Edelsohn might help.
History
Date User Action Args
2020-11-11 16:54:11vstinnersetrecipients: + vstinner, lemburg, rhettinger, mark.dickinson, stutzbach, David.Edelsohn, Michael.Felt
2020-11-11 16:54:11vstinnersetmessageid: <1605113651.68.0.599075550602.issue42323@roundup.psfhosted.org>
2020-11-11 16:54:11vstinnerlinkissue42323 messages
2020-11-11 16:54:11vstinnercreate