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(adasvc): do not load adaptive service filter if not set #1735

Merged
merged 2 commits into from
Jan 27, 2022

Conversation

justxuewei
Copy link
Member

What this PR does:

Which issue(s) this PR fixes:
Fixes #

You should pay attention to items below to ensure your pr passes our ci test
We do not merge pr with ci tests failed

  • All ut passed (run 'go test ./...' in project root)
  • After go-fmt ed , run 'go fmt project' using goland.
  • Golangci-lint passed, run 'sudo golangci-lint run' in project root.
  • After import formatted, (using imports-formatter to run 'imports-formatter .' in project root, to format your import blocks, mentioned in CONTRIBUTING.md above)
  • Your new-created file needs to have apache license at the top, like other existed file does.
  • All integration test passed. You can run integration test locally (with docker env). Clone our dubbo-go-samples project and replace the go.mod to your dubbo-go, and run 'sudo sh start_integration_test.sh' at root of samples project root. (M1 Slice is not Support)

@codecov-commenter
Copy link

Codecov Report

Merging #1735 (b4d8431) into 3.0 (bf7c407) will decrease coverage by 0.14%.
The diff coverage is 10.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              3.0    #1735      +/-   ##
==========================================
- Coverage   42.84%   42.70%   -0.15%     
==========================================
  Files         256      256              
  Lines       14774    14782       +8     
==========================================
- Hits         6330     6312      -18     
- Misses       7722     7748      +26     
  Partials      722      722              
Impacted Files Coverage Δ
config/service_config.go 10.60% <0.00%> (-0.16%) ⬇️
config/provider_config.go 19.04% <25.00%> (+0.23%) ⬆️
filter/metrics/filter.go 85.00% <0.00%> (-15.00%) ⬇️
metadata/report/delegate/delegate_report.go 26.49% <0.00%> (-8.61%) ⬇️
protocol/dubbo3/dubbo3_invoker.go 55.65% <0.00%> (-1.74%) ⬇️
metrics/prometheus/reporter.go 26.85% <0.00%> (-1.72%) ⬇️
...tocol/rest/server/server_impl/go_restful_server.go 44.82% <0.00%> (+3.44%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bf7c407...b4d8431. Read the comment docs.

@AlexStocks AlexStocks merged commit b5e3805 into apache:3.0 Jan 27, 2022
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.

5 participants