m-lab / annotation-service

Annotation integration service for M-Lab data
Apache License 2.0
3 stars 5 forks source link

Set default siteinfo URLs and update loaded log message #288

Closed stephen-soltesz closed 3 years ago

stephen-soltesz commented 3 years ago

When beginning to integrate siteinfo reloading into the etl_worker I discovered two things:

This change adds site counting during load and updates the log message to report on site count and network counts. This change also adds default values for the siteinfo URLs using the production URLs. This is almost always the value we want, and the site package unit tests override these values already.


This change is Reviewable

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 2555


Totals Coverage Status
Change from base Build #2178: 0.01%
Covered Lines: 1647
Relevant Lines: 2291

💛 - Coveralls
stephen-soltesz commented 3 years ago

Thank you!