Skip to content

Commit 46d80ef

Browse files
committed
rootio: remove redundant Create+compression test
1 parent c8bdf2f commit 46d80ef

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

go.sum

-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ github.com/peterh/liner v1.1.0 h1:f+aAedNJA6uk7+6rXsYBnhdo4Xux7ESLe+kcuVUF5os=
6666
github.com/peterh/liner v1.1.0/go.mod h1:CRroGNssyjTd/qIG2FyxByd2S8JEAZXBl4qUrZf8GS0=
6767
github.com/pierrec/lz4 v2.0.4-0.20180826165652-dbe9298ce099+incompatible h1:XtKvvsvNaQSc3fh9mBqTTVhbxNsLPk9XmA7o3U5VJvI=
6868
github.com/pierrec/lz4 v2.0.4-0.20180826165652-dbe9298ce099+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=
69-
github.com/pierrec/xxHash v0.0.0-20170714082455-a0006b13c722 h1:nDDVHJzMIpkkKZpBBhV60OLwII/BvZSn4PijkMEKdTo=
70-
github.com/pierrec/xxHash v0.0.0-20170714082455-a0006b13c722/go.mod h1:w2waW5Zoa/Wc4Yqe0wgrIYAGKqRMf7czn2HNKXmuL+I=
7169
github.com/pierrec/xxHash v0.1.1 h1:KP4NrV9023xp3M4FkTYfcXqWigsOCImL1ANJ7sh5vg4=
7270
github.com/pierrec/xxHash v0.1.1/go.mod h1:w2waW5Zoa/Wc4Yqe0wgrIYAGKqRMf7czn2HNKXmuL+I=
7371
github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw=

rootio/compress_test.go

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ void testcompress(const char *fname, int size) {
5454
{name: "default", opt: func(*File) error { return nil }},
5555
{name: "default-nil", opt: nil},
5656
{name: "no-compr", opt: WithoutCompression()},
57-
{name: "default-nil", opt: nil},
5857
{name: "lz4-default", opt: WithLZ4(flate.DefaultCompression)},
5958
{name: "lz4-0", opt: WithLZ4(0)},
6059
{name: "lz4-1", opt: WithLZ4(1)},

0 commit comments

Comments
 (0)