Object now 4 bytes larger
due to addition of key changes length
This commit is contained in:
parent
f3ffa920af
commit
994d9758b0
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ simple_put_fetch_head_delete(_Config) ->
|
|||
ok = leveled_bookie:book_put(Bookie2, "Bucket1", "Key2", "Value2",
|
||||
[{add, "Index1", "Term1"}]),
|
||||
{ok, "Value2"} = leveled_bookie:book_get(Bookie2, "Bucket1", "Key2"),
|
||||
{ok, {62888926, 56}} = leveled_bookie:book_head(Bookie2,
|
||||
{ok, {62888926, 60}} = leveled_bookie:book_head(Bookie2,
|
||||
"Bucket1",
|
||||
"Key2"),
|
||||
testutil:check_formissingobject(Bookie2, "Bucket1", "Key2"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue