Skip to content

Conversation

bnoordhuis
Copy link
Member

Make parallel/test-domain-abort-on-uncaught a little easier to debug,
make it execute the tests in the same process instead of each test in
a separate child process.

R=@chrisdickinson

https://jenkins-iojs.nodesource.com/view/iojs/job/iojs+any-pr+multi/202/

Copy link
Member Author

Choose a reason for hiding this comment

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

It's very peculiar but if firstRun is not last, errors == 4 instead of 5...

Copy link
Contributor

Choose a reason for hiding this comment

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

That seems ... bizarre.

@chrisdickinson
Copy link
Contributor

LGTM. The ordering issue might bear more looking into.

Turn counter macros into no-op instructions when counters are disabled.
Evaluating to nothing makes gcc complain when the macro is used in a
conditional.  Fixes the following warning:

    ../src/tls_wrap.cc:320:5: warning:
    suggest braces around empty body in an 'if' statement [-Wempty-body]
         NODE_COUNT_NET_BYTES_SENT(write_size_);
         ^

PR-URL: nodejs#974
Reviewed-By: Chris Dickinson <[email protected]>
Make parallel/test-domain-abort-on-uncaught a little easier to debug,
make it execute the tests in the same process instead of each test in
a separate child process.

PR-URL: nodejs#974
Reviewed-By: Chris Dickinson <[email protected]>
@bnoordhuis bnoordhuis force-pushed the simplify-domains-test branch from df537e4 to 7b554b1 Compare March 5, 2015 19:11
@bnoordhuis bnoordhuis merged commit 7b554b1 into nodejs:v1.x Mar 5, 2015
@bnoordhuis bnoordhuis deleted the simplify-domains-test branch March 5, 2015 19:12
@rvagg rvagg mentioned this pull request Mar 5, 2015
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.

2 participants