m-lab / etl

M-Lab ingestion pipeline
Apache License 2.0
22 stars 7 forks source link

Add a command line parse command for local debugging #1026

Closed gfr10598 closed 2 years ago

gfr10598 commented 2 years ago

This change is Reviewable

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 6788


Changes Missing Coverage Covered Lines Changed/Added Lines %
parser/pcap.go 10 13 76.92%
active/throttle.go 8 15 53.33%
active/poller.go 10 20 50.0%
cmd/parse/parse.go 72 111 64.86%
tcp/tcp.go 249 315 79.05%
<!-- Total: 349 474 73.63% -->
Files with Coverage Reduction New Missed Lines %
parser/pcap.go 1 75.68%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 6733: 0.7%
Covered Lines: 4094
Relevant Lines: 6355

💛 - Coveralls
stephen-soltesz commented 2 years ago

I like the idea of a command line parser. Closing this PR to clean up open PRs.

The idea for a command line parser tool references this PR as an example. https://github.com/m-lab/etl/issues/1082