Skip to content

docs: correct test count and the DB-update readiness step - #121

Merged
bilbospocketses merged 1 commit into
masterfrom
docs/wrapup-doc-sweep
Aug 26, 2026
Merged

docs: correct test count and the DB-update readiness step#121
bilbospocketses merged 1 commit into
masterfrom
docs/wrapup-doc-sweep

Conversation

@bilbospocketses

Copy link
Copy Markdown
Owner

Wrap-up doc sweep (T2). Grepped 20 identifiers changed this session across README, CONTRIBUTING, SECURITY, TECHNICAL_GUIDE, the manual test checklist and fresh-vm-smoke — 13 had hits, 3 were stale.

  • Test count 713 -> 726 in README and TECHNICAL_GUIDE. It moved twice after those files were last touched (liveness interval-gate tests, then the Jellyfin readiness tests).
  • Manual test checklist Step 4 still described waiting for Startup complete via stderr — precisely the mechanism that turned out not to work. It now describes what the step actually does, and records that a failure there means started but never reported ready, which is not docker start failing. That distinction is the whole reason this was reported as a container-start bug.

TECHNICAL_GUIDE's WaitForContainerReadyAsync row already read Poll until container is healthy — aspirational before, accurate now. Left as-is.

Wrap-up doc sweep (T2). Grepped 20 identifiers changed this session across
README, CONTRIBUTING, SECURITY, TECHNICAL_GUIDE, the manual test checklist
and fresh-vm-smoke; 13 had hits and 3 were stale.

Test count 713 -> 726 in README and TECHNICAL_GUIDE. The count moved twice
after those files were last touched: the liveness interval-gate tests and the
Jellyfin readiness tests.

The manual test checklist still described Step 4 as waiting for
"Startup complete" via stderr, which is exactly the mechanism that turned out
not to work -- docker logs --since returns nothing on a long-lived container.
It now describes what the step actually does (healthcheck, or a log marker
timestamped after this start, 120s budget) and, more usefully for a tester,
records that a failure there means "started but never reported ready" rather
than docker refusing to start.

TECHNICAL_GUIDE's WaitForContainerReadyAsync row already read "Poll until
container is healthy", which was aspirational before and is now accurate.
Left as-is.
@bilbospocketses
bilbospocketses enabled auto-merge (squash) August 26, 2026 19:59
@bilbospocketses
bilbospocketses merged commit f17d8fb into master Aug 26, 2026
8 checks passed
@bilbospocketses
bilbospocketses deleted the docs/wrapup-doc-sweep branch August 26, 2026 20:02
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