-
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 pkg handler remove test cases #1644
implement pkg handler remove test cases #1644
Conversation
Signed-off-by: Kosuke Morimoto <ksk@vdaas.org>
[CHATOPS:HELP] ChatOps commands.
|
Codecov Report
@@ Coverage Diff @@
## master #1644 +/- ##
==========================================
+ Coverage 30.70% 30.81% +0.10%
==========================================
Files 372 372
Lines 32234 32395 +161
==========================================
+ Hits 9897 9981 +84
- Misses 21970 22040 +70
- Partials 367 374 +7
Continue to review full report at Codecov.
|
@kmrmt |
Signed-off-by: Kosuke Morimoto <ksk@vdaas.org>
Signed-off-by: Kosuke Morimoto <ksk@vdaas.org>
Signed-off-by: Kosuke Morimoto <ksk@vdaas.org>
Signed-off-by: Kosuke Morimoto <ksk@vdaas.org>
Signed-off-by: Kosuke Morimoto <ksk@vdaas.org>
Co-authored-by: Yusuke Kato <kpango@vdaas.org>
indexId string | ||
removeId string |
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.
indexId string | |
removeId string | |
originId string | |
indexedId string |
or
indexId string | |
removeId string | |
indexId string | |
targetId string |
umm... 🤔
Of course, I do not care if you won't change.
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.
My intent is that indexId
means the id which is in the Vald and removeId
means the id which is request for remove.
It is too difficult so let me put it in current expression for once.
I think this changes needs to pass E2E, what do you think? |
Profile Report
|
@kpango CRE review has passed. Please review. |
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: Kosuke Morimoto ksk@vdaas.org
Description:
SSIA
Related Issue:
How Has This Been Tested?:
Environment:
Types of changes:
Changes to Core Features:
Checklist: