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
test(scripts): fix challenge-01 control trigger ordering
The control trigger must land BEFORE the burst — once the burst trips
the gate, the hold-down (TRIGGER_MOLLIFIER_HOLD_MS) keeps mollifying
subsequent triggers in the same env until the marker expires. The
previous order (burst → control) caught the control in the hold-down
and false-positive-failed.
Also: clear mollifier:* Redis keys between runs. Stale LIST-typed
queue keys from before the B1 ZSET migration cause WRONGTYPE errors
on accept.
0 commit comments