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:
Roman Gershman 2025-01-26 12:40:33 +02:00 committed by GitHub
parent 904775cfe6
commit bafb427a09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 4 deletions

View file

@ -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();