-
Notifications
You must be signed in to change notification settings - Fork 166
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
AgentCore dynamic installation and uninstallation test: test plug-in, test application, pipeline #1322
Merged
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
TangLeDaily
added
area/framework
Issues or PRs releated to sermant core service
area/plugin
Issues or PRs releated to sermant plugin service
area/e2e-test
Issues or PRs releated to e2e test
labels
Sep 26, 2023
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1322 +/- ##
=============================================
- Coverage 42.67% 42.29% -0.39%
+ Complexity 3289 3274 -15
=============================================
Files 823 823
Lines 18299 18303 +4
Branches 2014 2014
=============================================
- Hits 7810 7741 -69
- Misses 9513 9591 +78
+ Partials 976 971 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
TangLeDaily
force-pushed
the
install_action_1
branch
4 times, most recently
from
September 27, 2023 04:04
bdf0702
to
0dc5e02
Compare
daizhenyu
reviewed
Sep 27, 2023
...ntegration-test/src/test/java/com/huaweicloud/agentcore/test/request/utils/RequestUtils.java
Outdated
Show resolved
Hide resolved
...tion/src/main/java/com/huaweicloud/agentcore/test/application/controller/TestController.java
Show resolved
Hide resolved
TangLeDaily
force-pushed
the
install_action_1
branch
from
September 27, 2023 09:03
0dc5e02
to
3ef98f9
Compare
TangLeDaily
force-pushed
the
install_action_1
branch
from
September 28, 2023 03:10
3ef98f9
to
7aa187e
Compare
...ntegration-test/src/test/java/com/huaweicloud/agentcore/test/request/utils/RequestUtils.java
Outdated
Show resolved
Hide resolved
TangLeDaily
force-pushed
the
install_action_1
branch
from
October 8, 2023 01:17
76b1699
to
17f7344
Compare
TangLeDaily
force-pushed
the
install_action_1
branch
from
October 8, 2023 01:22
23cdca0
to
30b0e19
Compare
luanwenfei-venus
added
kind/enhancement
Issues or PRs releated to sermant enhancement
and removed
area/framework
Issues or PRs releated to sermant core service
area/plugin
Issues or PRs releated to sermant plugin service
labels
Oct 8, 2023
luanwenfei-venus
approved these changes
Oct 8, 2023
daizhenyu
approved these changes
Oct 8, 2023
kkf1
changed the title
AgentCore动态安装卸载测试:测试插件、测试应用、流水线
AgentCore dynamic installation and uninstallation test: test plug-in, test application, pipeline
Apr 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/e2e-test
Issues or PRs releated to e2e test
kind/enhancement
Issues or PRs releated to sermant enhancement
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.
【Fix issue】#1236
【Modified content】
[Use case description] Some test cases, to be incorporated into subsequent code
[Self-test status] Local static check passed, local automated test passed
[Scope of influence] None