-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Improved rate limiting tests #45541
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
Improved rate limiting tests #45541
Conversation
Thanks for your PR, @MadL1me. Someone from the team will get assigned to your PR shortly and we'll get it reviewed. |
14302d3
to
dd3ef30
Compare
|
||
namespace Microsoft.AspNetCore.RateLimiting; | ||
|
||
internal class TestEndpointBuilder : EndpointBuilder |
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.
Please rename this file to TestEndpointBuilder.cs
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.
Other than the 2 small comments, looks great! Thanks for the change. Will approve & merge once those 2 changes have been made.
Looks great! Will merge once CI passes. |
@wtgodbe Done! Fixed file naming and removed project from solution filter. I would be happy to work on other "help wanted issues". Currently found 2 more interesting issues related to RateLimiter as well. |
Improved rate limiting middleware tests
Added rate limiting middleware tests improvements, based on #43298 issue
Description
RateLimiterEndpointConventionBuilderExtensions
where applicableAssert-Act-Arrange
comments for more clarification