You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Relevant issue(s)
Resolves#2643
## Description
Don't setup http and p2p by default in test suite.
This is a regression I introduced in
#2641 (sorry for the
bother) - we set p2p and http up later. As the new, unused, P2P and http
servers werent cleaned up at the end of the test, this had quite a bad
effect on test suite memory consumption.
Later, I think the surrounding code that sets up p2p and http could
probably be changed later to make better use of `node.New`, but IMO this
is good enough for now (we have other things to do).
And not closing them down.
Introduced by #2641
The text was updated successfully, but these errors were encountered: