fix(consumers): prevent await deadlock on ContextCallable failure - #2941
Merged
imbajin merged 5 commits intoJan 26, 2026
Codecov / codecov/project
failed
Jan 26, 2026 in 0s
1.57% (-37.82%) compared to 37be6cd
View this Pull Request on Codecov
1.57% (-37.82%) compared to 37be6cd
Details
Codecov Report
❌ Patch coverage is 0% with 18 lines in your changes missing coverage. Please review.
✅ Project coverage is 1.57%. Comparing base (37be6cd) to head (ec746c9).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| ...main/java/org/apache/hugegraph/util/Consumers.java | 0.00% | 18 Missing |
❗ There is a different number of reports uploaded between BASE (37be6cd) and HEAD (ec746c9). Click for more details.
HEAD has 2 uploads less than BASE
Flag BASE (37be6cd) HEAD (ec746c9) 4 2
Additional details and impacted files
@@ Coverage Diff @@
## master #2941 +/- ##
============================================
- Coverage 39.38% 1.57% -37.82%
+ Complexity 456 43 -413
============================================
Files 812 779 -33
Lines 68660 65018 -3642
Branches 8968 8332 -636
============================================
- Hits 27044 1026 -26018
- Misses 38824 63906 +25082
+ Partials 2792 86 -2706 ☔ 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.
Loading