-
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 ngt index path of test case #2130
Conversation
Signed-off-by: hlts2 <[email protected]>
[CHATOPS:HELP] ChatOps commands.
|
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #2130 +/- ##
==========================================
- Coverage 31.12% 31.10% -0.03%
==========================================
Files 337 339 +2
Lines 32778 32831 +53
==========================================
+ Hits 10202 10211 +9
- Misses 22128 22167 +39
- Partials 448 453 +5
☔ View full report in Codecov by Sentry. |
Signed-off-by: hlts2 <[email protected]>
Deploying with Cloudflare Pages
|
Signed-off-by: hlts2 <[email protected]>
Signed-off-by: hlts2 <[email protected]>
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
Signed-off-by: kpango <[email protected]>
* fix index path for test Signed-off-by: hlts2 <[email protected]> * use t.TempDir for index path Signed-off-by: hlts2 <[email protected]> * create inde temp directory and fix fails test Signed-off-by: hlts2 <[email protected]> * refactoring comprator Signed-off-by: hlts2 <[email protected]> --------- Signed-off-by: hlts2 <[email protected]>
Signed-off-by: kpango <[email protected]>
Description:
WHAT
I fixed index path of test case
WHY
The test failed because it was the same index path as the other test cases.
https://github.com/vdaas/vald/blob/main/internal/core/algorithm/ngt/ngt_test.go#L1807-L1832
Related Issue:
Versions:
Checklist:
Special notes for your reviewer: