You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Align TTL eviction seam test with pool-aware status mapping
TTL eviction maps to 429 with the ttl-expired drop reason when the pool
has endpoints and to 503 with the no-endpoints reason when it is empty.
The seam test asserted an unconditional 503; split it into both paths to
match the translateFlowControlOutcome contract.
Signed-off-by: Matthieu Paret <mp@blackfuel.ai>
0 commit comments