Skip to content

Record two traps: the hygiene gates targeted runs miss, and what a present-wait robot timeout means - #510

Merged
samoylenkodmitry merged 10 commits into
mainfrom
docs/robot-idle-flake-note
Aug 27, 2026
Merged

Record two traps: the hygiene gates targeted runs miss, and what a present-wait robot timeout means#510
samoylenkodmitry merged 10 commits into
mainfrom
docs/robot-idle-flake-note

Conversation

@samoylenkodmitry

Copy link
Copy Markdown
Owner

Two TIME_WASTERS entries, both paid for in full this afternoon.

The hygiene gates a per-crate run never reaches. apps/desktop-demo/tests/source_hygiene_aliases.rs scans every crate's sources, so a /tmp/ literal in a pure in-memory fixture takes main red while a targeted -p <crate> gate set stays green — and a sandboxed reviewer's just test can die at the socket-bound cranpose-services::peer tests before reaching it. Both happened at once on #495, and four sessions then fixed the same line in parallel (#503, #504, #506, #507).

A waiting_for_present=true robot timeout is a host-load symptom. wait_for_idle budgets loop iterations rather than wall clock, so a loaded machine fails healthy tests; its own diagnostics (needs_update=false, has_animations=false) say composition already settled. The same test passed in isolation and the full 121-test suite passed on a re-run of the same commit. The underlying harness fix is tracked separately.

🤖 Generated with Claude Code

samoylenkodmitry and others added 4 commits August 27, 2026 20:27
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@samoylenkodmitry
samoylenkodmitry force-pushed the docs/robot-idle-flake-note branch from 72cb3bf to d21f4f9 Compare August 27, 2026 18:27
samoylenkodmitry and others added 6 commits August 27, 2026 20:28
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… a gap

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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