Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create process to compare processed/unprocessed reports #20

Open
preaction opened this issue Jun 13, 2018 · 0 comments
Open

Create process to compare processed/unprocessed reports #20

preaction opened this issue Jun 13, 2018 · 0 comments

Comments

@preaction
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant