forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add fs fault injection in memory arbitrator fuzzer spill (facebookinc…
…ubator#11432) Summary: In memory arbitrator fuzzer, add file system fault injections to randomly inject failures on spill files across all read, readv, write paths and their different combinations. The newly introduced gflags for tuning the trigger conditions are: - faulty_spill_ratio - faulty_spill_max_trigger_threshold Pull Request resolved: facebookincubator#11432 Reviewed By: xiaoxmeng Differential Revision: D65773917 Pulled By: tanjialiang fbshipit-source-id: dd95212439e45d2b850a5fa96c77a22042a89cc9
- Loading branch information
1 parent
d4bdc3b
commit 117b5df
Showing
3 changed files
with
90 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters