Skip to content

Commit 55807e0

Browse files
committed
roachtest: remove clearrange zfs test
ZFS is not officially supported. Epic: none Release note: none
1 parent f90025c commit 55807e0

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

pkg/cmd/roachtest/tests/clearrange.go

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,6 @@ func registerClearRange(r registry.Registry) {
3737
},
3838
})
3939
}
40-
// Using a separate clearrange test on zfs instead of randomly
41-
// using the same test, cause the Timeout might be different,
42-
// and may need to be tweaked.
43-
r.Add(registry.TestSpec{
44-
Name: `clearrange/zfs/checks=true`,
45-
Owner: registry.OwnerStorage,
46-
// 5h for import, 120 for the test. The import should take closer
47-
// to <3:30h but it varies.
48-
Timeout: 5*time.Hour + 120*time.Minute,
49-
Cluster: r.MakeClusterSpec(10, spec.CPU(16), spec.SetFileSystem(spec.Zfs)),
50-
CompatibleClouds: registry.OnlyGCE,
51-
Suites: registry.Suites(registry.Nightly),
52-
EncryptionSupport: registry.EncryptionMetamorphic,
53-
Leases: registry.MetamorphicLeases,
54-
Run: func(ctx context.Context, t test.Test, c cluster.Cluster) {
55-
runClearRange(ctx, t, c, true /* checks */)
56-
},
57-
})
5840
}
5941

6042
func runClearRange(ctx context.Context, t test.Test, c cluster.Cluster, aggressiveChecks bool) {

0 commit comments

Comments
 (0)