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

@ -66,7 +66,7 @@ class BaseFamilyTest : public ::testing::Test {
}
TestConnWrapper* AddFindConn(Protocol proto, std::string_view id);
static RespVec Array(const RespExpr& expr);
static std::vector<std::string> StrArray(const RespExpr& expr);
// ts is ms
void UpdateTime(uint64_t ms);