wait: account startup and readiness separately from observation time, and say when infrastructure prevented any observation
Maintainers usually reply within 1 day
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 50/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Active
- Tech stack
- ios, typescript
- Domain
- mobile-dev, testing-qa
Research direction
Start at the wait loop and compare its behavior with #2331, #2325, #2329, and #2113; the cited request logs in ios-artifacts show the startup and capture phases to trace. Run an iOS Smoke wait after a cold open and verify that readiness and observation time are reported separately, with infrastructure-blocked zero-observation failures distinct from wait_capture_stalled.
Written by the indexing model from the issue text.
Description
What happens today
wait <target> <timeoutMs> charges its whole budget to whatever the polls cost, including work that is ours rather than the app's: the XCTest runner's first command on a freshly launched app, runner start or restart, and AX-bridge target discovery. The deadline also cancels the poll in flight, so a first poll that costs more than the budget ends with zero completed observations.
Four iOS Smoke runs since 2026-09-05 21:00 show it on the first wait text "Agent Device Tester" after a cold open --relaunch (wait_capture_stalled, readableCaptures: 0):
- main
80997b6b: https://github.com/callstack/agent-device/actions/runs/33992502696 - main
f30328d0: https://github.com/callstack/agent-device/actions/runs/34014253127 - PR #2326: https://github.com/callstack/agent-device/actions/runs/34015120372
- branch
fix/2314-memoize-platform-runtime-la: https://github.com/callstack/agent-device/actions/runs/34016148244
Request log of the third run (sessions/ios-e2e-smoke-14ax/requests/45ad58af8fd6970d.ndjson in ios-artifacts):
| phase | cost |
|---|---|
runner findText on the just-launched app |
5.8s |
AX-bridge target discovery, xcrun timed out after 3000ms |
3.4s |
| fallback XCTest snapshot | cancelled at the 10s deadline |
An earlier instance of the same accounting, before #2279, is https://github.com/callstack/agent-device/actions/runs/33984867542 (sessions/ios-e2e-smoke-ohv/requests/6af0b46614602883.ndjson): the runner stopped accepting connections mid-wait, the daemon invalidated and relaunched it, and the wait was cancelled 0.7s after xcodebuild started, reported as wait_capture_stalled rather than a runner restart because the cancelled capture carried no restart evidence.
#2331 takes the discovery probe off the per-capture critical path. #2325 gives open its own startup budget. Neither changes what a wait budget pays for.
What to change
- Account startup and readiness time (runner start, runner restart, target discovery, first-command warm-up) separately from observation time in the wait loop, and surface both in the failure details.
- Keep one overall deadline and cancellation. A hung capture must still end at the deadline, so this is not a guarantee of "at least one completed observation".
- When infrastructure prevented any observation before the deadline, say so explicitly with its own reason or typed detail, distinct from "the device gave no readable picture", and keep
wait_capture_stalledfor the latter. - Decide whether readiness time should extend the observation window (bounded, once) or only be reported. The report is the prerequisite either way.
Related
- #2331 discovery probe off the critical path
- #2325
openstartup deadlines - #2329 observation runner-free, launch grace
- #2113 runner restart evidence on wait timeouts
- Dominant language
- TypeScript
- Stars
- 4.7k
- Forks
- 304
- Avg merge
- 11h 31m
- Merged PRs (30d)
- 513
Getting set up
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from callstack/agent-device
-
Proxy lease refuses every iOS install/open: connection platform 'ios' compared with internal 'apple'Open
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
callstack/agent-device#2962 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
callstack/agent-device#1869 ·
Maintainers usually reply within 1 day
-
needs-triage refactor
Difficulty 5/5 Over a week Newbie friendliness 28/100
callstack/agent-device#2976 ·
Maintainers usually reply within 1 day
-
ready-for-agent refactor
Difficulty 4/5 3-5 days Newbie friendliness 48/100
callstack/agent-device#2974 ·
Maintainers usually reply within 1 day
-
needs-triage refactor
Difficulty 4/5 3-5 days Newbie friendliness 35/100
callstack/agent-device#2973 ·
Maintainers usually reply within 1 day
All issues in callstack/agent-device
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
melgarafael/DeskcommCRM#1812 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
prisma/prisma-cli#309 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
gregwebs/pi-quota-dispatcher#26 ·
Maintainers usually reply within 1 day
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
openwatersio/slackwater.xyz#124 ·
Maintainers usually reply within 1 day
-
agent-reported area/browser area/docs documentation good first issue hacktoberfest help wanted P2
Difficulty 1/5 Under an hour Newbie friendliness 90/100
Maintainers usually reply within 2 days