Skip to content

test: retry known flaky cases per #122 - #138

Merged
ScriptedAlchemy merged 1 commit into
mainfrom
test/retry-flaky-122
Sep 1, 2026
Merged

test: retry known flaky cases per #122#138
ScriptedAlchemy merged 1 commit into
mainfrom
test/retry-flaky-122

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Summary

Adds per-test rstest retries ({ retry: 2 }) to the two load-sensitive flakes tracked in #122, each annotated with a one-line comment. Root causes stay open; this only mitigates the gate noise.

  • packages/agent-bundle/tests/dev-watcher.test.ts :: waits for the real watcher root before reporting create, change, and delete source inputs (chokidar create-event coalescing under full-pool load)
  • packages/workbench/tests/mcp-app-real.e2e.test.ts :: opens the real RSC runtime timeline App from provider-owned run evidence (expect.poll budget under gate load; retry: 2 merged into the existing { timeout: 120_000 } options)

No changeset (test-only). Refs #122 — do not close.

Test plan

  • pnpm exec rstest --config rstest.config.ts packages/agent-bundle/tests/dev-watcher.test.ts packages/workbench/tests/mcp-app-real.e2e.test.ts — 2 files, 6 tests, all passed

@changeset-bot

changeset-bot Bot commented Sep 1, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: e40b2e2

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-01T06:27:16.592267Z e40b2e2 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@ScriptedAlchemy
ScriptedAlchemy merged commit b8b115e into main Sep 1, 2026
9 checks passed
@ScriptedAlchemy
ScriptedAlchemy deleted the test/retry-flaky-122 branch September 1, 2026 06:23
ScriptedAlchemy added a commit that referenced this pull request Sep 1, 2026
…ays open (#200)

Verify (Node 24) alone exceeded the owned-reload generation budget on a
loaded hosted runner (run 33557117407) while the identical commit passed
on Node 22 and 26 — the #122-class watch-delivery skew. Same interim
treatment as #138 gave the known family.
ScriptedAlchemy added a commit that referenced this pull request Sep 1, 2026
…ays open (#200) (#203)

* fix(ci): keep route-unit proofs out of the example plain test pool

* fix(ci): defer to the mainline Skill IR digest canonicalization (#191)

* test: retry the overview handoff e2e while the reload-budget flake stays open (#200)

Verify (Node 24) alone exceeded the owned-reload generation budget on a
loaded hosted runner (run 33557117407) while the identical commit passed
on Node 22 and 26 — the #122-class watch-delivery skew. Same interim
treatment as #138 gave the known family.
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