-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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][test] Fix NonDurableSubscriptionTest.testInitReaderAtSpecifiedP… #23293
[fix][test] Fix NonDurableSubscriptionTest.testInitReaderAtSpecifiedP… #23293
Conversation
7ede944
to
a3fb3e2
Compare
@poorbarcode PTAL, thx |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
a3fb3e2
to
faf1521
Compare
@poorbarcode the test failed before and I rebased master, could you help to trigger the workflow? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #23293 +/- ##
============================================
+ Coverage 73.57% 74.35% +0.77%
- Complexity 32624 34428 +1804
============================================
Files 1877 1943 +66
Lines 139502 147045 +7543
Branches 15299 16205 +906
============================================
+ Hits 102638 109334 +6696
- Misses 28908 29281 +373
- Partials 7956 8430 +474
Flags with carried forward coverage won't be shown. Click here to find out more. |
Motivation
The comments and code are inconsistent in the test
NonDurableSubscriptionTest.testInitReaderAtSpecifiedPosition
, some are comments not correct while others are code not correct. This issue was introduced by #21248.Modifications
fix the inconsistent between comments and code in the test
NonDurableSubscriptionTest.testInitReaderAtSpecifiedPosition
Documentation
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: