Skip to content

Always spawn a process for cli#1198

Merged
ematipico merged 3 commits intowebpack:nextfrom
smelukov:always-spawn-process
Feb 4, 2020
Merged

Always spawn a process for cli#1198
ematipico merged 3 commits intowebpack:nextfrom
smelukov:always-spawn-process

Conversation

@smelukov
Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

feature
closes #1084

Did you add tests for your changes?

no

If relevant, did you update the documentation?

no

Summary

Always spawn a process for cli

Does this PR introduce a breaking change?

no

@webpack-bot
Copy link
Copy Markdown

Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon.

@ematipico ematipico merged commit 06171b3 into webpack:next Feb 4, 2020
import { run } from 'yeoman-test';

describe('init generator', () => {
// fixme: unstable
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Is this a flaky test? Seems to pass locally.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Locally but on Travis it times out

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Maybe we can increase the timeout for these tests?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Make a PR and let's see

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Sure thing 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Spawn a process instead of relying on main thread

7 participants