This change moves the fakeAnnotator type from the tcpinfo_test.go file to the common parser_test.go for use by multiple parsers.
This change adds ServerX and ClientX value tests to the tcpinfo parser.
This change adds ServerX and ClientX value tests to the pt parser for .paris and .jsonl file types.
Because correct annotations require well formatted archive URLs, additional changes ensure that valid URLs are provided to unit tests.
This change completes the unit tests omitted from https://github.com/m-lab/etl/pull/1004
This change moves the
fakeAnnotator
type from the tcpinfo_test.go file to the common parser_test.go for use by multiple parsers.This change adds ServerX and ClientX value tests to the tcpinfo parser. This change adds ServerX and ClientX value tests to the pt parser for .paris and .jsonl file types.
Because correct annotations require well formatted archive URLs, additional changes ensure that valid URLs are provided to unit tests.
This change is