Skip to content

Commit

Permalink
Merge pull request #14909 from serathius/linearizability-issue14685-real
Browse files Browse the repository at this point in the history
tests: Reproduce issue 14685
  • Loading branch information
serathius authored Dec 25, 2022
2 parents 683a7e8 + b108fab commit de8b914
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/linearizability/linearizability_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit de8b914

Please sign in to comment.