Comment 4 for bug 1710077

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Bionic is at 6.34-1, and a sync. The test patch is this:
Description: Adjust test scripts for Debian
 The test failed in Debian due to the lack of some features that are not
 included in the current Debian Linux kernel.
Author: Neutron Soutmun <email address hidden>
Forwarded: not-needed
Last-Update: 2017-05-30

Index: ipset/tests/hash:net.t
===================================================================
--- ipset.orig/tests/hash:net.t
+++ ipset/tests/hash:net.t
@@ -120,16 +120,6 @@
 0 ./resizet.sh -4 net
 # Nomatch: Check that resizing keeps the nomatch flag
 0 ./resizen.sh -4 net
-# Create set without timeout support
-0 ipset n test hash:net
-# Add more than 2^31 elements in a range
-0 ipset a test 0.0.0.0-128.0.0.1
-# List set
-0 ipset -L test 2>/dev/null | grep -v Revision: > .foo0 && ./sort.sh .foo0
-# Check listing
-0 diff -u -I 'Size in memory.*' .foo hash:net.t.list3
-# Delete test set
-0 ipset destroy test
 # Counters: create set
 0 ipset n test hash:net counters
 # Counters: add element with packet, byte counters

I'm not sure if we can close this bug, or if the sync was premature.