mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-17 13:06:14 +02:00
This commit fixes two flaky test scenarios: 1. testRemoveLockedAddr: Add synchronization to wait for the dial to start before asserting that the address is locked. Previously, the test could race and check the lock state before session negotiation began. 2. testTowerSwitch: Use wait.Predicate for RemoveTower since the address may still be locked by an active session, causing intermittent failures. |
||
|---|---|---|
| .. | ||
| blob | ||
| lookout | ||
| wtclient | ||
| wtdb | ||
| wtmock | ||
| wtpolicy | ||
| wtserver | ||
| wtwire | ||
| conf.go | ||
| config.go | ||
| errors.go | ||
| interface.go | ||
| log.go | ||
| standalone.go | ||
| tlv_bench_test.go | ||