Merge pull request #14909 from serathius/linearizability-issue14685-real

tests: Reproduce issue 14685
This commit is contained in:
Marek Siarkowicz 2022-12-25 06:48:22 +01:00 committed by GitHub
commit de8b914eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,6 +70,14 @@ func TestLinearizability(t *testing.T) {
e2e.WithGoFailEnabled(true),
),
},
{
name: "Issue14685",
failpoint: DefragBeforeCopyPanic,
config: *e2e.NewConfig(
e2e.WithClusterSize(1),
e2e.WithGoFailEnabled(true),
),
},
}
for _, tc := range tcs {
t.Run(tc.name, func(t *testing.T) {