Skip to content

Commit

Permalink
Drop first 2300 rows to test second block parses properly
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette committed Jan 18, 2025
1 parent a062070 commit 8bc418a
Show file tree
Hide file tree
Showing 2 changed files with 500 additions and 397 deletions.
5 changes: 4 additions & 1 deletion artifacts/testdata/server/testcases/macos.in.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ Queries:
- SELECT SourceFile, EntryPath, EntryId, EntryFlags, FileId
FROM Artifact.MacOS.Forensics.FSEvents(Glob=srcDir+"/artifacts/testdata/files/fs_events_00000000007cff3d")

- SELECT SourceFile, EntryPath, EntryId, EntryFlags, FileId
# Test parsing on newer version fs_events file. Prior to #4018 this file could not be parsed at all.
# Second block starts at approximately row 2333.
- SELECT count() AS Row, SourceFile, EntryPath, EntryId, EntryFlags, FileId
FROM Artifact.MacOS.Forensics.FSEvents(Glob=srcDir+"/artifacts/testdata/files/fs_events_000000002fc5e551")
WHERE Row > 2300
LIMIT 100

- SELECT *, OSPath.Basename AS OSPath
Expand Down
Loading

0 comments on commit 8bc418a

Please sign in to comment.