summaryrefslogtreecommitdiff
path: root/internal/recordline/recordline_test.go
AgeCommit message (Collapse)Author
2026-04-14recordline: reject invalid uptime/bootTime (s3)Paul Buetow
Return ok=false when strconv.ParseUint fails instead of using zero values. Add tests for non-numeric and empty numeric fields. Made-with: Cursor
2026-04-14refactor: extract record line parser to internal/recordline (m3)Paul Buetow
Deduplicate parseRecordLine from goprecords and storage; shared recordline.Parse with Fields type. Tests live in recordline package; DB import path still covered by goprecords TestImportFromDir. Made-with: Cursor