0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00
nodejs/test
Brian White 2bc7841d0f
test: use random ports where possible
This helps to prevent issues where a failed test can keep a bound
socket open long enough to cause other tests to fail with EADDRINUSE
because the same port number is used.

PR-URL: https://github.com/nodejs/node/pull/7045
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
2016-06-10 22:30:55 -04:00
..
abort
addons buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
cctest src,lib: v8-inspector support 2016-05-30 09:05:46 -07:00
debugger test: remove non-incremental common.PORT changes 2016-06-01 19:41:20 -07:00
disabled buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
doctool tools: make sure doctool anchors respect includes 2016-05-26 00:49:34 +02:00
fixtures test: remove modifcation to common.PORT 2016-05-29 13:27:42 -07:00
gc test: update weak module for gc tests 2016-05-31 16:49:52 -07:00
internet test: refactor test-tls-reuse-host-from-socket 2016-05-19 13:54:55 -07:00
known_issues child_process: measure buffer length in bytes 2016-05-25 10:57:59 -07:00
message debugger: fix --debug-brk interaction with -e 2016-06-03 21:40:30 -07:00
parallel test: use random ports where possible 2016-06-10 22:30:55 -04:00
pseudo-tty test: test TTY problems by fakeing a TTY using openpty 2016-06-01 18:59:01 -04:00
pummel test: abstract skip functionality to common 2016-05-12 16:43:35 -04:00
sequential test: use common.fixturesDir almost everywhere 2016-06-06 15:28:52 -07:00
testpy
timers benchmark,test,lib: remove extra spaces 2016-05-11 23:18:16 -07:00
.eslintrc test,tools: limit lint tolerance of gc global 2016-04-28 19:22:16 -07:00
common.js test,win: skip addons/load-long-path on WOW64 2016-05-27 12:05:49 +02:00
README.md

Tests

abort

Tests for when the --abort-on-uncaught-exception flag is used.

Runs on CI
No

addons

Tests for addon functionality along with some tests that require an addon to function properly.

Runs on CI
Yes

cctest

C++ test that is run as part of the build process.

Runs on CI
Yes

debugger

Tests for debugger functionality.

Runs on CI
No

disabled

Tests that have been disabled from running for various reasons.

Runs on CI
No

fixtures

Test fixtures used in various tests throughout the test suite.

gc

Tests for garbage collection related functionality.

Runs on CI
No

internet

Tests that make real outbound connections (mainly networking related modules). Tests for networking related modules may also be present in other directories, but those tests do not make outbound connections.

Runs on CI
No

known_issues

Tests reproducing known issues within the system.

Runs on CI
No

message

Tests for messages that are output for various conditions (console.log, error messages etc.)

Runs on CI
Yes

parallel

Various tests that are able to be run in parallel.

Runs on CI
Yes

pummel

Various tests for various modules / system functionality operating under load.

Runs on CI
No

sequential

Various tests that are run sequentially.

Runs on CI
Yes

testpy

Test configuration utility used by various test suites.

timers

Tests for timing utilities (setTimeout and setInterval).

Runs on CI
No