Passover cleanups.

1. Add ttl with reload test.
2. Removed several LOG(FATAL) messages and replaced them with error propagation.
3. Added scan test for all the options.
This commit is contained in:
Roman Gershman 2022-04-13 11:52:59 +03:00
parent 997d2dcb69
commit 6e5de7ac59
10 changed files with 77 additions and 35 deletions

View file

@ -33,7 +33,7 @@ namespace rdb {
enum errc {
wrong_signature = 1,
bad_version = 2,
module_not_supported = 3,
feature_not_supported = 3,
duplicate_key = 4,
rdb_file_corrupted = 5,
bad_checksum = 6,