Re: [PATCH 1/1] selftests: netfilter: add nft_ct timeout destroy race test
From: Florian Westphal
Date: Wed Apr 22 2026 - 09:55:07 EST
Vastargazing <vebohr@xxxxxxxxx> wrote:
> new file mode 100644
This should say '755', else you get
# Warning: file nft_ct_timeout_concurrency.sh is not executable
I'm not sure we should add regression tests for regression tests sake.
Else we'll quickly accumulate thousands of such scripts and test
run time will explode.
A functional test for timeout policies would be much more useful.
We have a few of those in nftables.git but they ony check that
userspace and kernel parsing sides work.