Skip to content
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

feat:support dubbo3 & fix config change can't notify client #1325

Merged
merged 14 commits into from
Jan 29, 2024

Conversation

chuntaojun
Copy link
Member

Please provide issue(s) of this PR:
Fixes #

To help us figure out who should review this PR, please put an X in all the areas that this PR affects.

  • ApiServer
  • Auth
  • Configuration
  • Naming
  • HealthCheck
  • Metrics
  • Docs
  • Installation
  • Performance and Scalability
  • Test and Release

Please check any characteristics that apply to this pull request.

  • Does not have any user-facing changes. This may include API changes, behavior changes, performance improvements, etc.

@polaris-test-bot
Copy link

polaris-test-bot commented Jan 22, 2024

2024-01-22 11:36:44: =========TEST START==========
2024-01-22 12:17:48: [STANDALONE VERSION]PR autotest FAILED! We executed 40 test cases and 34 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1689015161/sta/qta-report.html and https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1689015161/sta/ratelimit/qta-report.html
2024-01-22 12:17:51: [CLUSTER VERSION] PR autotest FAILED! We executed 39 test cases and 37 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1689015161/clu/qta-report.html
2024-01-22 12:17:55: [KUBENETES VERSION]PR autotest FAILED! We executed 39 test cases and 35 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1689015161/k8s/qta-report.html
2024-01-29 11:03:49: =========TEST START==========
2024-01-29 11:48:56: =========TEST START==========
2024-01-29 12:49:28: =========TEST START==========
2024-01-29 13:23:05: [STANDALONE VERSION]PR autotest FAILED! We executed 40 test cases and 34 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1689015161/sta/qta-report.html and https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1689015161/sta/ratelimit/qta-report.html
2024-01-29 13:23:09: [CLUSTER VERSION] PR autotest FAILED! We executed 39 test cases and 34 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1689015161/clu/qta-report.html
2024-01-29 13:23:12: [KUBENETES VERSION]PR autotest FAILED! We executed 39 test cases and 37 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1689015161/k8s/qta-report.html
2024-01-29 15:15:03: =========TEST START==========
2024-01-29 15:25:43: =========TEST START==========
2024-01-29 15:52:58: [STANDALONE VERSION]PR autotest FAILED! We executed 40 test cases and 34 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1689015161/sta/qta-report.html and https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1689015161/sta/ratelimit/qta-report.html
2024-01-29 15:53:02: [CLUSTER VERSION] PR autotest FAILED! We executed 39 test cases and 35 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1689015161/clu/qta-report.html
2024-01-29 15:53:06: [KUBENETES VERSION]PR autotest FAILED! We executed 39 test cases and 35 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1689015161/k8s/qta-report.html
2024-01-29 16:34:23: =========TEST START==========
2024-01-29 17:16:49: [STANDALONE VERSION]PR autotest FAILED! We executed 40 test cases and 35 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1689015161/sta/qta-report.html and https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1689015161/sta/ratelimit/qta-report.html
2024-01-29 17:16:52: [CLUSTER VERSION] PR autotest FAILED! We executed 39 test cases and 36 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1689015161/clu/qta-report.html
2024-01-29 17:16:56: [KUBENETES VERSION]PR autotest FAILED! We executed 39 test cases and 35 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1689015161/k8s/qta-report.html

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

Attention: 347 lines in your changes are missing coverage. Please review.

Comparison is base (7b40a69) 58.19% compared to head (647327e) 57.87%.

Files Patch % Lines
plugin/healthchecker/leader/peer.go 0.00% 116 Missing ⚠️
plugin/healthchecker/leader/checker_leader.go 0.00% 58 Missing ⚠️
plugin/healthchecker/redis/checker_redis.go 0.00% 33 Missing ⚠️
service/instance.go 9.09% 29 Missing and 1 partial ⚠️
service/healthcheck/check.go 48.93% 22 Missing and 2 partials ⚠️
plugin/healthchecker/leader/beat_cache.go 0.00% 22 Missing ⚠️
common/redispool/redis_pool.go 0.00% 20 Missing ⚠️
service/service_contract.go 24.00% 12 Missing and 7 partials ⚠️
config/config_file_release.go 40.00% 8 Missing and 1 partial ⚠️
plugin/healthchecker/memory/checker_memory.go 0.00% 9 Missing ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1325      +/-   ##
==========================================
- Coverage   58.19%   57.87%   -0.32%     
==========================================
  Files         186      186              
  Lines       37285    37494     +209     
==========================================
+ Hits        21697    21699       +2     
- Misses      13002    13198     +196     
- Partials     2586     2597      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@chuntaojun chuntaojun merged commit ea1f4f7 into polarismesh:main Jan 29, 2024
8 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants