-
Notifications
You must be signed in to change notification settings - Fork 0
fix: root-cause the CI flakes instead of rerunning them #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
bb18ce6
test(rsc): replace watched sources atomically in the provider fixture
ScriptedAlchemy 0ae35b5
chore(examples): sync example pins with the bumped lockfile
ScriptedAlchemy b641eb9
chore(deps): sync workspace pins with the toolchain bumps
ScriptedAlchemy 55923e9
fix(dev): stop manufacturing MCP timeouts on two-core runners
ScriptedAlchemy 4f1fb59
test(workbench): scale the inline teardown poll budgets too
ScriptedAlchemy 1484ad9
fix(workbench): resolve the vendored inspector as a real package
ScriptedAlchemy f312ae8
chore: drop a stray runtime-playground fixture workspace
ScriptedAlchemy c2cc9a8
merge: resolve main into deflake root causes
ScriptedAlchemy e6716a0
fix(inspector): keep the workspace link manifest out of the vendored …
ScriptedAlchemy b019f80
fix(capture): scale the capture script's browser budget for CI runners
ScriptedAlchemy 3dcee1c
test(workbench): scale the HMR e2e budget through the shared time scale
ScriptedAlchemy 77e7723
fix(tests): stage atomic-write temp files outside the watched project…
ScriptedAlchemy 01f8034
test(agent-bundle): budget the sibling eviction test for CI too
ScriptedAlchemy 7f48bcc
test(rsc): assert the committed generation relative to its predecessor
ScriptedAlchemy a2cee72
fix(workbench): let the MCP session form defer to the server timeout …
ScriptedAlchemy 7c699e8
chore: add changeset for the MCP timeout default and toolchain bumps
ScriptedAlchemy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| --- | ||
| "agent-bundle": patch | ||
| --- | ||
|
|
||
| Raise the dev-server MCP session default request timeout from five seconds | ||
| to thirty. A session request can legitimately sit behind an rsbuild compile | ||
| or Chrome startup on a small machine, and the old ceiling manufactured | ||
| -32001 request timeouts there; thirty seconds stays interactive while | ||
| remaining well under the MCP SDK's own sixty-second default. The Workbench | ||
| session form now defers to the server default instead of forcing 5000ms, | ||
| still validating any explicit entry. Also moves the published toolchain | ||
| pins onto the Rsbuild 2.2 line (`@rsbuild/core` 2.2.1, `@rspack/core` | ||
| 2.2.1, alongside the workspace's react-server-dom-rspack 0.1.0). |
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
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
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
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
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
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
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
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
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
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
62 changes: 0 additions & 62 deletions
62
packages/agent-bundle/tests/native-host-smoke-workflow.test.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
packages/agent-bundle/tests/package-preview-workflow.test.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.