-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Basic resource manager integration tests #1296
Conversation
|
||
err := echos[i].Echo(echos[0].Host.ID(), "hello libp2p") | ||
if err != nil { | ||
t.Log(err) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we log here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly to make sure we have debuggability; the error is expected.
ed1791f
to
ce94fad
Compare
made some further improvements on the tests, squashed some commits. |
68d94fd
to
fbab5f7
Compare
rebased on rcmgr branch, updated for interface changes. |
0de38ce
to
6b34597
Compare
On top of #1275.