summeriiii opened a new pull request, #23293: URL: https://github.com/apache/pulsar/pull/23293
### Motivation The test `NonDurableSubscriptionTest.testInitReaderAtSpecifiedPosition` has two duplicate case(reader8, reader10), the read8 comment this case `Less than the first ledger, and entry id is "-1"` while entryId is 0 in the actual code. This issue was introduced by https://github.com/apache/pulsar/pull/21248. <!-- Explain here the context, and why you're making that change. What is the problem you're trying to solve. --> ### Modifications chang the startMessageId8 entryId to -1, make this case correct. <!-- Describe the modifications you've done. --> ### Documentation <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. --> - [ ] `doc` <!-- Your PR contains doc changes. --> - [ ] `doc-required` <!-- Your PR changes impact docs and you will update later --> - [x] `doc-not-needed` <!-- Your PR changes do not impact docs --> - [ ] `doc-complete` <!-- Docs have been already added --> ### Matching PR in forked repository PR in forked repository: -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
