-
Notifications
You must be signed in to change notification settings - Fork 77
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
fix failed test #561
fix failed test #561
Conversation
Best reviewed: commit by commit
|
[CHATOPS:HELP] ChatOps commands.
|
Codecov Report
@@ Coverage Diff @@
## master #561 +/- ##
==========================================
- Coverage 10.17% 10.17% -0.01%
==========================================
Files 403 403
Lines 20874 20874
==========================================
- Hits 2124 2123 -1
- Misses 18490 18491 +1
Partials 260 260
Continue to review full report at Codecov.
|
seems the CI still failed. |
It is because of panic pattern test 😓 |
/rebase |
[REBASE] Rebase triggered by vankichi for branch: test/internal/fix-failed-internal-test |
5248e07
to
e774567
Compare
this error occurs...
|
Also after I ran the go test command in
|
I could not confirm this problem... 😕 |
[FORMAT] Updating license headers and formatting go codes triggered by kevindiu. |
LGTM |
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/fix-failed-internal-test |
Signed-off-by: vankichi <[email protected]>
Signed-off-by: vankichi <[email protected]>
This reverts commit bc96f06.
a8e79e0
to
a96132e
Compare
[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.
Signed-off-by: vankichi [email protected]
Description:
I fixed below tests which are failed.
internal/log/glg/glg_test
internal/servers/server/option_tset
Related Issue:
How Has This Been Tested?:
Environment:
Types of changes:
Changes to Core Features:
Checklist: