Re: PROBLEM: Hang in selftests/netfilter/nft_trans_stress.sh

From: Florian Westphal
Date: Tue Jan 03 2023 - 09:29:25 EST


Mirsad Goran Todorovac <mirsad.todorovac@xxxxxxxxxxxx> wrote:
> Hi all,
>
> The `make kselftest` hangs in netfilter/nft_trans_stress.sh test when testing 6.2.0-rc2
> (attempted 2 times, waiting half an hour at least):

This script completes in 49 seconds for me.

> # selftests: netfilter: nft_trans_stress.sh
> # PASS: nft add/delete test returned 0
> # PASS: nft reload test returned 0
>
> The test script seems to be stuck in ping flood:

No, it gets stuck in the sub-test after 'PASS: nft reload test returned 0'

Can you send me the output of 'bash -x nft_trans_stress.sh'?
It should tell which command/program isn't making progress.