Stories
Slash Boxes
Comments
NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

barbie (2653)

barbie
  reversethis-{ku. ... m} {ta} {eibrab}
http://barbie.missbarbell.co.uk/

Leader of Birmingham.pm [pm.org] and a CPAN author [cpan.org]. Co-organised YAPC::Europe in 2006 and the 2009 QA Hackathon, responsible for the YAPC Conference Surveys [yapc-surveys.org] and the QA Hackathon [qa-hackathon.org] websites. Also the current caretaker for the CPAN Testers websites and data stores.

If you really want to find out more, buy me a Guinness ;)

Links:
Memoirs of a Roadie [missbarbell.co.uk]
[pm.org]
CPAN Testers Reports [cpantesters.org]
YAPC Conference Surveys [yapc-surveys.org]
QA Hackathon [qa-hackathon.org]

Journal of barbie (2653)

Saturday March 10, 2007
05:57 AM

CPAN Failure Counts

[ #32639 ]

Following a suggest by Adam, I had a quick look at the code this morning, and have update the CPAN Testers Statistics site already!

Check out the new Failure Counts page for the distributions with the highest number of failure reports (FAIL and UNKNOWN) submitted for them. Only the last uploaded version of a distribution is counted, so may look to update this page on a more regular basis.

I was quite surprised to see some of the distributions near the top of the list, but then again that could just highlight how popular they are and that they tend to get tested on a wider variety of distributions than others.

If anyone has any other suggestions for other stats they'd like to see, let me know.

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • But how about failures versus total tests. 3 failures on 30 tests is less serious than 1 failure in 8 tests, IMO.

    And you could group them per platform and/or perl version.
    • Ratio is not a good idea, because ever piece of shit on CPAN will be at the top.

      In this case, more fails implies more testing, implies more important.

      I'd like to see the ones shows and the ORDER shown to stay, but maybe note total tests and percentage in other columns?
      • I'm sorry, I don't follow. Are we talking about the same thing? Because I was talking about the number of failure reports on CPAN testers. Whether there have been 20 reports with 2 failures, or 50 with 5 failures, that looks like a comparable result to me.

        Perhaps you were talking about the number of tests in a test suite.
  • I should note that looking for my own modules on that list, I just found a packaging bug in a module I didn't know existed.

    So score 1 bug fix for the new page already :)