Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[RateLimiter] bug #42194 fix: sliding window policy to use microtime - fix test#43688
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
jlekowski commentedOct 25, 2021
chalasr left a comment
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. The remaining failures are unrelated?
jlekowski commentedOct 26, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Yes, they are unrelated. |
chalasr commentedOct 26, 2021
Thank you@jlekowski. |
As pointed out in the comment#43677 (comment),
RateLimitTest::testWaitUsesMicrotime()fails intermittently.I have looked at all
PHPUnitactions since the test was introduced and interestingly, the fails only occurred during7.2test, and the time difference was always ~1.3s.