-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add multiplex tests to t0130. #3556
Conversation
License: MIT Signed-off-by: Jakub Sztandera <[email protected]>
License: MIT Signed-off-by: Jakub Sztandera <[email protected]>
I figure this is more of a bug report than to-be-merged eh? The tests LGTM though :) |
@whyrusleeping asked me to write this test and it turns out it is failing. |
CHANGELOG: |
I added it to initial PR comment, do you think it is better idea. |
@@ -87,6 +87,13 @@ test_expect_success "set up tcp testbed" ' | |||
iptb init -n 5 -p 0 -f --bootstrap=none | |||
' | |||
|
|||
# test multiplex muxer | |||
export LIBP2P_MUX_PREFS="/mplex/6.7.0 /yamux/1.0.0 /spdy/3.1.0" |
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.
just to be a bit more certain of what we're testing, lets remove yamux and spdy from this list.
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.
k
License: MIT Signed-off-by: Jakub Sztandera <[email protected]>
merged in #3582 |
For some reasons multiplex won't transfer those files, it hangs.
CHANGELOG:
test go-multiplex stream muxer in multinode sharness test.