[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240209111550.1880ac56@kernel.org>
Date: Fri, 9 Feb 2024 11:15:50 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: Paolo Abeni <pabeni@...hat.com>
Cc: netdev@...r.kernel.org, "David S. Miller" <davem@...emloft.net>, Eric
Dumazet <edumazet@...gle.com>, Shuah Khan <shuah@...nel.org>, Willem de
Bruijn <willemb@...gle.com>, Coco Li <lixiaoyan@...gle.com>,
linux-kselftest@...r.kernel.org, Matthieu Baerts <matttbe@...nel.org>
Subject: Re: [PATCH net v2] selftests: net: cope with slow env in gro.sh
test
On Wed, 7 Feb 2024 19:36:46 +0100 Paolo Abeni wrote:
> + if [[ ${test} == "large" && -n "${KSFT_MACHINE_SLOW}" ]]; then
> + echo "Ignoring errors due to slow environment" 1>&2
> + exit_code=0
> + fi
Would it make sense to also add "&& $exit_code -ne 0" ?
It may be useful to see in logs how many times we actually
ignored the error?
Powered by blists - more mailing lists