m-lab / annotation-service

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

Add support for local testing #280

Closed stephen-soltesz closed 3 years ago

stephen-soltesz commented 3 years ago

This change adds support for specifying alternate ASN and Maxmind date patterns for local development. This includes two new flags to the annotation-service for -routeview_dates and -maxmind_dates. This is to overcome the default behavior which is to load all historical archives in RAM.

Testing: ran using Local Development steps in README.


This change is Reviewable

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 2497


Totals Coverage Status
Change from base Build 2493: -0.4%
Covered Lines: 1352
Relevant Lines: 1990

💛 - Coveralls
gfr10598 commented 3 years ago

FYI, I was looking at some optimization that a contractor worked on in 2019, in #216. Many parts of that were merged with other PRs after the contractor left, e.g. #232.