-
Notifications
You must be signed in to change notification settings - Fork 678
test: re-enable output/paths/function test #6934
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
Conversation
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
Contributor
How to use the Graphite Merge QueueAdd the label graphite: merge to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
Member
|
@copilot just rebase the main branch and reenable the test |
✅ Deploy Preview for rolldown-rs canceled.
|
Copilot
AI
changed the title
[WIP] Fix flaky test in fixture.test.ts
fix: add timeout to invoke_sync to prevent indefinite hangs
Nov 11, 2025
Contributor
Author
IWANABETHATGUY
requested changes
Nov 11, 2025
Co-authored-by: IWANABETHATGUY <[email protected]>
Co-authored-by: IWANABETHATGUY <[email protected]>
Co-authored-by: IWANABETHATGUY <[email protected]>
25d2be9 to
bf89948
Compare
Co-authored-by: IWANABETHATGUY <[email protected]>
Co-authored-by: IWANABETHATGUY <[email protected]>
Contributor
Benchmarks Rust |
Copilot
AI
changed the title
fix: add timeout to invoke_sync to prevent indefinite hangs
test: re-enable output/paths/function test
Nov 11, 2025
hyf0
approved these changes
Nov 11, 2025
IWANABETHATGUY
approved these changes
Nov 11, 2025
shulaoda
pushed a commit
that referenced
this pull request
Nov 12, 2025
## [1.0.0-beta.50] - 2025-11-12 ### 🚀 Features - rolldown: oxc_resolver v11.13.2 (#6956) by @Boshen - rolldown: oxc v0.97.0 (#6940) by @Boshen ### 🐛 Bug Fixes - handle error when creating output chunk directories (#6953) by @sapphi-red - throw error if `experimental.hmr` is set for APIs other than `dev` (#6860) by @Copilot - apply output.paths transformation to chunk.imports and generated code (#6923) by @Copilot ### 🚜 Refactor - use `anyhow::Context::context` where applicable (#6952) by @sapphi-red - dev: use actor design pattern and allow to recover from intial build error (#6936) by @hyf0 ### 📚 Documentation - add sitemap (#6929) by @mdong1909 ### 🧪 Testing - validate publishConfig.exports matches exports field (#6950) by @Copilot - re-enable output/paths/function test (#6934) by @Copilot ### ⚙️ Miscellaneous Tasks - rename `rolldown_watcher` to `rolldown_fs_watcher` (#6958) by @hyf0 - enable trust policy (#6948) by @iiio2 - deps: update napi (#6951) by @renovate[bot] - deps: update dependency rolldown-plugin-dts to v0.17.6 (#6947) by @renovate[bot] - deps: update npm packages (#6937) by @renovate[bot] - deps: update dependency tsdown to v0.16.2 (#6933) by @renovate[bot] ### ❤️ New Contributors * @mdong1909 made their first contribution in [#6929](#6929) Co-authored-by: sapphi-red <[email protected]>
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.
Re-enables the previously skipped
fixture.test.ts > output/paths/functiontest by removing theskip: trueflag.Changes Made
skip: truefrompackages/rolldown/tests/fixtures/output/paths/function/_config.tsBackground
The test was previously disabled due to flaky timeout issues (timing out at 60 seconds). The test has been re-enabled without implementing a timeout fix in the Rust code, as the timeout changes to
crates/rolldown_binding/src/types/js_callback.rswere reverted per review feedback.Note: The test may still be susceptible to the original flaky timeout issue since no timeout protection was added to the
invoke_syncmethod'scvar.wait()call.Testing
✅ Build process completes successfully
✅ Test
output/paths/generate-bundle-imports-functionpasses (similar paths function test)Relates to Flaky test
fixture.test.ts > output/paths/function#6737Original prompt
fixture.test.ts > output/paths/function#6737✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.