zeek/testing/btest/scripts/base/frameworks/storage
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
..
compound-types.zeek Add STORAGE_ prefixes for backends and serializers 2025-04-14 10:11:13 -07:00
redis-async-reading-pcap.zeek Add STORAGE_ prefixes for backends and serializers 2025-04-14 10:11:13 -07:00
redis-async.zeek Add STORAGE_ prefixes for backends and serializers 2025-04-14 10:11:13 -07:00
redis-auth.zeek Redis: Add support for sending AUTH commands during connection 2025-06-03 11:38:38 -07:00
redis-cluster.zeek btest remaining: Use generic cluster-layout.zeek 2025-05-20 20:30:01 +02:00
redis-disconnect.zeek Add STORAGE_ prefixes for backends and serializers 2025-04-14 10:11:13 -07:00
redis-erase.zeek Add STORAGE_ prefixes for backends and serializers 2025-04-14 10:11:13 -07:00
redis-error-handling.zeek Redis: return proper error if connection fails 2025-05-23 12:13:13 -07:00
redis-expiration.zeek Btests: don't use -C in Zeek invocations that don't actually need it 2025-06-06 13:46:45 -07:00
redis-native-expiration.zeek Add STORAGE_ prefixes for backends and serializers 2025-04-14 10:11:13 -07:00
redis-sync.zeek Add STORAGE_ prefixes for backends and serializers 2025-04-14 10:11:13 -07:00
sqlite-basic-reading-pcap.zeek Btests: don't use -C in Zeek invocations that don't actually need it 2025-06-06 13:46:45 -07:00
sqlite-basic-sync-in-when.zeek Add STORAGE_ prefixes for backends and serializers 2025-04-14 10:11:13 -07:00
sqlite-basic.zeek Add STORAGE_ prefixes for backends and serializers 2025-04-14 10:11:13 -07:00
sqlite-cluster.zeek Add expiration to sqlite-cluster.btest 2025-06-05 10:21:50 -07:00
sqlite-erase.zeek Prefix sqlite-based btests with sqlite- to match redis tests 2025-05-21 09:38:27 -07:00
sqlite-error-handling.zeek Add Storage::is_connected BIF 2025-05-07 08:13:16 -07:00
sqlite-expiration-implicit.zeek Prevent SQLite storage backend from serving expired entries 2025-07-15 15:47:31 -07:00
sqlite-expiration.zeek SQLite: Reset expiration time on overwrite 2025-06-30 14:41:10 -07:00
sqlite-overwriting.zeek Prefix sqlite-based btests with sqlite- to match redis tests 2025-05-21 09:38:27 -07:00