Skip to content
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

fix(324): Show error when no worker support is found #325

Merged
merged 4 commits into from
Jan 20, 2021
Merged

Conversation

salmanm
Copy link
Collaborator

@salmanm salmanm commented Jan 20, 2021

Fixes #324

test/run.test.js Outdated
@@ -366,7 +366,7 @@ test('run should accept a unix socket/windows pipe', (t) => {
})

for (let i = 1; i <= 5; i++) {
test(`run should count all ${i}xx status codes`, (t) => {
test(`run should count all ${i}xx status codes`, { skip: true }, (t) => {
Copy link
Collaborator Author

@salmanm salmanm Jan 20, 2021

Choose a reason for hiding this comment

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

Has to disable this temporarily as it fails consistently only on node 15.6.0.
We may need to investigate this separately. Will create an issue for it.

Copy link
Owner

Choose a reason for hiding this comment

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

Can you please make it skip only on node v15?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done

test/run.test.js Outdated
@@ -366,7 +366,7 @@ test('run should accept a unix socket/windows pipe', (t) => {
})

for (let i = 1; i <= 5; i++) {
test(`run should count all ${i}xx status codes`, (t) => {
test(`run should count all ${i}xx status codes`, { skip: true }, (t) => {
Copy link
Owner

Choose a reason for hiding this comment

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

Can you please make it skip only on node v15?

Copy link
Owner

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

tiny nit and we can land

test/run.test.js Show resolved Hide resolved
Co-authored-by: Matteo Collina <[email protected]>
@mcollina mcollina merged commit 67c1550 into master Jan 20, 2021
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.

TypeError: Worker is not a constructor
2 participants