finish off sprint advisories and sprints

This commit is contained in:
master
2026-01-24 00:12:43 +02:00
parent 726d70dc7f
commit c70e83719e
266 changed files with 46699 additions and 1328 deletions

View File

@@ -58,7 +58,7 @@ public sealed class InstanceRateLimiterTests : IDisposable
decision.RetryAfterSeconds.Should().BeGreaterThan(0);
}
[Fact(Skip = "SlidingWindowCounter uses Stopwatch.GetTimestamp() internally which doesn't respect FakeTimeProvider. Requires refactoring SlidingWindowCounter to use TimeProvider.")]
[Fact]
public void TryAcquire_AfterWindowExpires_AllowsAgain()
{
// Arrange - exhaust the per-second limit