Skip to content

test(integration): probe public readiness endpoint instead of guarded aggregate health#74

Merged
amavashev merged 1 commit into
mainfrom
fix/health-check-readiness-probe
Jul 3, 2026
Merged

test(integration): probe public readiness endpoint instead of guarded aggregate health#74
amavashev merged 1 commit into
mainfrom
fix/health-check-readiness-probe

Conversation

@amavashev

Copy link
Copy Markdown
Contributor

Summary

Integration-test-only fix: the live-server health check now probes /actuator/health/readiness instead of aggregate /actuator/health.

Aggregate health requires X-Admin-API-Key since cycles-server v0.1.25.45 and fails closed with 500 when the server has no admin key configured. The liveness/readiness probes are the public, Redis-aware health contract that a credential-less client can rely on — asserting on them is also the more meaningful check for a client test.

This assertion is what has been failing the org nightly Full-Stack Integration since 2026-06-28 (assert 500 == 200).

No library code change, no version bump. AUDIT.md updated.

Companion PRs

  • runcycles/.github — nightly workflow: readiness polling, protocol-server admin key, event-server management-port fix, fail-fast startup loops
  • The sibling client repo carries the identical health-check fix

… aggregate health

Aggregate /actuator/health requires X-Admin-API-Key since cycles-server
v0.1.25.45 and fails closed with 500 when the server has no admin key
configured — this assertion has been the visible failure in the org
nightly Full-Stack Integration since 2026-06-28. The liveness/readiness
probes are the public, Redis-aware health contract a credential-less
client can rely on; the health-check test now probes
/actuator/health/readiness.

Integration-test-only; no library code change, no version bump.
AUDIT.md updated. Companion PRs: runcycles/.github (workflow readiness
polling + event-server management port) and the sibling client repo.
@amavashev amavashev merged commit 3162d07 into main Jul 3, 2026
7 checks passed
@amavashev amavashev deleted the fix/health-check-readiness-probe branch July 3, 2026 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant