basho / leveldb

Clone of http://code.google.com/p/leveldb/
BSD 3-Clause "New" or "Revised" License
408 stars 182 forks source link

Added unit test support for validating manifest file format 1 versus 2. #206

Closed matthewvon closed 7 years ago

matthewvon commented 7 years ago

Decided the implicit tests of manifest format 1 versus 2 were insufficient. Created an explicit method for validating VersionEdit::EncodeTo()'s second parameter. Then updated existing VersionEdit unit test to use the validation.

paulplace commented 7 years ago

+1 dfa6331