mirror of
https://github.com/btcsuite/btcd.git
synced 2026-08-19 13:17:36 +02:00
This commit makes several changes to the operation tests as follows: - Ensure the database is closed between each operational mode test as otherwise the database is locked when trying to reopening it which makes it unusable - Make the insert tests error after a single failure since every test afterwards is guaranteed to fail as well - Remove some of the logging statements which cluttered up the failed test prints making it harder to see why a given test failed - Make a couple of the log messages more descriptive |
||
|---|---|---|
| .. | ||
| testdata | ||
| doc.go | ||
| internal_test.go | ||
| operational_test.go | ||
| sqlite.go | ||
| sqliteblock.go | ||
| sqliteblock_test.go | ||
| sqlitedbcache.go | ||
| sqlitetx.go | ||