Open
Description
The boostrap test (e.g. on travis) sometimes fails. It probably is due to a fault in the test, client connection handling (drop a connection before downloading all the data), server connection handling (they drop connection before sending addresses or flushing the stream) or some combination thereof.
It's not exclusively a problem of travis, I'm moving the tests to buildbot and the same happens there. If you retry the test enough it will eventually succeed.
I'll check if the bootstrap servers that I have access to have the latest code, if that doesn't fix it maybe someone can look at it in more detail.
- fix Excessive memory usage #1598
- check bootstrap servers up to date
- check if test is working correctly
- check if servers send addresses if full / duplicate IP
- check if servers close the connection after the stream is flushed
- check if client closes connection after all data is read
- if it's still broken, investigate what else it could be