mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
tests: Reproduce issue 14685
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
This commit is contained in:
parent
a4c6d1bbce
commit
b108fabf86
@ -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