mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
12 lines
784 B
Text
12 lines
784 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
Storage::backend_opened, Storage::STORAGE_BACKEND_SQLITE, [serializer=Storage::STORAGE_SERIALIZER_JSON, sqlite=[database_path=test.sqlite, table_name=testing, busy_timeout=5.0 secs, pragma_commands={
|
|
[integrity_check] = ,
|
|
[journal_mode] = WAL,
|
|
[synchronous] = normal,
|
|
[temp_store] = memory
|
|
}, pragma_timeout=500.0 msecs, pragma_wait_on_busy=5.0 msecs]]
|
|
open result, [code=Storage::SUCCESS, error_str=<uninitialized>, value=<opaque of BackendHandleVal>]
|
|
put result, [code=Storage::SUCCESS, error_str=<uninitialized>, value=<uninitialized>]
|
|
get result, [code=Storage::SUCCESS, error_str=<uninitialized>, value=value5678]
|
|
get result same as inserted, T
|
|
closed succesfully
|