Switch to binary vclock
This commit is contained in:
parent
eec9d509f9
commit
a2c164e1dd
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ check_forobject(Bookie, TestObject) ->
|
|||
Vclock,
|
||||
_Hash,
|
||||
size} = leveled_codec:riak_extract_metadata(HeadBinary, size),
|
||||
true = Vclock == TestObject#r_object.vclock.
|
||||
true = binary_to_term(Vclock) == TestObject#r_object.vclock.
|
||||
|
||||
check_formissingobject(Bookie, Bucket, Key) ->
|
||||
not_found = book_riakget(Bookie, Bucket, Key),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue