rocketmq
rocketmq copied to clipboard
[ISSUE #9320]Fix extra put when checkImmunityTime exceeds the maximum check time range
… check time range
Which Issue(s) This PR Fixes
Fixes #9320
Brief Description
How Did You Test This Change?
Send a transaciton message with property CHECK_IMMUNITY_TIME_IN_SECONDS 1800
Codecov Report
Attention: Patch coverage is 22.22222% with 7 lines in your changes missing coverage. Please review.
Project coverage is 47.98%. Comparing base (
53a3f69) to head (0b6f91c).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| ...saction/queue/TransactionalMessageServiceImpl.java | 0.00% | 7 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## develop #9473 +/- ##
=============================================
- Coverage 48.14% 47.98% -0.17%
+ Complexity 12022 11983 -39
=============================================
Files 1308 1308
Lines 92253 92261 +8
Branches 11808 11809 +1
=============================================
- Hits 44413 44268 -145
- Misses 42352 42488 +136
- Partials 5488 5505 +17
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Please rebase develop branch due to another pr has been merge
Please rebase develop branch due to another pr has been merge
rebase done
conflicts, submit again later