We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seen on OS X and Linux. Without the -J flag, things work fine.
$ make test make -C out BUILDTYPE=Release V=1 make[1]: Entering directory '/home/bnoordhuis/src/v1.x/out' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/home/bnoordhuis/src/v1.x/out' ln -fs out/Release/iojs iojs /usr/bin/python tools/test.py --mode=release message parallel sequential -J [00:13|% 12|+ 101|- 0]: release test-crypto-domains^C Interrupted === release test-crypto-domains === Path: parallel/test-crypto-domains Command: out/Release/iojs /home/bnoordhuis/src/v1.x/test/parallel/test-crypto-domains.js --- CRASHED --- === release test-cluster-worker-no-exit === Path: parallel/test-cluster-worker-no-exit Command: out/Release/iojs /home/bnoordhuis/src/v1.x/test/parallel/test-cluster-worker-no-exit.js --- CRASHED --- === release test-dgram-implicit-bind === ^C Path: parallel/test-dgram-implicit-bind Command: out/Release/iojs /home/bnoordhuis/src/v1.x/test/parallel/test-dgram-implicit-bind.js --- CRASHED --- === release test-dgram-multicast-setTTL === ^C Path: parallel/test-dgram-multicast-setTTL Command: out/Release/iojs /home/bnoordhuis/src/v1.x/test/parallel/test-dgram-multicast-setTTL.js --- CRASHED --- # etc.
/cc @indutny @trevnorris
The text was updated successfully, but these errors were encountered:
tools: enable ctrl-c for parallel tests
12912c6
use a threading.Event instead of a boolean attribute. PR-URL: #277 Fixes: #260 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Could be closed?
Sorry, something went wrong.
Yes, it's fixed per commit 12912c6.
No branches or pull requests
Seen on OS X and Linux. Without the -J flag, things work fine.
/cc @indutny @trevnorris
The text was updated successfully, but these errors were encountered: