Skip to content

Commit

Permalink
Merge pull request #1103 from spacejam/tyler_more_failpoints
Browse files Browse the repository at this point in the history
Add two new failpoints for disk IO in segment accountant
  • Loading branch information
spacejam authored Jun 20, 2020
2 parents 19a9807 + 16ebca9 commit 95f528b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_tree_failpoints.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ impl Arbitrary for Op {
"buffer write",
"zero garbage segment",
"zero garbage segment post",
"zero garbage segment SA",
"buffer write post",
"write_config bytes",
"write_config crc",
Expand All @@ -64,6 +65,7 @@ impl Arbitrary for Op {
"write_blob write crc",
"write_blob write kind_byte",
"write_blob write buf",
"file truncation",
];

if g.gen_bool(1. / 30.) {
Expand Down

0 comments on commit 95f528b

Please sign in to comment.