-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Validate etcd linearizability
Signed-off-by: Marek Siarkowicz <[email protected]>
- Loading branch information
Showing
27 changed files
with
529 additions
and
56 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// GENERATED BY GOFAIL. DO NOT EDIT. | ||
|
||
package etcdserver | ||
|
||
import "go.etcd.io/gofail/runtime" | ||
|
||
var __fp_raftBeforeSaveWaitWalSync *runtime.Failpoint = runtime.NewFailpoint("etcdserver", "raftBeforeSaveWaitWalSync", false) | ||
var __fp_raftBeforeLeaderSend *runtime.Failpoint = runtime.NewFailpoint("etcdserver", "raftBeforeLeaderSend", false) | ||
var __fp_raftBeforeSaveSnap *runtime.Failpoint = runtime.NewFailpoint("etcdserver", "raftBeforeSaveSnap", false) | ||
var __fp_raftAfterSaveSnap *runtime.Failpoint = runtime.NewFailpoint("etcdserver", "raftAfterSaveSnap", false) | ||
var __fp_raftBeforeSave *runtime.Failpoint = runtime.NewFailpoint("etcdserver", "raftBeforeSave", false) | ||
var __fp_raftAfterSave *runtime.Failpoint = runtime.NewFailpoint("etcdserver", "raftAfterSave", false) | ||
var __fp_raftBeforeApplySnap *runtime.Failpoint = runtime.NewFailpoint("etcdserver", "raftBeforeApplySnap", false) | ||
var __fp_raftAfterApplySnap *runtime.Failpoint = runtime.NewFailpoint("etcdserver", "raftAfterApplySnap", false) | ||
var __fp_raftAfterWALRelease *runtime.Failpoint = runtime.NewFailpoint("etcdserver", "raftAfterWALRelease", false) | ||
var __fp_raftBeforeFollowerSend *runtime.Failpoint = runtime.NewFailpoint("etcdserver", "raftBeforeFollowerSend", false) |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// GENERATED BY GOFAIL. DO NOT EDIT. | ||
|
||
package backend | ||
|
||
import "go.etcd.io/gofail/runtime" | ||
|
||
var __fp_defragBeforeCopy *runtime.Failpoint = runtime.NewFailpoint("backend", "defragBeforeCopy", false) | ||
var __fp_defragBeforeRename *runtime.Failpoint = runtime.NewFailpoint("backend", "defragBeforeRename", false) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// GENERATED BY GOFAIL. DO NOT EDIT. | ||
|
||
package backend | ||
|
||
import "go.etcd.io/gofail/runtime" | ||
|
||
var __fp_beforeCommit *runtime.Failpoint = runtime.NewFailpoint("backend", "beforeCommit", false) | ||
var __fp_afterCommit *runtime.Failpoint = runtime.NewFailpoint("backend", "afterCommit", false) |
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
Oops, something went wrong.