mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #14909 from serathius/linearizability-issue14685-real
tests: Reproduce issue 14685
This commit is contained in:
commit
de8b914eb0
@ -70,6 +70,14 @@ func TestLinearizability(t *testing.T) {
|
|||||||
e2e.WithGoFailEnabled(true),
|
e2e.WithGoFailEnabled(true),
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Issue14685",
|
||||||
|
failpoint: DefragBeforeCopyPanic,
|
||||||
|
config: *e2e.NewConfig(
|
||||||
|
e2e.WithClusterSize(1),
|
||||||
|
e2e.WithGoFailEnabled(true),
|
||||||
|
),
|
||||||
|
},
|
||||||
}
|
}
|
||||||
for _, tc := range tcs {
|
for _, tc := range tcs {
|
||||||
t.Run(tc.name, func(t *testing.T) {
|
t.Run(tc.name, func(t *testing.T) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user