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
composite_env_wrapper.h -rw-r--r-- 40.9 KB
env.cc -rw-r--r-- 14.0 KB
env_basic_test.cc -rw-r--r-- 13.7 KB
env_chroot.cc -rw-r--r-- 12.6 KB
env_chroot.h -rw-r--r-- 704 bytes
env_encryption.cc -rw-r--r-- 41.0 KB
env_encryption_ctr.h -rw-r--r-- 5.0 KB
env_hdfs.cc -rw-r--r-- 19.6 KB
env_posix.cc -rw-r--r-- 16.4 KB
env_test.cc -rw-r--r-- 70.6 KB
file_system.cc -rw-r--r-- 4.4 KB
file_system_tracer.cc -rw-r--r-- 18.1 KB
file_system_tracer.h -rw-r--r-- 15.5 KB
fs_posix.cc -rw-r--r-- 33.6 KB
io_posix.cc -rw-r--r-- 45.0 KB
io_posix.h -rw-r--r-- 14.7 KB
io_posix_test.cc -rw-r--r-- 4.2 KB
mock_env.cc -rw-r--r-- 33.6 KB
mock_env.h -rw-r--r-- 1.2 KB
mock_env_test.cc -rw-r--r-- 2.7 KB

back to top