Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Flaky-test] BacklogQuotaManagerTest#testConsumerBacklogEvictionTimeQ…
…uota (#14000) * fix flaky test * change to getCurrentLedgerEntries Co-authored-by: gavingaozhangmin <[email protected]> ### Motivation Fixes #13952 ### Modifications MAX_ENTRIES_PER_LEDGER = 5, it will be uncertain that the num of entries in last ledger is 4. Use ManagedLedgerImpl. getNumberOfEntries to get the num of entries in last opened ledger
- Loading branch information