docs: a scripted browser's aircraft count is not the map's health - #277
Merged
Merged
Conversation
The live-map check above is the one green tests cannot stand in for, so it matters that its most visible number is the one an automated session gets wrong. Verifying #272 on production, the map read 0 aircraft while the server held 32: nodes, basemap and controls all rendered, and the page's own origin served /api/radar/data/aircraft.json 200 with 108 KB of them. The count comes from the map's update loop, which a scripted session does not always drive. Recorded because the failure is indistinguishable from the real thing at a glance, and reading it as a broken deploy would send someone chasing a fault that is not there. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Claude finished @Babissimo's task in 26s —— View job Review complete
Verdict: LGTM. No issues found. This is a docs-only addition (8 lines to
Nothing to change here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The live-map check in
CLAUDE.mdis the one green tests cannot stand in for, so it matters that its most visible number is the one an automated session gets wrong.Verifying #272 on production, the map read
0 aircraftwhile the server held 32. Nodes, basemap and controls all rendered, there were no console errors, and the page's own origin served/api/radar/data/aircraft.jsona 200 with 108 KB of aircraft. The toolbar count comes from the map's update loop, which a scripted session does not always drive.Recorded because the failure is indistinguishable from the real thing at a glance: read as a broken deploy, it sends someone chasing a fault that is not there. The note points at
aircraft_on_mapin/api/test/dashboardas the reliable check, and keeps the caveat narrow — a blank map is still worth chasing, since nodes and basemap do render.🤖 Generated with Claude Code