-
Notifications
You must be signed in to change notification settings - Fork 1k
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(kad): compute jobs_query_capacity
accurately
#5148
fix(kad): compute jobs_query_capacity
accurately
#5148
Conversation
jobs_query_capacity
accurately
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.
Thank you!
Can we add a test please to ensure we don't break this in the future?
@thomaseizinger Sure thing! But frankly speaking, I'm a novice in Rust, and it may take a good amount of time to finalize the test case. And, can I ask you for a favor to show me the best test case that I can refer to in this file? I feel it can somehow speed up us a little bit. Thanks! |
Unfortunately, this area of the code is also pretty foreign to me and I don't have the bandwidth to dig into it deeply. |
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.
Cool! Happy to merge this without a test now.
Can you bump the version of the crate and add a changelog entry? See docs for details :)
This pull request has merge conflicts. Could you please resolve them @junekhan? 🙏 |
…ate-jobs_query_capacity # Conflicts: # protocols/kad/CHANGELOG.md
321c4bc
to
52d88d3
Compare
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.
Thanks June for this, and Thomas for reviewing it! LGTM cc @iand
Approvals have been dismissed because the PR was updated after the send-it
label was applied.
Description
Fixes: #4191.
Notes & open questions