https://github.com/tendermint/tendermint
Revision b9508ffecba0ded9b3a401f1acaba67e273ff053 authored by Sean Braithwaite on 27 May 2019, 19:44:56 UTC, committed by Ethan Buchman on 27 May 2019, 19:44:56 UTC
* Peer behaviour test tweaks:

    Address the remaining test issues mentioned in ##3552 notably:
    + switch to p2p_test package
    + Use `Error` instead of `Errorf` when not using formatting
    + Add expected/got errors to
    `TestMockPeerBehaviourReporterConcurrency` test

* Peer behaviour equal behaviours test

    + slices of PeerBehaviours should be compared as histograms to
    ensure they have the same set of PeerBehaviours at the same
    freequncy.

* TestEqualPeerBehaviours:

    + Add tests for the equivalence between sets of PeerBehaviours
1 parent a6ac611
Raw File
Tip revision: b9508ffecba0ded9b3a401f1acaba67e273ff053 authored by Sean Braithwaite on 27 May 2019, 19:44:56 UTC
[p2p] Peer behaviour test tweaks (#3662)
Tip revision: b9508ff
.gitignore
*.swp
*.swo
.bak
*.bak
.DS_Store
build/*
rpc/test/.tendermint
.tendermint
remote_dump
.revision
vendor
.vagrant
test/p2p/data/
test/logs
coverage.txt
docs/_build
docs/dist
*.log
abci-cli
docs/node_modules/
index.html.md

scripts/wal2json/wal2json
scripts/cutWALUntil/cutWALUntil

.idea/
*.iml

.vscode/

libs/pubsub/query/fuzz_test/output
shunit2

.tendermint-lite
addrbook.json

*/vendor
.vendor-new/
*/.glide
.terraform
terraform.tfstate
terraform.tfstate.backup
terraform.tfstate.d

.vscode
back to top