https://github.com/torvalds/linux
Revision a635a8c3df66ab68dc088c08a4e9e955e22c0e64 authored by Paolo Abeni on 07 February 2023, 13:04:17 UTC, committed by David S. Miller on 08 February 2023, 09:39:34 UTC
A test-case is frequently failing on some extremely slow VMs.
The mptcp transfer completes before the script is able to do
all the required PM manipulation.

Address the issue in the simplest possible way, making the
transfer even more slow.

Additionally dump more info in case of failures, to help debugging
similar problems in the future and init dump_stats var.

Fixes: e274f7154008 ("selftests: mptcp: add subflow limits test-cases")
Cc: stable@vger.kernel.org
Closes: https://github.com/multipath-tcp/mptcp_net-next/issues/323
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 1249db4
History
Tip revision: a635a8c3df66ab68dc088c08a4e9e955e22c0e64 authored by Paolo Abeni on 07 February 2023, 13:04:17 UTC
selftests: mptcp: allow more slack for slow test-case
Tip revision: a635a8c
File Mode Size
alloc
bindings
kernel
macros
.gitignore -rw-r--r-- 133 bytes
Makefile -rw-r--r-- 16.3 KB
bindgen_parameters -rw-r--r-- 667 bytes
build_error.rs -rw-r--r-- 1.3 KB
compiler_builtins.rs -rw-r--r-- 1.7 KB
exports.c -rw-r--r-- 862 bytes
helpers.c -rw-r--r-- 2.2 KB

back to top