Disable assert

Former-commit-id: b5d5eeee7cb1900eba192704e5d68c90b9f2b9f2
This commit is contained in:
John Sully 2021-03-23 23:50:48 +00:00
parent 6b18ab6ab4
commit 0ce53d6ce1

View File

@ -2783,7 +2783,7 @@ redisDbPersistentData::~redisDbPersistentData()
if (m_spdbSnapshotHOLDER != nullptr)
endSnapshot(m_spdbSnapshotHOLDER.get());
serverAssert(m_pdbSnapshot == nullptr);
//serverAssert(m_pdbSnapshot == nullptr);
serverAssert(m_refCount == 0);
//serverAssert(m_pdict->iterators == 0);
serverAssert(m_pdictTombstone == nullptr || m_pdictTombstone->iterators == 0);