Revision 699411b2ca2ed1442106e4617cb09f6ef46baeaf authored by Cheng Chang on 17 November 2020, 20:55:27 UTC, committed by Facebook GitHub Bot on 17 November 2020, 20:56:48 UTC
Summary:
This is the initial PR to support adding fuzz tests to RocksDB.
It includes the necessary build infrastructure, and includes an example fuzzer.
There is also a README serving as the tutorial for how to add more tests.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/7685

Test Plan: Manually build and run the fuzz test according to README.

Reviewed By: pdillinger

Differential Revision: D25013847

Pulled By: cheng-chang

fbshipit-source-id: c91e3b337398d7f4d8f769fd5091cd080487b171
1 parent 84a7008
History
File Mode Size
delete_scheduler.cc -rw-r--r-- 13.0 KB
delete_scheduler.h -rw-r--r-- 5.1 KB
delete_scheduler_test.cc -rw-r--r-- 26.6 KB
file_prefetch_buffer.cc -rw-r--r-- 5.7 KB
file_prefetch_buffer.h -rw-r--r-- 4.2 KB
file_util.cc -rw-r--r-- 8.5 KB
file_util.h -rw-r--r-- 2.6 KB
filename.cc -rw-r--r-- 14.3 KB
filename.h -rw-r--r-- 7.3 KB
prefetch_test.cc -rw-r--r-- 5.9 KB
random_access_file_reader.cc -rw-r--r-- 10.7 KB
random_access_file_reader.h -rw-r--r-- 5.1 KB
random_access_file_reader_test.cc -rw-r--r-- 11.7 KB
read_write_util.cc -rw-r--r-- 2.2 KB
read_write_util.h -rw-r--r-- 1.3 KB
readahead_raf.cc -rw-r--r-- 6.0 KB
readahead_raf.h -rw-r--r-- 1.2 KB
sequence_file_reader.cc -rw-r--r-- 8.5 KB
sequence_file_reader.h -rw-r--r-- 2.3 KB
sst_file_manager_impl.cc -rw-r--r-- 19.4 KB
sst_file_manager_impl.h -rw-r--r-- 7.8 KB
writable_file_writer.cc -rw-r--r-- 15.6 KB
writable_file_writer.h -rw-r--r-- 8.3 KB

back to top