summaryrefslogtreecommitdiff
path: root/src/third_party/wiredtiger/src/docs/tool-index.dox
diff options
context:
space:
mode:
authorLuke Chen <luke.chen@mongodb.com>2021-02-09 12:35:45 +1100
committerLuke Chen <luke.chen@mongodb.com>2021-02-09 12:35:45 +1100
commit8db30a63db1a9d84bdcad0c83369623f708e0397 (patch)
tree23bc1ebfa4d5f7388b47d10c619c147273f48963 /src/third_party/wiredtiger/src/docs/tool-index.dox
parent0c7f643a2dfe4000ac9630ed5dace0cb40ec9740 (diff)
downloadmongo-021ee87e3c125ca72dd4f7a11f66d9bb76420a4e.tar.gz
Import wiredtiger: 33f1a6eedf856ada5dc598831863378769ce2670 from branch mongodb-4.4r4.4.4-rc1r4.4.4
ref: 332dddfe0e..33f1a6eedf for: 4.4.4 WT-4649 Updating build system to allow for different C++ compilers WT-5545 Add fixed-length column store support to RTS for handling updates present in the update list WT-6354 Increase wt utility coverage with printlog, downgrade, upgrade tests WT-6800 Insert one key per transaction to make test_txn24 pass on macOS WT-6840 Add support for fuzzing with LLVM LibFuzzer WT-6840 Add support for fuzzing with LLVM LibFuzzer WT-6904 Write "transactions" subpage for Architecture Guide WT-6947 Auto generate test coverage documentation from test tags WT-7004 Architecture guide page for checkpoints WT-7039 Creating test configuration framework using the WiredTiger configuration API WT-7102 Migrate full and incremental backup test functionalities into wtbackup class WT-7104 Redact user data from printlog output WT-7116 Improve the compatibility test to test the configuration options for backward compatibility WT-7137 Update assert to consider deleted HS values when checking for duplicate inserts WT-7138 Do not perform fast truncate on pages with prepared updates WT-7159 Always write on-disk update as a full update to history store
Diffstat (limited to 'src/third_party/wiredtiger/src/docs/tool-index.dox')
-rw-r--r--src/third_party/wiredtiger/src/docs/tool-index.dox7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/third_party/wiredtiger/src/docs/tool-index.dox b/src/third_party/wiredtiger/src/docs/tool-index.dox
index afcad075022..a4b506d5422 100644
--- a/src/third_party/wiredtiger/src/docs/tool-index.dox
+++ b/src/third_party/wiredtiger/src/docs/tool-index.dox
@@ -35,6 +35,13 @@ Why is my CPU busy? FlameGraphs help visually summarize on-CPU call stacks and
allow for the quick identification of hot code paths. Here we explain how to
generate FlameGraphs from WiredTiger `perf` data.
+@subpage tool-libfuzzer
+
+LLVM LibFuzzer is an in-process, coverage-guided, evolutionary fuzzing engine. It feeds a series of
+fuzzed inputs via a "target" function and attempts to trigger crashes, memory bugs and undefined
+behavior. This article explains how to build and run existing fuzzers, implement new ones and
+visualize coverage provided by a fuzzer.
+
@section tool-other Other Resources
The WiredTiger @ref command_line has facilities for examining tables