@@ -49,25 +49,26 @@ var allFailpoints = []Failpoint{
49
49
DropPeerNetwork ,
50
50
SleepBeforeSendWatchResponse ,
51
51
// bad
52
- BackendBeforeStartDBTxnPanic ,
53
- RaftBeforeApplySnapPanic ,
54
- RaftAfterApplySnapPanic ,
55
- RaftAfterWALReleasePanic ,
56
- RaftBeforeSaveSnapPanic ,
57
- BlackholeUntilSnapshot ,
58
- MemberReplace ,
52
+ // BackendBeforeStartDBTxnPanic,
53
+ // RaftBeforeApplySnapPanic,
54
+ // RaftAfterApplySnapPanic,
55
+ // RaftAfterWALReleasePanic,
56
+ // RaftBeforeSaveSnapPanic,
57
+ // BlackholeUntilSnapshot,
58
+ // MemberReplace,
59
59
60
60
// not available
61
- RaftBeforeLeaderSendPanic ,
62
- RaftAfterSaveSnapPanic ,
63
-
64
- // not tested yet
65
- RaftBeforeSaveSleep ,
66
- RaftAfterSaveSleep ,
67
- ApplyBeforeOpenSnapshot ,
61
+ // RaftBeforeLeaderSendPanic,
62
+ // RaftAfterSaveSnapPanic,
63
+ // ApplyBeforeOpenSnapshot,
64
+
65
+ // deadlock
66
+ // RaftBeforeSaveSleep,
67
+ // RaftAfterSaveSleep,
68
+ // BlackholePeerNetwork,
68
69
}
69
70
70
- func PickRandom (clus * e2e.EtcdProcessCluster , profile traffic. Profile ) (Failpoint , error ) {
71
+ func PickRandom (clus * e2e.EtcdProcessCluster ) (Failpoint , error ) {
71
72
availableFailpoints := make ([]Failpoint , 0 , len (allFailpoints ))
72
73
for _ , failpoint := range allFailpoints {
73
74
err := Validate (clus , failpoint , profile )
0 commit comments