]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
selftests: packetdrill: correct the expected timing in tcp_rcv_big_endseq
authorJakub Kicinski <kuba@kernel.org>
Tue, 15 Jul 2025 14:28:49 +0000 (07:28 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 16 Jul 2025 22:05:56 +0000 (15:05 -0700)
Commit f5fda1a86884 ("selftests/net: packetdrill: add tcp_rcv_big_endseq.pkt")
added this test recently, but it's failing with:

  # tcp_rcv_big_endseq.pkt:41: error handling packet: timing error: expected outbound packet at 1.230105 sec but happened at 1.190101 sec; tolerance 0.005046 sec
  # script packet:  1.230105 . 1:1(0) ack 54001 win 0
  # actual packet:  1.190101 . 1:1(0) ack 54001 win 0

It's unclear why the test expects the ack to be delayed.
Correct it.

Link: https://patch.msgid.link/20250715142849.959444-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/packetdrill/tcp_rcv_big_endseq.pkt

index 7e170b94fd366ef516d68cf97bf921fdbf437ca8..3848b419e68c3fc895ad736d06373fc32f3691c1 100644 (file)
@@ -38,7 +38,7 @@
 
 // If queue is empty, accept a packet even if its end_seq is above wup + rcv_wnd
   +0 < P. 4001:54001(50000) ack 1 win 257
-  +.040 > .  1:1(0) ack 54001 win 0
+  +0 > .  1:1(0) ack 54001 win 0
 
 // Check LINUX_MIB_BEYOND_WINDOW has been incremented 3 times.
 +0 `nstat | grep TcpExtBeyondWindow | grep -q " 3 "`