Skip to content
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

Merged
merged 2 commits into from
Jan 18, 2022
Merged

Basic resource manager integration tests #1296

merged 2 commits into from
Jan 18, 2022

Conversation

vyzo
Copy link
Contributor

@vyzo vyzo commented Jan 11, 2022

On top of #1275.

itest/echo.go Outdated Show resolved Hide resolved
itest/rcmgr_test.go Outdated Show resolved Hide resolved
itest/echo_test.go Show resolved Hide resolved
itest/echo_test.go Outdated Show resolved Hide resolved

err := echos[i].Echo(echos[0].Host.ID(), "hello libp2p")
if err != nil {
t.Log(err)
Copy link
Contributor

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?

Copy link
Contributor Author

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.

@vyzo
Copy link
Contributor Author

vyzo commented Jan 12, 2022

made some further improvements on the tests, squashed some commits.

@vyzo
Copy link
Contributor Author

vyzo commented Jan 14, 2022

rebased on rcmgr branch, updated for interface changes.

@vyzo vyzo force-pushed the rcmgr-itest branch 4 times, most recently from 0de38ce to 6b34597 Compare January 16, 2022 23:38
@marten-seemann marten-seemann mentioned this pull request Jan 18, 2022
69 tasks
@marten-seemann marten-seemann changed the base branch from rcmgr to master January 18, 2022 09:36
@marten-seemann marten-seemann merged commit 7e3f22f into master Jan 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants