cpan-testers / cpantesters-backend

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

Create process to compare processed/unprocessed reports #20

Open preaction opened 6 years ago

preaction commented 6 years ago

We need a process that can tell us which, if any, reports (test_reports / CPAN::Testers::Schema::Result::TestReport) have not yet been processed into a report summary (cpanstats / CPAN::Testers::Schema::Result::Stats).

The process should write the IDs of all the test reports that do not have a corresponding summary row, one per line.

In the future, the output of this process could be piped through xargs to the CPAN::Testers::Backend::ProcessReports program to process the missing reports.