mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
Dhfs-app: try to crash lazyfs a bit later
This commit is contained in:
@@ -156,14 +156,14 @@ public class LazyFs {
|
|||||||
"op=\"write\"\n" +
|
"op=\"write\"\n" +
|
||||||
"file=\"" + mdbPath() + "\"\n" +
|
"file=\"" + mdbPath() + "\"\n" +
|
||||||
"persist=[1,4]\n" +
|
"persist=[1,4]\n" +
|
||||||
"occurrence=2");
|
"occurrence=10");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void startTornSeq() {
|
public void startTornSeq() {
|
||||||
start("[[injection]]\n" +
|
start("[[injection]]\n" +
|
||||||
"type=\"torn-op\"\n" +
|
"type=\"torn-op\"\n" +
|
||||||
"file=\"" + mdbPath() + "\"\n" +
|
"file=\"" + mdbPath() + "\"\n" +
|
||||||
"occurrence=5\n" +
|
"occurrence=10\n" +
|
||||||
"parts=3 #or parts_bytes=[4096,3600,1260]\n" +
|
"parts=3 #or parts_bytes=[4096,3600,1260]\n" +
|
||||||
"persist=[1,3]");
|
"persist=[1,3]");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user