Skip to content

Fuzz Test

cheng-chang edited this page Jan 19, 2022 · 2 revisions

Apart from unit tests and stress tests, you can add fuzzers to this directory by leveraging the fuzzing infrastructure there, the fuzzers are continuously run on Google's OSS-Fuzz platform, errors can be found at Chromium's oss-fuzz website. and will be reported to RocksDB developers through emails. See more details in this README.

Contents

Clone this wiki locally