Some checks failed
CI / OCR Service Tests (pull_request) Waiting to run
CI / Backend Unit Tests (pull_request) Waiting to run
CI / fail2ban Regex (pull_request) Waiting to run
CI / Compose Bucket Idempotency (pull_request) Waiting to run
CI / Unit & Component Tests (pull_request) Has been cancelled
CI / Unit & Component Tests (push) Has been cancelled
CI / OCR Service Tests (push) Has been cancelled
CI / Backend Unit Tests (push) Has been cancelled
CI / fail2ban Regex (push) Has been cancelled
CI / Compose Bucket Idempotency (push) Has been cancelled
Port 8081 was fixed by #576. With four @DirtiesContext(AFTER_EACH_TEST_METHOD) classes (22 context restarts total), the OS TIME_WAIT state holds port 8081 for ~45-60s per cycle — adding ~17 min overhead. All 1601 tests pass but surefire's 10-min timeout fires before the suite finishes. Fixes #593. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>