[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250116065835.1cc1eaac@kernel.org>
Date: Thu, 16 Jan 2025 06:58:35 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Willem de Bruijn <willemdebruijn.kernel@...il.com>
Cc: davem@...emloft.net, netdev@...r.kernel.org, edumazet@...gle.com,
pabeni@...hat.com, andrew+netdev@...n.ch, horms@...nel.org,
shuah@...nel.org, willemb@...gle.com, matttbe@...nel.org,
linux-kselftest@...r.kernel.org
Subject: Re: [PATCH net-next] selftests/net: packetdrill: make tcp buf
limited timing tests benign
On Thu, 16 Jan 2025 08:05:57 -0500 Willem de Bruijn wrote:
> Jakub Kicinski wrote:
> > 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 912d6f669725 ("selftests/net: packetdrill: report benign
> > debug flakes as xfail") to cover them.
> >
> > Signed-off-by: Jakub Kicinski <kuba@...nel.org>
>
> Reviewed-by: Willem de Bruijn <willemb@...gle.com>
>
> Thanks.
>
> I see that we'll still have a few flakes on dbg. Perhaps one total
> failure a day. From the following.
>
> tcp-close-close-local-close-then-remote-fin-pkt
> tcp-ecn-ecn-uses-ect0-pkt
> tcp-eor-no-coalesce-retrans-pkt
> tcp-slow-start-slow-start-after-win-update-pkt
Argh, I missed the two above, I had the ignored cases filtered out
when I was looking :(
> tcp-sack-sack-route-refresh-ip-tos-pkt
> tcp-ts-recent-reset-tsval-pkt
> tcp-zerocopy-closed-pkt
>
> We'll take a look after this change whether we can make these
> more resilient. But likely also allow-list or even xfail for
> everything in dbg.
Okay.
Powered by blists - more mailing lists