cpan-testers / cpantesters-backend

Backend data processing for CPAN Testers
Other
0 stars 4 forks source link

Mark incoming reports with failed dependencies as INVALID #25

Open preaction opened 6 years ago

preaction commented 6 years ago

There are often incoming reports that are clearly not good-faith effort to test the distribution: A misconfigured reporter, an accidental "Yes" answer to the question "Prereqs failed to install, try to continue anyway?", or other things.

There are some ways that a test report will warn about these things:

When we find one of these things, we should process the report in a different way:

If we are changing the report given to us by the reporter, we need to record the changes so we can track down issues with reporters in the future. See https://github.com/cpan-testers/cpantesters-schema/issues/31