Skip to content

Commit 3030e3d

Browse files
committed
selftests/net: packetdrill: make tcp buf limited timing tests benign
The following tests are failing on debug kernels: tcp_tcp_info_tcp-info-rwnd-limited.pkt tcp_tcp_info_tcp-info-sndbuf-limited.pkt with reports like: assert 19000 <= tcpi_sndbuf_limited <= 21000, tcpi_sndbuf_limited; \ AssertionError: 18000 and: assert 348000 <= tcpi_busy_time <= 360000, tcpi_busy_time AssertionError: 362000 Extend commit 912d6f6 ("selftests/net: packetdrill: report benign debug flakes as xfail") to cover them. Reviewed-by: Willem de Bruijn <willemb@google.com> Link: https://patch.msgid.link/20250115232129.845884-1-kuba@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent d338e12 commit 3030e3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/testing/selftests/net/packetdrill/ksft_runner.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ if [[ -n "${KSFT_MACHINE_SLOW}" ]]; then
4343
"tcp_timestamping.*.pkt"
4444
"tcp_user_timeout_user-timeout-probe.pkt"
4545
"tcp_zerocopy_epoll_.*.pkt"
46+
"tcp_tcp_info_tcp-info-*-limited.pkt"
4647
)
4748
readonly xfail_regex="^($(printf '%s|' "${xfail_list[@]}"))$"
4849
[[ "$script" =~ ${xfail_regex} ]] && failfunc=ktap_test_xfail

0 commit comments

Comments
 (0)