Project

General

Profile

Actions

Optimization #5908

open
SB SB

CI: Flag duplicate pcaps

Optimization #5908: CI: Flag duplicate pcaps

Added by Shivani Bhardwaj about 3 years ago. Updated about 1 year ago.

Status:
Assigned
Priority:
Low
Target version:
Effort:
Difficulty:
Label:

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 open0 closed)

Related to Suricata - Feature #6653: createst: dedup pcap used if it is from existing testNewOISF DevActions

SB Updated by Shivani Bhardwaj over 2 years ago Actions #1

  • Status changed from New to Assigned
  • Priority changed from Normal to High

JF Updated by Juliana Fajardini Reichow over 2 years ago Actions #2

  • Related to Feature #6653: createst: dedup pcap used if it is from existing test added

VJ Updated by Victor Julien almost 2 years ago Actions #3

  • Priority changed from High to Low

PA Updated by Philippe Antoine about 1 year ago Actions #4

find . -name "*.pcap" | while read i; do md5 $i; done | awk '{print $4}' | sort | uniq -c | sort -n shows duplicates indeed

Actions

Also available in: PDF Atom