rocksdb/utilities
Lei Jin 9a126ba3b3 only corrupt private file checksum in backupable_db_test
Summary:
if it happens (randomly) to corrupt shared file in the test, then the
    checksum will be inconsistent between meta files from different backup.
    BackupEngine will then detect this issue and fail. But in reality, this
    does not happen since the checksum is checked on every backup. So here,
    only corrupt checksum of private file to let BackupEngine to construct
    properly (but fail during restore).

Test Plan: run test with valgrind

Reviewers: igor

Reviewed By: igor

CC: leveldb

Differential Revision: https://reviews.facebook.net/D15531
2014-01-28 16:03:55 -08:00
..
backupable only corrupt private file checksum in backupable_db_test 2014-01-28 16:03:55 -08:00
merge_operators Remove .DS_Store files. 2013-12-17 06:00:47 +01:00
redis Fixed typos 2013-11-16 11:21:34 +00:00
ttl Make DBWithTTL more like StackableDB 2013-12-06 16:10:43 -08:00
merge_operators.h Add appropriate LICENSE and Copyright message. 2013-10-16 17:48:41 -07:00