Describe the bug
During the implementation of skycoin/dmsg#2 TravisCI failed with EOF error in TestNewClient in a21feaa commit.
This is a floating bug. After failed TravisCI build, I was unable to reproduce the bug.
Environment information:
Steps to Reproduce
Steps to reproduce the behavior:
- Run
TravisCI build
Actual behavior
TestNewClient fails with EOF error (panic is raised by test itself).
Expected behavior
TestNewClient passes.
Additional context
Failed TravisCI build link:
https://travis-ci.com/skycoin/dmsg/builds/117521843
Possible implementation
For the commit skycoin/dmsg@a21feaa the lines where the error may occur are between 811 and 817.
Describe the bug
During the implementation of skycoin/dmsg#2
TravisCIfailed withEOFerror inTestNewClientina21feaacommit.This is a floating bug. After failed
TravisCIbuild, I was unable to reproduce the bug.Environment information:
Steps to Reproduce
Steps to reproduce the behavior:
TravisCIbuildActual behavior
TestNewClientfails withEOFerror (panic is raised by test itself).Expected behavior
TestNewClientpasses.Additional context
Failed
TravisCIbuild link:https://travis-ci.com/skycoin/dmsg/builds/117521843
Possible implementation
For the commit skycoin/dmsg@a21feaa the lines where the error may occur are between
811and817.