-
Notifications
You must be signed in to change notification settings - Fork 140
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 error message for exhausted range #4943
Conversation
The exception message was reporting wrong numbers for requests because there was a non correct hex conversion. Additionally, it was reporting the wrong value because it was increasing even no new requests could be generated. Fix BZ#2332610
|
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
@edewata Thanks! |
Looks like it's causing these failures: |
Yes, I totally miss them. I have fixed with the commit: 917a4c4 Thanks! |
Thanks! |
Sorry, looks like there's a couple more: |
I have added a new commit and this time wait for all CIs. There are no other issue related with this. Thanks! |
Thanks! |
The exception message was reporting wrong numbers for requests because there was a non correct hex conversion. Additionally, it was reporting the wrong value because it was increasing even no new requests could be generated.
Fix BZ#2332610