Use entry bytes in partial key if entry not present

Closes #8
This commit is contained in:
2024-03-07 13:33:39 -08:00
parent d1a6b293e9
commit 5e1fb1dac5
2 changed files with 25 additions and 14 deletions

View File

@@ -482,7 +482,7 @@ template <class ConflictSetImpl> struct TestDriver {
ConflictSetImpl cs{oldestVersion};
ReferenceImpl refImpl{oldestVersion};
constexpr static auto kMaxKeyLen = 32;
constexpr static auto kMaxKeyLen = 64;
bool ok = true;