-
Notifications
You must be signed in to change notification settings - Fork 172
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 integration test: supplementary test plugin, automated test pipeline #1307
Merged
Sherlockhan
merged 1 commit into
sermant-io:develop
from
TangLeDaily:nacos_AgentCoreTest_2
Sep 18, 2023
Merged
Agentcore integration test: supplementary test plugin, automated test pipeline #1307
Sherlockhan
merged 1 commit into
sermant-io:develop
from
TangLeDaily:nacos_AgentCoreTest_2
Sep 18, 2023
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 13, 2023
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #1307 +/- ##
=============================================
- Coverage 43.03% 42.49% -0.55%
+ Complexity 3315 3313 -2
=============================================
Files 828 833 +5
Lines 18284 18467 +183
Branches 1990 2013 +23
=============================================
- Hits 7868 7847 -21
- Misses 9431 9645 +214
+ Partials 985 975 -10
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
...m/huaweicloud/agentcore/tests/plugin/interceptor/dynamicconfig/PublishConfigInterceptor.java
Outdated
Show resolved
Hide resolved
...om/huaweicloud/agentcore/tests/plugin/interceptor/dynamicconfig/RemoveConfigInterceptor.java
Outdated
Show resolved
Hide resolved
TangLeDaily
force-pushed
the
nacos_AgentCoreTest_2
branch
from
September 15, 2023 04:09
075556c
to
6a3892f
Compare
daizhenyu
reviewed
Sep 15, 2023
...com/huaweicloud/agentcore/tests/plugin/declarer/dynamicconfig/TestDynamicConfigDeclarer.java
Show resolved
Hide resolved
...n/java/com/huaweicloud/agentcore/tests/plugin/interceptor/dynamicconfig/BaseInterceptor.java
Outdated
Show resolved
Hide resolved
...icloud/agentcore/tests/plugin/interceptor/dynamicconfig/RemoveConfigListenerInterceptor.java
Outdated
Show resolved
Hide resolved
...-test-plugin/src/main/java/com/huaweicloud/agentcore/tests/plugin/listener/TestListener.java
Show resolved
Hide resolved
...n/java/com/huaweicloud/agentcore/tests/plugin/interceptor/dynamicconfig/BaseInterceptor.java
Outdated
Show resolved
Hide resolved
...n/java/com/huaweicloud/agentcore/tests/plugin/interceptor/dynamicconfig/BaseInterceptor.java
Outdated
Show resolved
Hide resolved
...a/com/huaweicloud/agentcore/tests/plugin/interceptor/dynamicconfig/GetConfigInterceptor.java
Outdated
Show resolved
Hide resolved
...om/huaweicloud/agentcore/tests/plugin/interceptor/dynamicconfig/RemoveConfigInterceptor.java
Outdated
Show resolved
Hide resolved
...icloud/agentcore/tests/plugin/interceptor/dynamicconfig/RemoveConfigListenerInterceptor.java
Outdated
Show resolved
Hide resolved
...d/agentcore/tests/plugin/interceptor/dynamicconfig/RemoveGroupConfigListenerInterceptor.java
Outdated
Show resolved
Hide resolved
TangLeDaily
force-pushed
the
nacos_AgentCoreTest_2
branch
from
September 18, 2023 02:00
6a3892f
to
569c9ac
Compare
luanwenfei-venus
approved these changes
Sep 18, 2023
daizhenyu
approved these changes
Sep 18, 2023
kkf1
changed the title
agentcore集成测试:补充测试插件、自动化测试流水线
Agentcore integration test: supplementary test plugin, automated test 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
area/framework
Issues or PRs releated to sermant core service
area/plugin
Issues or PRs releated to sermant plugin service
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】#1298, #1289
【Modified content】
[Use case description] Contains nacos dynamic configuration test cases
[Self-test status] The local static check passed and the local automated test passed.
[Scope of influence] None