-
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
Implement multi insert test case for pkg agent handler - part 2 #1645
Merged
kevindiu
merged 9 commits into
test/pkg/add-pkg-agent-handler-multi-insert-test
from
test/pkg/add-pkg-agent-handler-multi-insert-test-part2
May 12, 2022
Merged
Implement multi insert test case for pkg agent handler - part 2 #1645
kevindiu
merged 9 commits into
test/pkg/add-pkg-agent-handler-multi-insert-test
from
test/pkg/add-pkg-agent-handler-multi-insert-test-part2
May 12, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: kevindiu <[email protected]>
[CHATOPS:HELP] ChatOps commands.
|
github-actions
bot
added
area/agent/core
team/set
SET team
size/XL
type/test
Adding tests
priority/low
labels
May 10, 2022
Codecov Report
@@ Coverage Diff @@
## test/pkg/add-pkg-agent-handler-multi-insert-test #1645 +/- ##
====================================================================================
+ Coverage 30.66% 30.78% +0.12%
====================================================================================
Files 372 372
Lines 32234 32234
====================================================================================
+ Hits 9883 9924 +41
+ Misses 21986 21941 -45
- Partials 365 369 +4
Continue to review full report at Codecov.
|
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
kevindiu
changed the title
[WIP] Implement multi insert test case for pkg agent handler - part 2
Implement multi insert test case for pkg agent handler - part 2
May 10, 2022
vankichi
reviewed
May 11, 2022
18 tasks
Signed-off-by: kevindiu <[email protected]>
kmrmt
approved these changes
May 11, 2022
vankichi
reviewed
May 12, 2022
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
Signed-off-by: kevindiu <[email protected]>
vankichi
approved these changes
May 12, 2022
kevindiu
deleted the
test/pkg/add-pkg-agent-handler-multi-insert-test-part2
branch
May 12, 2022 07:46
kevindiu
restored the
test/pkg/add-pkg-agent-handler-multi-insert-test-part2
branch
May 12, 2022 07:47
kevindiu
added a commit
that referenced
this pull request
May 19, 2022
* impl multiinsert boundary value test (part1) Signed-off-by: kevindiu <[email protected]> * impl remaining tests Signed-off-by: kevindiu <[email protected]> * change max dim Signed-off-by: kevindiu <[email protected]> * change max dim to reference value Signed-off-by: kevindiu <[email protected]> * change max dim to reference value Signed-off-by: kevindiu <[email protected]> * fix comments Signed-off-by: kevindiu <[email protected]> * rename help function name Signed-off-by: kevindiu <[email protected]> * combine genXXXInsertReq function Signed-off-by: kevindiu <[email protected]> * rename helper function name Signed-off-by: kevindiu <[email protected]>
kevindiu
added a commit
that referenced
this pull request
May 20, 2022
* impl multiinsert boundary value test (part1) Signed-off-by: kevindiu <[email protected]> * impl remaining tests Signed-off-by: kevindiu <[email protected]> * change max dim Signed-off-by: kevindiu <[email protected]> * change max dim to reference value Signed-off-by: kevindiu <[email protected]> * change max dim to reference value Signed-off-by: kevindiu <[email protected]> * fix comments Signed-off-by: kevindiu <[email protected]> * rename help function name Signed-off-by: kevindiu <[email protected]> * combine genXXXInsertReq function Signed-off-by: kevindiu <[email protected]> * rename helper function name Signed-off-by: kevindiu <[email protected]>
kevindiu
added a commit
that referenced
this pull request
May 24, 2022
* impl multiinsert boundary value test (part1) Signed-off-by: kevindiu <[email protected]> * impl remaining tests Signed-off-by: kevindiu <[email protected]> * change max dim Signed-off-by: kevindiu <[email protected]> * change max dim to reference value Signed-off-by: kevindiu <[email protected]> * change max dim to reference value Signed-off-by: kevindiu <[email protected]> * fix comments Signed-off-by: kevindiu <[email protected]> * rename help function name Signed-off-by: kevindiu <[email protected]> * combine genXXXInsertReq function Signed-off-by: kevindiu <[email protected]> * rename helper function name Signed-off-by: kevindiu <[email protected]>
kpango
pushed a commit
that referenced
this pull request
May 24, 2022
* draft part of test case for multi insert Signed-off-by: kevindiu <[email protected]> * fix comments and add decision table test cases Signed-off-by: kevindiu <[email protected]> * fix decision table test case name Signed-off-by: kevindiu <[email protected]> * update test case name Signed-off-by: kevindiu <[email protected]> * Update pkg/agent/core/ngt/handler/grpc/handler_test.go Co-authored-by: Kosuke Morimoto <[email protected]> * Implement multi insert test case for pkg agent handler - part 1 (#1630) * impl multiinsert Equivalence Class Testing Signed-off-by: kevindiu <[email protected]> * Implement multi insert test case for pkg agent handler - part 2 (#1645) * impl multiinsert boundary value test (part1) Signed-off-by: kevindiu <[email protected]> * impl remaining tests Signed-off-by: kevindiu <[email protected]> * change max dim Signed-off-by: kevindiu <[email protected]> * change max dim to reference value Signed-off-by: kevindiu <[email protected]> * change max dim to reference value Signed-off-by: kevindiu <[email protected]> * fix comments Signed-off-by: kevindiu <[email protected]> * rename help function name Signed-off-by: kevindiu <[email protected]> * combine genXXXInsertReq function Signed-off-by: kevindiu <[email protected]> * rename helper function name Signed-off-by: kevindiu <[email protected]> * Implement multi insert test case for pkg agent handler - part 3 (#1646) * impl multiinsert test part 3 Signed-off-by: kevindiu <[email protected]> * fix comment Signed-off-by: kevindiu <[email protected]> * fix comment Signed-off-by: kevindiu <[email protected]> * Implement multi insert test case for pkg agent handler - part 4 (#1651) * implement tests Signed-off-by: kevindiu <[email protected]> * implement remaining tests Signed-off-by: kevindiu <[email protected]> * Update pkg/agent/core/ngt/handler/grpc/handler_test.go Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * fix comment Signed-off-by: kevindiu <[email protected]> * Update pkg/agent/core/ngt/handler/grpc/handler_test.go Co-authored-by: Kiichiro YUKAWA <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kiichiro YUKAWA <[email protected]> * Apply suggestions from code review Co-authored-by: Kiichiro YUKAWA <[email protected]> * fix comment Signed-off-by: kevindiu <[email protected]> * fix comment Signed-off-by: kevindiu <[email protected]> * fix comment Signed-off-by: kevindiu <[email protected]> * fix comment Signed-off-by: kevindiu <[email protected]> * fix comment Signed-off-by: kevindiu <[email protected]> * fix comment Signed-off-by: kevindiu <[email protected]> Co-authored-by: Kosuke Morimoto <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kiichiro YUKAWA <[email protected]>
kevindiu
deleted the
test/pkg/add-pkg-agent-handler-multi-insert-test-part2
branch
June 20, 2022 09:43
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
This PR implements pkg agent ngt multi insert test case (part 2).
I will create another PR to implement the remaining test cases.
Related Issue:
How Has This Been Tested?:
Environment:
Types of changes:
Changes to Core Features:
Checklist: