We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestNewClient
Describe the bug During the implementation of skycoin/dmsg#2 TravisCI failed with EOF error in TestNewClient in a21feaa commit.
TravisCI
EOF
a21feaa
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:
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.
811
817
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
During the implementation of skycoin/dmsg#2
TravisCI
failed withEOF
error inTestNewClient
ina21feaa
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:
TravisCI
buildActual behavior
TestNewClient
fails withEOF
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
and817
.The text was updated successfully, but these errors were encountered: