tests: Reproduce issue 14685

Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
dependabot/go_modules/go.uber.org/atomic-1.10.0
Marek Siarkowicz 2022-12-06 13:49:07 +01:00
parent a4c6d1bbce
commit b108fabf86
1 changed files with 8 additions and 0 deletions

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) {