mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
fix: rpm package setup (#4506)
Also, fix the deadlock problem on shutdown on Oracle Linux 5.15 Fixes #4505 Signed-off-by: Roman Gershman <roman@dragonflydb.io>
This commit is contained in:
parent
904775cfe6
commit
bafb427a09
4 changed files with 6 additions and 4 deletions
|
@ -458,8 +458,8 @@ TEST_F(RdbTest, JsonTest) {
|
|||
class HllRdbTest : public RdbTest, public testing::WithParamInterface<string> {};
|
||||
|
||||
TEST_P(HllRdbTest, Hll) {
|
||||
LOG(INFO) << " max memory: " << max_memory_limit
|
||||
<< " used_mem_current: " << used_mem_current.load();
|
||||
LOG(ERROR) << " max memory: " << max_memory_limit
|
||||
<< " used_mem_current: " << used_mem_current.load();
|
||||
auto ec = LoadRdb("hll.rdb");
|
||||
|
||||
ASSERT_FALSE(ec) << ec.message();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue