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

[ISSUE #1197] 修复熔断/探测规则更新绑定服务信息后缓存遗留脏数据 #1208

Merged
merged 9 commits into from Aug 21, 2023

Conversation

chuntaojun
Copy link
Member

@chuntaojun chuntaojun commented Aug 21, 2023

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

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 Aug 21, 2023

2023-08-21 12:07:35: =========TEST START==========
2023-08-21 12:22:53: =========TEST START==========
2023-08-21 12:51:19: [STANDALONE VERSION]PR autotest FAILED! We executed 47 test cases and 26 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1482139340/sta/qta-report.html and https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1482139340/sta/ratelimit/qta-report.html
2023-08-21 12:51:23: [CLUSTER VERSION] PR autotest FAILED! We executed 39 test cases and 18 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1482139340/clu/qta-report.html
2023-08-21 12:51:26: [KUBENETES VERSION]PR autotest FAILED! We executed 39 test cases and 16 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1482139340/k8s/qta-report.html
2023-08-21 13:15:34: =========TEST START==========
2023-08-21 13:44:00: [STANDALONE VERSION]PR autotest FAILED! We executed 47 test cases and 25 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1482139340/sta/qta-report.html and https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1482139340/sta/ratelimit/qta-report.html
2023-08-21 13:44:03: [CLUSTER VERSION] PR autotest FAILED! We executed 39 test cases and 18 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1482139340/clu/qta-report.html
2023-08-21 13:44:07: [KUBENETES VERSION]PR autotest FAILED! We executed 39 test cases and 15 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1482139340/k8s/qta-report.html
2023-08-21 13:58:22: =========TEST START==========
2023-08-21 14:27:18: [STANDALONE VERSION]PR autotest FAILED! We executed 47 test cases and 25 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1482139340/sta/qta-report.html and https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1482139340/sta/ratelimit/qta-report.html
2023-08-21 14:27:21: [CLUSTER VERSION] PR autotest FAILED! We executed 39 test cases and 18 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1482139340/clu/qta-report.html
2023-08-21 14:27:25: [KUBENETES VERSION]PR autotest FAILED! We executed 39 test cases and 15 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1482139340/k8s/qta-report.html
2023-08-21 15:41:20: =========TEST START==========
2023-08-21 16:11:55: [STANDALONE VERSION]PR autotest FAILED! We executed 47 test cases and 26 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1482139340/sta/qta-report.html and https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1482139340/sta/ratelimit/qta-report.html
2023-08-21 16:11:59: [CLUSTER VERSION] PR autotest FAILED! We executed 39 test cases and 18 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1482139340/clu/qta-report.html
2023-08-21 16:12:03: [KUBENETES VERSION]PR autotest FAILED! We executed 39 test cases and 15 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1482139340/k8s/qta-report.html

@chuntaojun chuntaojun changed the title Fix issue 1197 [ISSUE #1197] 修复熔断/探测规则更新绑定服务信息后缓存遗留脏数据 Aug 21, 2023
@codecov
Copy link

codecov bot commented Aug 21, 2023

Codecov Report

Merging #1208 (f961c32) into main (efbb614) will increase coverage by 0.26%.
The diff coverage is 86.57%.

@@            Coverage Diff             @@
##             main    #1208      +/-   ##
==========================================
+ Coverage   55.64%   55.91%   +0.26%     
==========================================
  Files         178      179       +1     
  Lines       32241    32280      +39     
==========================================
+ Hits        17941    18049     +108     
+ Misses      11983    11891      -92     
- Partials     2317     2340      +23     
Files Changed Coverage Δ
cache/test_export.go 45.45% <ø> (-11.69%) ⬇️
service/healthcheck/report.go 50.96% <0.00%> (ø)
cache/cache.go 74.54% <40.00%> (-1.65%) ⬇️
service/circuitbreaker_rule.go 53.93% <50.00%> (-0.05%) ⬇️
auth/defaultauth/server.go 38.54% <84.61%> (+2.50%) ⬆️
auth/defaultauth/auth_checker.go 67.01% <85.71%> (+0.46%) ⬆️
auth/defaultauth/strategy.go 67.23% <87.50%> (ø)
auth/defaultauth/user_authability.go 75.00% <94.11%> (+1.43%) ⬆️
auth/defaultauth/default.go 100.00% <100.00%> (ø)
auth/defaultauth/group.go 72.40% <100.00%> (ø)
... and 6 more

... and 17 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 eb64f92 into polarismesh:main Aug 21, 2023
10 of 11 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