]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: py: fix race in deleting element
authorPablo Neira Ayuso <pablo@netfilter.org>
Fri, 25 May 2018 08:43:00 +0000 (10:43 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Fri, 25 May 2018 17:01:28 +0000 (19:01 +0200)
commit6a0e9e06ccde025ab10dfc5fde6d62d09f730c1e
tree5ed3c35128d1e6e7c831106e2f195a0a7d65ebb6
parentbb0e6d8a2851b13c60eca31395dd26cd23d683c6
tests: py: fix race in deleting element

Sometimes we may hit this because script is too slow to remove the
element with timeout from the set.

inet/sets.t: ERROR: line 18: I cannot delete element  dead::beef timeout 1s from the set set2

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
tests/py/inet/sets.t