Record the sandbox modal-open-timeout flake in lessons.md - #19
Merged
Conversation
Reproduced deterministically across three unrelated specs (PrintingTagPicker, TagVotePicker, CardDetailedViewModal.visual) and on unmodified master, isolated from network/mock state - a durable, reusable finding for future sessions hitting the same "Card Details" timeout in this sandbox, so it doesn't get re-diagnosed as a regression each time. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Hfe2ccmc67RXotYNbMxKzr
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.
Description
Docs-only follow-up to #15/#17. While verifying #17,
CardDetailedViewModal.visual.spec.tsfailed on a "Card Details" text timeout - traced this to a pre-existing, deterministic (not flaky) Claude Code cloud-sandbox issue, not a regression: reproduces identically acrossPrintingTagPicker.spec.ts,TagVotePicker.spec.ts, and this visual spec, including on unmodifiedmaster, isolated--workers=1runs, and with no relationship to backend/mock state. Recording it indocs/lessons.mdso a future session doesn't re-diagnose the same thing from scratch.Checklist
pre-commitand installed the hooks withpre-commit installbefore creating any commits.prettier@2.7.1and verified idempotent (ran twice, zero further diff) given this file's own documented prettier non-idempotency gotcha.Generated by Claude Code