Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: stop abci server started in addr test
This test would fail if run with "go test -count=2" because it uses a fixed address and was not closing the server, so the subsequent run could not bind to the address. While closing the server is correct, it would probably be better if the API was able to report the bound address so that we could pass "localhost:0" for an anonymous port. But I am currently focusing on test cleanup, not ready to change any existing APIs.
- Loading branch information