node/test
Imran Iqbal a6a7338b1c test: fix test-net-persistent-keepalive for AIX
Fixed an intermittent issue on AIX where the 600ms timeout was reached
before the 'connection' event was fired. This resulted in a failure as
serverConnection would be undefined and the assert.equal would throw an
error. Changed the flow of the test so that the timeout is only set
after a connection has been made.

PR-URL: https://github.com/nodejs/node/pull/3646
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2015-11-04 15:18:49 -08:00
..
abort src: honor --abort_on_uncaught_exception flag 2015-09-17 15:25:25 -05:00
addons buffer: neuter external `nullptr` buffers 2015-11-02 08:37:38 -05:00
cctest deps: check in gtest, add util unit test 2015-04-01 22:35:56 +02:00
debugger test: load common.js in all tests 2015-10-06 15:11:47 -07:00
disabled test: replace deprecated util.debug() calls 2015-09-28 11:15:06 -07:00
fixtures src: wrap source before doing syntax check 2015-10-29 13:08:32 -05:00
gc src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
internet test: print helpful err msg on test-dns-ipv6.js 2015-10-25 09:39:02 -07:00
message test: remove flaky status from eval_messages test 2015-10-20 12:16:00 -07:00
parallel test: fix test-net-persistent-keepalive for AIX 2015-11-04 15:18:49 -08:00
pummel test: wrap assert.fail when passed to callback 2015-10-24 14:42:41 -07:00
sequential repl: don't crash if cannot open history file 2015-11-03 09:52:35 -06:00
testpy test: fix default value for additional param 2015-09-15 19:59:38 +05:30
timers test: enable linting for tests 2015-05-19 21:21:27 +02:00
.eslintrc test: make common.js mandatory via linting rule 2015-10-06 15:11:58 -07:00
common.js test: wrap assert.fail when passed to callback 2015-10-24 14:42:41 -07:00