mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
make sqlite support more or less work for logging and input
* add support for &type_column for reading * add basic tests for logging & input * clean up a bit * add support for tables for reading (untested)
This commit is contained in:
parent
365c2b0917
commit
3415b5fcbe
11 changed files with 325 additions and 121 deletions
|
@ -0,0 +1,8 @@
|
|||
#
|
||||
# @TEST-GROUP: dataseries
|
||||
#
|
||||
# @TEST-EXEC: bro -r $TRACES/wikipedia.trace Log::default_writer=Log::WRITER_SQLITE
|
||||
# @TEST-EXEC: sqlite3 conn.sqlite 'select * from conn' | sort > conn.select
|
||||
# @TEST-EXEC: sqlite3 http.sqlite 'select * from http' | sort > http.select
|
||||
# @TEST-EXEC: btest-diff conn.select
|
||||
# @TEST-EXEC: btest-diff http.select
|
Loading…
Add table
Add a link
Reference in a new issue