-
Notifications
You must be signed in to change notification settings - Fork 97
MaxWorkers in throttled background message processor is not respected #569
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
base: master
Are you sure you want to change the base?
Conversation
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, thanks for adding the comments!
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.
Seems good to me! A bit difficult to understand all the changes, but I appreciate also the inclusion of multiple new tests
[Test] | ||
public void ThrottledBackgroundMessageProcessor_VerifyBugCondition_DirectCheck() | ||
{ | ||
// This test was designed to diagnose the bug condition | ||
// Since the bug is now fixed, this test is no longer needed | ||
Assert.Pass("Bug has been fixed - this diagnostic test is no longer applicable"); | ||
} |
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.
Not sure if there is an agreement to leave this in place, but I think it could be removed if the test is no longer necessary.
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.
Haha yeah. Just waiting on feedback from customer. If it’s all good I’ll cleanup the tests a bit.
Should resolve #568