-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement zstd test #676
Implement zstd test #676
Conversation
/rebase |
[CHATOPS:HELP] ChatOps commands.
|
Best reviewed: commit by commit
|
[REBASE] Rebase triggered by kevindiu for branch: test/internal/compress/zstd.go |
479dcef
to
3900e7a
Compare
Codecov Report
@@ Coverage Diff @@
## master #676 +/- ##
==========================================
+ Coverage 15.36% 15.55% +0.19%
==========================================
Files 412 412
Lines 21626 21626
==========================================
+ Hits 3322 3365 +43
+ Misses 18056 18021 -35
+ Partials 248 240 -8
Continue to review full report at Codecov.
|
/format |
[FORMAT] Updating license headers and formatting go codes triggered by kevindiu. |
[FORMAT] Failed to format. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/rebase |
[REBASE] Rebase triggered by vankichi for branch: test/internal/compress/zstd.go |
[REBASE] Failed to rebase. |
if tc.vector[i] != decompressed[i] { | ||
t.Fatalf("Invalid convert: origin %+v, compressed -> decompressed %+v", tc.vector, decompressed) | ||
var ( | ||
zstdCompressorComparatorOptions = []comparator.Option{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[golangci] reported by reviewdog 🐶
zstdCompressorComparatorOptions
is a global variable (gochecknoglobals)
/rebase |
[REBASE] Rebase triggered by vankichi for branch: test/internal/compress/zstd.go |
[REBASE] Failed to rebase. |
b313b72
to
2f7a48b
Compare
/rebase |
[REBASE] Rebase triggered by vankichi for branch: test/internal/compress/zstd.go |
[FORMAT] Updating license headers and formatting go codes triggered by vankichi. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[APPROVED] This PR is approved by vankichi.
Description:
This PR includes the implementation of
compress/zstd.go
test cases.It also include the changes to use the aliased object instead of the
zstd
package one, for example:Related Issue:
How Has This Been Tested?:
Environment:
Types of changes:
Changes to Core Features:
Checklist: