Skip to content

Commit efff6cd

Browse files
matttbekuba-moo
authored andcommitted
selftests: mptcp: join: fastclose: remove flaky marks
After recent fixes like the parent commit, and "selftests: mptcp: connect: trunc: read all recv data", the two fastclose subtests no longer look flaky any more. It then feels fine to remove these flaky marks, to no longer ignore these subtests in case of errors. Reviewed-by: Geliang Tang <geliang@kernel.org> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> Link: https://patch.msgid.link/20251118-net-mptcp-misc-fixes-6-18-rc6-v1-7-806d3781c95f@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent ae15506 commit efff6cd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tools/testing/selftests/net/mptcp/mptcp_join.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3500,7 +3500,6 @@ fullmesh_tests()
35003500
fastclose_tests()
35013501
{
35023502
if reset_check_counter "fastclose test" "MPTcpExtMPFastcloseTx"; then
3503-
MPTCP_LIB_SUBTEST_FLAKY=1
35043503
test_linkfail=1024 fastclose=client \
35053504
run_tests $ns1 $ns2 10.0.1.1
35063505
chk_join_nr 0 0 0
@@ -3509,7 +3508,6 @@ fastclose_tests()
35093508
fi
35103509

35113510
if reset_check_counter "fastclose server test" "MPTcpExtMPFastcloseRx"; then
3512-
MPTCP_LIB_SUBTEST_FLAKY=1
35133511
test_linkfail=1024 fastclose=server \
35143512
run_tests $ns1 $ns2 10.0.1.1
35153513
join_rst_nr=1 \

0 commit comments

Comments
 (0)