-
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
Run interop tests across libp2p versions #1107
Comments
@Stebalien : to confirm, today we have interop tests that go between go-libp2p and js-libp2p and this is about adding some go-libp2p to go-libp2p with different configurations. You mentioned 5 test runs. To be clear, can you enumerate what the 5 combinations are? Also, some pointers on where to make changes would be great (interop repo?) |
Hm. Should have written that down. Probably:
That should cover it. |
Relates to libp2p/test-plans#44 |
closing in favor of libp2p/test-plans#61 |
When testing PRs, we should test the current branch against master (or the last release?) in an interop test to make sure we don't break backwards compatibility. We should be able to use the existing interop tests to do this.
Additionally, we should test this in all configurations:
Unfortunately, at a minimum that'll give us 5 test runs (which can luckily be done concurrently).
The text was updated successfully, but these errors were encountered: