mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 14:40:30 +01:00
In this commit, we speed up the `TestChainWatcherDataLossProtect` _considerably_ by enumerating relevant tests using table driven tests rather than generating random tests via the `testing/quick` package. Each of these test cases are also run in parallel bringing down the execution time of this test from a few minutes, to a few seconds. |
||
---|---|---|
.. | ||
briefcase.go | ||
briefcase_test.go | ||
chain_arbitrator.go | ||
chain_arbitrator_test.go | ||
chain_watcher.go | ||
chain_watcher_test.go | ||
channel_arbitrator.go | ||
channel_arbitrator_test.go | ||
commit_sweep_resolver.go | ||
contract_resolvers.go | ||
htlc_incoming_contest_resolver.go | ||
htlc_outgoing_contest_resolver.go | ||
htlc_success_resolver.go | ||
htlc_timeout_resolver.go | ||
htlc_timeout_resolver_test.go | ||
log.go |