359b3621e9
- [x] [#797] : Remove unused methods PopulateStaticPeers, ReconnectStaticPeers, removeStaticPeers, removePeer - [x] [#797] : Rename node.Manager to node. StatusNode and simplify its public api - [x] [#797] : Rename all references to nodeManager to statusNode |
||
---|---|---|
.. | ||
README.md | ||
peers_test.go | ||
sync_test.go | ||
testcontroller.go |
README.md
Destructive tests
The goal is to test behaviour of status-go and underlying protocols under erroneous conditions, such as losing network connection.
Test could cause unpredictable side effects, such as change of network configuration. I don't advice to run them locally on your machine, just use docker container. Also note that tests are relying on real data, such as number of peers.
make docker-test ARGS="./t/destructive/ -v -network=3"