mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-12 19:05:47 +02:00
feat(server): Implement PFMERGE (#1180)
* feat(server): Implement PFMERGE. * Disable lock check on failing tests.
This commit is contained in:
parent
cb82680aca
commit
a2f68d1b3b
9 changed files with 221 additions and 42 deletions
|
@ -90,9 +90,13 @@ class BaseFamilyTest : public ::testing::Test {
|
|||
const facade::Connection::PubMessage::MessageData& GetPublishedMessage(std::string_view conn_id,
|
||||
size_t index) const;
|
||||
|
||||
void DisableLockCheck();
|
||||
static unsigned NumLocked();
|
||||
|
||||
std::unique_ptr<util::ProactorPool> pp_;
|
||||
std::unique_ptr<Service> service_;
|
||||
unsigned num_threads_ = 3;
|
||||
bool check_locks_ = true;
|
||||
|
||||
absl::flat_hash_map<std::string, std::unique_ptr<TestConnWrapper>> connections_;
|
||||
Mutex mu_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue