Optimization #5908
open
Added by Shivani Bhardwaj almost 2 years ago.
Updated 7 days ago.
Description
Avoid duplicate pcaps in suricata-verify whenever possible. This helps save space with the CI when the entire repo is pulled and tests are run.
Related issues
1 (1 open — 0 closed)
- Status changed from New to Assigned
- Priority changed from Normal to High
- Related to Feature #6653: createst: dedup pcap used if it is from existing test added
- Priority changed from High to Low
find . -name "*.pcap" | while read i; do md5 $i; done | awk '{print $4}' | sort | uniq -c | sort -n
shows duplicates indeed
Also available in: Atom
PDF