Page MenuHomePhabricator

fuzz: Disable debug log file
ClosedPublic

Authored by Fabien on Dec 9 2020, 15:16.

Details

Reviewers
deadalnix
Group Reviewers
Restricted Project
Commits
rABC9461ad6e6258: fuzz: Disable debug log file
Summary
There are several issues with writing to a debug log file when fuzzing:

    Disk access is slow, but fuzzing should be fast (Note: I could not
verify this claim with data)
    Disks have a limited size and will eventually run out of space, but
fuzzing should run continuous

Fix both issues by disabling the debug log file for fuzz tests

Backport of core PR18571.

Depends on D8636.

Test Plan
ninja all check

ninja bitcoin-fuzzers
./test/fuzz/test_runner.py <path_to_corpus>

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable