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

fix: 熔断enable接口会清空revision,导致客户端无法拉取更新 #992

Merged
merged 36 commits into from
Mar 11, 2023
Merged

Conversation

andrewshan
Copy link
Member

@andrewshan andrewshan commented Mar 10, 2023

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.

andrewshan and others added 30 commits February 24, 2023 20:32
迁移工具支持环境变量传参,以及打印日志 (#963)
feat: eureka接口使用异步模式进行实例的创建和销毁 (#967)
fix: 解决注册后首次心跳上报失败的问题 & 增加开关针对复制的实例不进行健康状态的转换 (#973)
fix: 简化心跳事件的推送逻辑,去掉二次channel传递 (#975)
@polaris-test-bot
Copy link

polaris-test-bot commented Mar 10, 2023

2023-03-10 19:42:22: =========TEST START==========
2023-03-10 19:42:52: Pre-Merge check success! Now we will perform a full automated test which is expected to take 2 hours, thank you for your patience.
2023-03-10 20:24:51: =========TEST START==========
2023-03-10 20:25:21: Pre-Merge check success! Now we will perform a full automated test which is expected to take 2 hours, thank you for your patience.
2023-03-10 20:40:41: [STANDALONE VERSION]PR autotest PASSED! We executed 20 test cases and 20 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1271045910/sta/qta-report.html
2023-03-10 20:40:45: [CLUSTER VERSION] PR autotest PASSED! We executed 20 test cases and 20 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1271045910/clu/qta-report.html
2023-03-10 20:40:49: [KUBENETES VERSION]PR autotest PASSED! We executed 20 test cases and 20 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1271045910/k8s/qta-report.html

@andrewshan andrewshan closed this Mar 10, 2023
@andrewshan andrewshan reopened this Mar 10, 2023
@chuntaojun chuntaojun added the bug Something isn't working label Mar 10, 2023
@codecov
Copy link

codecov bot commented Mar 10, 2023

Codecov Report

Merging #992 (3d4a943) into main (ba22dfc) will decrease coverage by 0.10%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #992      +/-   ##
==========================================
- Coverage   57.95%   57.85%   -0.10%     
==========================================
  Files         187      187              
  Lines       35211    35292      +81     
==========================================
+ Hits        20405    20417      +12     
- Misses      12113    12192      +79     
+ Partials     2693     2683      -10     
Impacted Files Coverage Δ
service/circuitbreaker_rule.go 40.30% <0.00%> (-0.63%) ⬇️

... and 12 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@chuntaojun chuntaojun merged commit 90943c6 into polarismesh:main Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants