File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ func TestSkipFiles(t *testing.T) {
277
277
}{
278
278
{
279
279
name : "pcap" ,
280
- successCount : 2 ,
280
+ successCount : 11 ,
281
281
failureCount : 0 ,
282
282
},
283
283
{
Original file line number Diff line number Diff line change @@ -327,9 +327,7 @@ var (
327
327
// Map from data type to number of files to skip when processing said type.
328
328
// It allows us process fewer archives when there is a very high volume of data.
329
329
// TODO - this should be loaded from a config.
330
- dataTypeToSkipCount = map [DataType ]int {
331
- PCAP : 9 ,
332
- }
330
+ dataTypeToSkipCount = map [DataType ]int {}
333
331
)
334
332
335
333
/*******************************************************************************
Original file line number Diff line number Diff line change @@ -403,7 +403,7 @@ func TestSkipCount(t *testing.T) {
403
403
{
404
404
name : "pcap" ,
405
405
dataType : etl .PCAP ,
406
- want : 9 ,
406
+ want : 0 ,
407
407
},
408
408
{
409
409
name : "invalid" ,
You can’t perform that action at this time.
0 commit comments