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

run shared tests from both v3 and v4 of juggler #180

Merged
merged 1 commit into from
Jul 17, 2019

Conversation

nabdelgadir
Copy link
Contributor

@nabdelgadir nabdelgadir commented Jul 15, 2019

Description

Run shared tests from juggler v3 and v4.

Related issues

Checklist

  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide

@nabdelgadir nabdelgadir self-assigned this Jul 15, 2019
@nabdelgadir nabdelgadir force-pushed the build/test-juggler-v3-and-v4 branch 9 times, most recently from 5f6afca to b4c23f8 Compare July 16, 2019 15:53
@nabdelgadir nabdelgadir marked this pull request as ready for review July 16, 2019 19:42
@nabdelgadir
Copy link
Contributor Author

CI failure isn't related, but it's tracked in #183.

Copy link
Contributor

@b-admike b-admike left a comment

Choose a reason for hiding this comment

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

One comment, otherwise LGTM.

package.json Outdated
@@ -15,7 +15,7 @@
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha --UV_THREADPOOL_SIZE=100 --require test/init/init.js test/*.js",
"test": "mocha test/*.test.js node_modules/juggler-v3/test.js node_modules/juggler-v4/test.js",
Copy link
Contributor

Choose a reason for hiding this comment

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

do we not need the UV_THREADPOOL_SIZE flag anymore?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Let me add it back; I removed it by accident. Thanks!

@nabdelgadir nabdelgadir force-pushed the build/test-juggler-v3-and-v4 branch from b4c23f8 to 88e91e4 Compare July 17, 2019 15:02
@nabdelgadir nabdelgadir merged commit 65453db into master Jul 17, 2019
@delete-merged-branch delete-merged-branch bot deleted the build/test-juggler-v3-and-v4 branch July 17, 2019 16:10
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.

Run shared tests from both v3 and v4 of juggler
2 participants