zeek/testing/btest/scripts/base
Benjamin Bannier 2f67539c0f Prevent SQLite storage backend from serving expired entries
The SQLite storage backend implements expiration by hand and garbage
collection is done in `DoExpire`. This previously relied exclusively on
gets not running within `Storage::expire_interval` of the put, otherwise
we would potentially serve expired entries.

With this patch we explictly check that entries are not expired before
serving them so that the SQLite backend should never serve expired
entries.
2025-07-15 15:47:31 -07:00
..
files Default canonifier change to only remove first timestamp in line 2025-06-18 15:41:48 +01:00
frameworks Prevent SQLite storage backend from serving expired entries 2025-07-15 15:47:31 -07:00
misc testing/btest/*zeek: Comment all @TEST lines 2025-04-17 16:30:23 +02:00
protocols Handle more Redis RESP3 protocol pieces 2025-07-01 14:14:15 -04:00
utils btest: Update tests and baselines after adding ctx to conn_id 2025-07-03 18:19:46 +02:00