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 data sync between eureka and polaris #818

Merged
merged 10 commits into from
Nov 24, 2022
Merged

feat: support data sync between eureka and polaris #818

merged 10 commits into from
Nov 24, 2022

Conversation

andrewshan
Copy link
Member

@andrewshan andrewshan commented Nov 23, 2022

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

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

  • Configuration
  • Docs
  • Installation
  • Performance and Scalability
  • Naming
  • HealthCheck
  • 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 Nov 23, 2022

2022-11-23 23:43:56: =========TEST START==========
2022-11-23 23:44: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.
2022-11-23 23:55:21: [STANDALONE VERSION]PR autotest PASSED! We executed 14 test cases and 14 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1133712169/sta/qta-report.html [CLUSTER VERSION] PR autotest PASSED! We executed 14 test cases and 14 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1133712169/clu/qta-report.html [KUBENETES VERSION]PR autotest PASSED! We executed 14 test cases and 14 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1133712169/k8s/qta-report.html
2022-11-24 12:07:56: =========TEST START==========
2022-11-24 12:08:24: Pre-Merge check success! Now we will perform a full automated test which is expected to take 2 hours, thank you for your patience.
2022-11-24 12:14:23: =========TEST START==========
2022-11-24 12:14:50: Pre-Merge check success! Now we will perform a full automated test which is expected to take 2 hours, thank you for your patience.
2022-11-24 12:22:25: =========TEST START==========
2022-11-24 12:22:51: Pre-Merge check success! Now we will perform a full automated test which is expected to take 2 hours, thank you for your patience.
2022-11-24 12:27:42: =========TEST START==========
2022-11-24 12:28:09: Pre-Merge check success! Now we will perform a full automated test which is expected to take 2 hours, thank you for your patience.
2022-11-24 12:33:02: =========TEST START==========
2022-11-24 12:33:28: Pre-Merge check success! Now we will perform a full automated test which is expected to take 2 hours, thank you for your patience.
2022-11-24 12:46:21: [STANDALONE VERSION]PR autotest FAILED! We executed 14 test cases and 13 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1133712169/sta/qta-report.html
2022-11-24 12:46:25: [CLUSTER VERSION] PR autotest PASSED! We executed 14 test cases and 14 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1133712169/clu/qta-report.html
2022-11-24 12:46:29: [KUBENETES VERSION]PR autotest PASSED! We executed 14 test cases and 14 were passed. You can see test report in https://polaris-opentest-1306863770.cos.ap-guangzhou.myqcloud.com/pr1133712169/k8s/qta-report.html

@chuntaojun
Copy link
Member

need to run import-format.sh before commit

@codecov
Copy link

codecov bot commented Nov 24, 2022

Codecov Report

Merging #818 (6d0d7db) into main (4da597c) will increase coverage by 0.01%.
The diff coverage is 67.34%.

@@            Coverage Diff             @@
##             main     #818      +/-   ##
==========================================
+ Coverage   57.08%   57.09%   +0.01%     
==========================================
  Files         161      161              
  Lines       28845    28867      +22     
==========================================
+ Hits        16466    16483      +17     
- Misses      10177    10181       +4     
- Partials     2202     2203       +1     
Impacted Files Coverage Δ
common/model/naming.go 70.83% <ø> (ø)
service/instance.go 62.05% <67.34%> (-0.08%) ⬇️
cache/ratelimit_config.go 80.15% <0.00%> (-1.53%) ⬇️
store/boltdb/handler.go 63.97% <0.00%> (+0.75%) ⬆️
cache/routing_config.go 65.72% <0.00%> (+1.20%) ⬆️

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

@chuntaojun chuntaojun added service Service registration discovery, service governance keystone the key feature of the milestone apiserver apiserver labels Nov 24, 2022
@chuntaojun chuntaojun added this to the v1.13.0 milestone Nov 24, 2022
@chuntaojun chuntaojun merged commit d35ac24 into polarismesh:main Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apiserver apiserver keystone the key feature of the milestone service Service registration discovery, service governance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

polaris原地替换eureka server节点
3 participants