-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat: add connectivity tests for circuit v2 #147
Conversation
relay/rust/v0.51.0/ping-version.json
Outdated
"secureChannels": [ | ||
"tls", | ||
"noise" | ||
], | ||
"muxers": [ | ||
"mplex", | ||
"yamux" | ||
] |
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.
Does it make sense to test different secure channels and muxers 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.
For now, this is just a copy&paste from the existing interop tests.
I suggest a first iteration to not test different transport, security and muxer combinations on the direct connections, though potentially on the relayed connection.
Long term, it would be great to test all of them, maybe using randomness to fight the cardinality explosion, e.g. via property based testing as suggested by @thomaseizinger in #116 (comment).
Good news:
|
Untagging myself for review to tidy up my pending reviews. But please tag me again when this is ready. |
Fixes #116