Following suggestions from others, I have now extended the Failure Counts pages of the CPAN Testers Statistics site. Firstly, more fields are exposed to highlight the date the PAUSE post appeared on the list, the total passes, total reports and the percentage of failures against total reports. Secondly, is that you can list according to failure counts or failure percentages by clicking the relevant column heading.
Some things to bear in mind though:
The problem with duplicate reports though is problematic. Agreeing that a report for a distribution that matches the tester, platform and perl be considered a dupicate might be posible, but there may be good reasons why matching reports may occur. The same tester might have multiple setups for the same environment, such as one setup with no 3rd party libraries, while others might have specific library setups. It would be nice to allow the tester themselves to submit a report that indicates a specific submission entered previous was a mistake and should be ignored. This is most useful when a FAIL report is sent, only to discover that the test environment was incorrect, and subsequent fix and retest produces a PASS report. But how can a tester easily indicate a particular report should be ignored? There are couple ways I thought of:
At the moment I believe only CPAN Testers and CPAN Testers Statistics would make use of this, but in the longer term, it may make the reporting mechanism a little more reliable, and others may have more confidence in the reporting information that is provided.
Personally I think the second is the better option, but it does require a lot of changes and implimentation. Rather than rushing ahead and trying to solve the problem, I thought it better to make the suggestion and see what others think. Maybe there is an even better solution I've not thought of. So ... thoughts welcome :)
Both email and usenet messages have unique message-IDs. I presume that when a report hits the cpan-testers list and gets copied to the nntp version of the list, the message-id is preserved. So the simple solution is to accept subject lines like "CANCEL <msgid123456789@example.com>".
Or let people cancel their results interactively through a web shite.
Re:Use the message-id, Barbie
barbie on 2007-03-14T13:37:17
Whether it uses the message-ID or the NNTP id is secondary, it's whether the cancellation is from the original tester that's the important bit.
Cancelling through a website would be better, but it still needs a method to verify that the cancellation request came from the original tester.
I would expect cancellations to only happen occasionally, so having an administrator just verify the request wouldn't be too bad. If it got to be a regular occurance then it would likely indicate a bug that needs fixing before testing continues.