mirror of
https://github.com/btcsuite/btcd.git
synced 2026-08-13 12:32:51 +02:00
In this commit, we make each stress wave establish its full set of peers before disconnecting them together. A ping/pong barrier proves the server processed each verack, while RPC connection-count barriers prove registration and removal completed before the next wave starts. We bound concurrent handshakes from the shared source, drain every worker on failure, and wait for server-side cleanup. This keeps the test compatible with the admission limits it exercises and makes a passing run evidence of the intended NewPeer/DonePeer ordering. |
||
|---|---|---|
| .. | ||
| rpctest | ||
| bip0009_test.go | ||
| chain_test.go | ||
| csv_fork_test.go | ||
| getchaintips_test.go | ||
| invalidate_reconsider_block_test.go | ||
| log.go | ||
| main.go | ||
| p2a_test.go | ||
| prune_test.go | ||
| rawtx_test.go | ||
| README.md | ||
| reorg_test.go | ||
| rpcserver_test.go | ||
| sync_race_test.go | ||