Skip to content

Conversation

@everfid-ever
Copy link
Contributor

Which issue(s) this PR fixes:

Fixes #949

@codecov-commenter
Copy link

codecov-commenter commented Nov 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 48.72%. Comparing base (0747d09) to head (aecb614).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #968      +/-   ##
==========================================
+ Coverage   48.49%   48.72%   +0.22%     
==========================================
  Files         199      199              
  Lines       12329    12329              
==========================================
+ Hits         5979     6007      +28     
+ Misses       5880     5852      -28     
  Partials      470      470              

☔ 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.

@slievrly slievrly added this to the 2.1.0 milestone Nov 5, 2025
@slievrly slievrly requested a review from Copilot November 5, 2025 03:28
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds comprehensive unit test coverage for the dubboTransactionFilter component in the Dubbo integration. The tests validate XID (transaction ID) propagation between contexts and RPC attachments for both dubbo-go and dubbo-java formats.

  • Adds mock implementations of protocol.Invocation, protocol.Invoker, and protocol.Result interfaces
  • Implements tests for the Invoke method covering various XID scenarios
  • Adds tests for helper methods getRpcXid, getDubboGoRpcXid, and getDubboJavaRpcXid
  • Tests the InitSeataDubbo initialization function

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve test coverage for pkg/integration/dubbo

3 participants