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

Backport debugger test commits (6205, 6246) #6831

Closed
wants to merge 2 commits into from

Conversation

santigimeno
Copy link
Member

Checklist
  • tests and code linting passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

test

Description of change

Trott and others added 2 commits May 18, 2016 10:42
The debugger tests in parallel fail with `make test` sometimes (all the
time?). This appears to be related to running in parallel, as it does
not fail with `make test-ci`, when run via `tools/test.py` or directly
from the command line with `./node
test/parallel/test-debugger-util-regression.js`.

A separate issue may be opened to find out why it is failing in
parallel, but for now, I think it's important to fix `make test`
promptly.

I suspect the issue is that the tests are relying on a default port
somewhere and so they are colliding when run in parallel. But that's
just a guess for the moment.

PR-URL: nodejs#6205
Fixes: nodejs#6201
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Run the debugger with `--port=common.PORT` to avoid the use of the same
port.

PR-URL: nodejs#6246
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
@nodejs-github-bot nodejs-github-bot added the test Issues and PRs related to the tests. label May 18, 2016
@bnoordhuis
Copy link
Member

LGTM

For posterity, test/parallel/test-debugger-repeat-last.js is not moved and that's intentional, right?

@santigimeno
Copy link
Member Author

Yes, that test only lives in master: #6090. Now that I think of it, I shuold backport that commit as well as it's already marked to be backported.

@santigimeno
Copy link
Member Author

Closing this for the moment. Reason: #6246 (comment)

@santigimeno santigimeno deleted the backport branch July 27, 2016 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants