-
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
Flaky-test: BacklogQuotaManagerTest.testConsumerBacklogEvictionTimeQuota #13952
Labels
Comments
3 tasks
michaeljmarshall
pushed a commit
that referenced
this issue
Feb 11, 2022
…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
This issue doesn't seem to be solved. Here is another failure after #14000 gets merged.
|
1 task
nicoloboschi
pushed a commit
to datastax/pulsar
that referenced
this issue
Mar 2, 2022
…uota (apache#14000) * fix flaky test * change to getCurrentLedgerEntries Co-authored-by: gavingaozhangmin <[email protected]> ### Motivation Fixes apache#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 (cherry picked from commit 0ff2b8c)
Nicklee007
pushed a commit
to Nicklee007/pulsar
that referenced
this issue
Apr 20, 2022
…uota (apache#14000) * fix flaky test * change to getCurrentLedgerEntries Co-authored-by: gavingaozhangmin <[email protected]> ### Motivation Fixes apache#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
The issue had no activity for 30 days, mark with Stale label. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BacklogQuotaManagerTest is flaky. The
testConsumerBacklogEvictionTimeQuota
test method fails sporadically.example failure: https://github.com/apache/pulsar/runs/4942921605?check_suite_focus=true from #13950
The text was updated successfully, but these errors were encountered: