cpan-testers / cpantesters-backend

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

Remove copy to old Metabase cache from report processing #22

Open preaction opened 6 years ago

preaction commented 6 years ago

With the old view-report.cgi being replaced with a new webapp that uses the new test report format, we no longer need to copy test reports to the old Metabase cache tables.

Just in case something is still reading from those tables, we should remove the code that copies the data (from CPAN::Testers::Backend::ProcessReports) and monitor for a few weeks/months to see if anything stops / anyone reports an issue.