Skip to content

Create process to compare processed/unprocessed reports #20

Open
@preaction

Description

@preaction

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions