summaryrefslogtreecommitdiffstats
path: root/tests/resize-and-list.sh
Commit message (Collapse)AuthorAgeFilesLines
* Suppress unnecessary stderr in command loop for resize and listJozsef Kadlecsik2016-03-161-1/+1
|
* Use IPSET_BIN in resize-and-list.sh and suppress echoing of loop variableJozsef Kadlecsik2015-08-241-5/+4
|
* Fix parallel resizing and listing of the same setJozsef Kadlecsik2014-11-181-0/+11
When elements added to a hash:* type of set and resizing triggered, parallel listing could start to list the original set (before resizing) and "continue" with listing the new set. Fix it by references and using the original hash table for listing. Therefore the destroying the original hash table may happen from the resizing or listing functions.