Skip to content

reroll lock file and update test#524

Merged
mansona merged 3 commits intoemberjs:masterfrom
mansona:float-lockfile
Feb 1, 2026
Merged

reroll lock file and update test#524
mansona merged 3 commits intoemberjs:masterfrom
mansona:float-lockfile

Conversation

@mansona
Copy link
Member

@mansona mansona commented Feb 1, 2026

You can see that the floating dependencies test on #523 failed and the #522 PR is failing for the same reason

So this PR floats the lockfile and updatest the test 👍

Edit: it looks like the name of the worker changed and that was causing tests to hang (the testing tool that was looking for the worker to force shutdown wasn't able to find it). This PR updates that too 👍

@mansona mansona requested a review from a team February 1, 2026 22:18
// shut down any workerpool that is running at this point
let babelCoreVersion = ParallelApi.getBabelVersion();
let workerPoolId = 'v2/broccoli-babel-transpiler/workerpool/babel-core-' + babelCoreVersion;
let workerPoolId = 'v2/broccoli-babel-transpiler/async-workerpool/babel-core-' + babelCoreVersion;
Copy link
Member

@kategengler kategengler Feb 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. That change was made here ember-cli/broccoli-babel-transpiler#241

~~Do we need to backport this? cc @ef4 ~~ nvm this is tests

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yea I had the same slight panic when I saw the change but came to the same conclusion that it's something low-level a test helper is doing and it's reasonable to not worry about it 👍

@mansona mansona merged commit 4139a48 into emberjs:master Feb 1, 2026
18 checks passed
@github-actions github-actions bot mentioned this pull request Feb 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants