mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-12 02:45:45 +02:00
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:
parent
997d2dcb69
commit
6e5de7ac59
10 changed files with 77 additions and 35 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue