Add test for mptcp#3042
Conversation
|
Doesn't look like the DCO was signed off correctly, you can follow these steps here: https://github.com/valkey-io/valkey/pull/3042/checks?check_run_id=60077918276 |
248afa6 to
f05a567
Compare
Fixed. Please review it again, thanks. |
zuiderkwast
left a comment
There was a problem hiding this comment.
Looks good in general. Thanks.
|
Question: Is the test client in TCL using MPTCP? I think maybe it's just using a regular TCP connection. |
Signed-off-by: wangxiaomeng <wangxiaomeng@kylinos.cn>
You're right. The test itself does not directly force the TCL client [r] to use an MPTCP socket. What the test actually verifies is:
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## unstable #3042 +/- ##
============================================
- Coverage 74.38% 74.30% -0.09%
============================================
Files 129 129
Lines 70972 71009 +37
============================================
- Hits 52791 52761 -30
- Misses 18181 18248 +67 🚀 New features to boost your workflow:
|
enjoy-binbin
left a comment
There was a problem hiding this comment.
My local Mac does not support MPTCP, we need to find a way that can skip the test in some OS.
|
Good point. We should skip it in the same way we skip ipv6 tests if it's not available. The test is tagged with mptcp. |
The test case added in #3042 fails on platforms without MPTCP support. This change automatically skips the MPTCP tests on platforms without MTPCP. --------- Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
Signed-off-by: wangxiaomeng <wangxiaomeng@kylinos.cn> Signed-off-by: arshidkv12 <arshidkv12@gmail.com>
The test case added in valkey-io#3042 fails on platforms without MPTCP support. This change automatically skips the MPTCP tests on platforms without MTPCP. --------- Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech> Signed-off-by: arshidkv12 <arshidkv12@gmail.com>
Signed-off-by: wangxiaomeng <wangxiaomeng@kylinos.cn>
The test case added in valkey-io#3042 fails on platforms without MPTCP support. This change automatically skips the MPTCP tests on platforms without MTPCP. --------- Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech>
Signed-off-by: wangxiaomeng <wangxiaomeng@kylinos.cn> Signed-off-by: Harkrishn Patro <bunty.hari@gmail.com>
The test case added in valkey-io#3042 fails on platforms without MPTCP support. This change automatically skips the MPTCP tests on platforms without MTPCP. --------- Signed-off-by: Viktor Söderqvist <viktor.soderqvist@est.tech> Signed-off-by: Harkrishn Patro <bunty.hari@gmail.com>
Add test for mptcp
Signed-off-by: wangxiaomeng wangxiaomeng@kylinos.cn