-
Notifications
You must be signed in to change notification settings - Fork 167
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
JDK17支持:升级Lombok版本、ByteBuddy版本、新增Shenandoah收集器指标信息 #1293
Merged
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
kind/enhancement
Issues or PRs releated to sermant enhancement
area/plugin
Issues or PRs releated to sermant plugin service
area/e2e-test
Issues or PRs releated to e2e test
labels
Aug 30, 2023
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## develop #1293 +/- ##
=============================================
- Coverage 41.98% 41.31% -0.67%
- Complexity 3220 3222 +2
=============================================
Files 824 827 +3
Lines 17984 18287 +303
Branches 1953 1991 +38
=============================================
+ Hits 7551 7556 +5
- Misses 9480 9781 +301
+ Partials 953 950 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
daizhenyu
reviewed
Aug 31, 2023
...st/dubbo-integration-test/src/test/java/com/huaweicloud/integration/monitor/MonitorTest.java
Outdated
Show resolved
Hide resolved
...st/dubbo-integration-test/src/test/java/com/huaweicloud/integration/monitor/MonitorTest.java
Outdated
Show resolved
Hide resolved
...spring-intergration-test/src/test/java/com/huaweicloud/intergration/monitor/MonitorTest.java
Outdated
Show resolved
Hide resolved
TangLeDaily
force-pushed
the
JDK17Avail_a
branch
from
September 4, 2023 06:39
8805146
to
4351a0f
Compare
hanbingleixue
previously approved these changes
Sep 4, 2023
...st/dubbo-integration-test/src/test/java/com/huaweicloud/integration/monitor/MonitorTest.java
Show resolved
Hide resolved
lilai23
reviewed
Sep 4, 2023
...spring-intergration-test/src/test/java/com/huaweicloud/intergration/monitor/MonitorTest.java
Outdated
Show resolved
Hide resolved
lilai23
reviewed
Sep 4, 2023
...st/dubbo-integration-test/src/test/java/com/huaweicloud/integration/monitor/MonitorTest.java
Outdated
Show resolved
Hide resolved
TangLeDaily
force-pushed
the
JDK17Avail_a
branch
2 times, most recently
from
September 4, 2023 07:31
32c3706
to
2596acc
Compare
升级了Lombok版本1.18.10至1.18.22
|
...spring-intergration-test/src/test/java/com/huaweicloud/intergration/monitor/MonitorTest.java
Outdated
Show resolved
Hide resolved
TangLeDaily
force-pushed
the
JDK17Avail_a
branch
from
September 4, 2023 08:52
2596acc
to
432e888
Compare
hanbingleixue
previously approved these changes
Sep 4, 2023
lilai23
previously approved these changes
Sep 4, 2023
TangLeDaily
dismissed stale reviews from lilai23 and hanbingleixue
via
September 5, 2023 03:47
03973ab
TangLeDaily
force-pushed
the
JDK17Avail_a
branch
from
September 5, 2023 03:47
432e888
to
03973ab
Compare
TangLeDaily
force-pushed
the
JDK17Avail_a
branch
from
September 5, 2023 06:52
03973ab
to
06a15a5
Compare
lilai23
approved these changes
Sep 6, 2023
luanwenfei-venus
approved these changes
Sep 6, 2023
hanbingleixue
approved these changes
Sep 6, 2023
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/plugin
Issues or PRs releated to sermant plugin service
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.
【修复issue】#1283
【修改内容】
【用例描述】修改了monitor集成测试性能指标遍历。原因:JDK17后新增了一些指标,需要根据不同版本适配更改
【自测情况】本地静态检查通过;UT通过;
【影响范围】monitor可采集的指标更改,文档需要更新