Skip to content

Conversation

@lingyufei
Copy link
Contributor

Currently, dubbo-demo-api-consumer and dubbo-demo-api-provider doesn't have the metadata-report and config-center dependencies like dubbo-metadata-report-zookeeper.

Because of this, when testing the dubbo.application.register-mode = instance mode in dubbo-demo-api-provider, the metadata would be missing in the zookeeper. This would result in the following error when starting dubbo-demo-api-consumer.

It would be better to add dubbo-metadata-report-zookeeper and dubbo-metadata-report-zookeeper to the demo as default. This will be more convenient for debugging.

Please refer to ISSUE 15635 for more details.

@lingyufei lingyufei force-pushed the feature/demo-optimization branch from 60a89d1 to 64e6929 Compare August 19, 2025 10:47
@codecov-commenter
Copy link

codecov-commenter commented Aug 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.00%. Comparing base (c831fef) to head (64e6929).

Additional details and impacted files
@@             Coverage Diff              @@
##                3.3   #15646      +/-   ##
============================================
- Coverage     61.01%   61.00%   -0.02%     
+ Complexity    11704    11699       -5     
============================================
  Files          1910     1910              
  Lines         86806    86806              
  Branches      13100    13100              
============================================
- Hits          52968    52958      -10     
  Misses        28419    28419              
- Partials       5419     5429      +10     
Flag Coverage Δ
integration-tests-java21 32.95% <ø> (-0.06%) ⬇️
integration-tests-java8 33.10% <ø> (-0.02%) ⬇️
samples-tests-java21 32.64% <ø> (-0.06%) ⬇️
samples-tests-java8 30.43% <ø> (+<0.01%) ⬆️
unit-tests-java11 59.01% <ø> (+<0.01%) ⬆️
unit-tests-java17 58.73% <ø> (+<0.01%) ⬆️
unit-tests-java21 58.71% <ø> (-0.01%) ⬇️
unit-tests-java8 59.01% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@zrlw zrlw requested review from RainYuY and zrlw August 20, 2025 02:58
Copy link
Member

@RainYuY RainYuY left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@RainYuY RainYuY merged commit a75de07 into apache:3.3 Aug 20, 2025
32 checks passed
MoritzArena pushed a commit to MoritzArena/dubbo that referenced this pull request Sep 4, 2025
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.

4 participants