aboutsummaryrefslogtreecommitdiff
path: root/dbstore/dbstore_test.go
AgeCommit message (Expand)AuthorFilesLines
2022-03-18dbstore/dbstore_test.go: fix TestCisaSearch()Paul Duncan1-2/+47
2022-03-18dbstore/dbstore_test.go: add TestCisaSearch()Paul Duncan1-0/+31
2022-03-16dbstore/dbstore_test.go: add TestAddCisaCatalogs() and stub TestCisaSearch()Paul Duncan1-0/+85
2022-02-26dbstore/dbstore_test.go: update skip messages for several tests, add TestAddC...Paul Duncan1-4/+86
2022-02-26dbstore/dbstore_test.go: add TestTx(), TestQuery(), and TestQueryRow()Paul Duncan1-0/+254
2022-02-26dbstore: add dbstore/sqlfs_test.goPaul Duncan1-44/+0
2022-02-22dbstore: update tests to exclude excrutiating ones in short test modePaul Duncan1-0/+20
2022-02-20dbstore: shrink CVE FTS index (test index from 120M to 86M) by removing all I...Paul Duncan1-4/+4
2022-02-20dbstore/dbstore_test.go: replace TestAddCveFeed() with TestAddCveFeeds()Paul Duncan1-17/+18
2022-02-20dbstore: add AddCveFeeds(), fix bugs, fix TestAddCveFeedPaul Duncan1-8/+38
2022-02-19dbstore: add CveSearch() and test (but not test data)Paul Duncan1-0/+28
2022-02-19dbstore/dbstore_test.go: add TestAddCveFeed()Paul Duncan1-0/+59
2022-02-18dbstore: refactor sqlfs and tx, add tx testsPaul Duncan1-0/+420
2022-02-05dbscore: add openFull and testPaul Duncan1-4/+5
2022-02-05dbstore: add CpeSearch() fail testsPaul Duncan1-2/+20
2022-02-05dbstore: refactor, separate cpesearchrow and cpesearchtype, add cpesearchtype...Paul Duncan1-62/+0
2022-02-05dbstore: add unmarshalcpesearchrow and testsPaul Duncan1-16/+240
2022-02-05dbstore: add Open failure testsPaul Duncan1-5/+17
2022-02-05mv internal/dbstore dbstorePaul Duncan1-0/+335