test: move resource intensive tests to sequential
authorRich Trott <rtrott@gmail.com>
Mon, 11 Jan 2016 03:27:54 +0000 (19:27 -0800)
committerMyles Borins <mborins@us.ibm.com>
Mon, 15 Feb 2016 19:30:23 +0000 (11:30 -0800)
To enable greater parallelization of tests on CI, move resource
intensive tests out of parallel and into sequential.

Ref: https://github.com/nodejs/node/pull/4476
PR-URL: https://github.com/nodejs/node/pull/4615
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: James M Snell <jasnell@gmail.com>
test/sequential/test-dgram-pingpong.js [moved from test/parallel/test-dgram-pingpong.js with 100% similarity]
test/sequential/test-http-regr-gh-2928.js [moved from test/parallel/test-http-regr-gh-2928.js with 100% similarity]
test/sequential/test-stringbytes-external-exceed-max-by-1-ascii.js [moved from test/parallel/test-stringbytes-external-exceed-max-by-1-ascii.js with 100% similarity]
test/sequential/test-stringbytes-external-exceed-max-by-1-base64.js [moved from test/parallel/test-stringbytes-external-exceed-max-by-1-base64.js with 100% similarity]
test/sequential/test-stringbytes-external-exceed-max-by-1-binary.js [moved from test/parallel/test-stringbytes-external-exceed-max-by-1-binary.js with 100% similarity]
test/sequential/test-stringbytes-external-exceed-max-by-1-hex.js [moved from test/parallel/test-stringbytes-external-exceed-max-by-1-hex.js with 100% similarity]
test/sequential/test-stringbytes-external-exceed-max-by-1-utf8.js [moved from test/parallel/test-stringbytes-external-exceed-max-by-1-utf8.js with 100% similarity]
test/sequential/test-stringbytes-external-exceed-max-by-2.js [moved from test/parallel/test-stringbytes-external-exceed-max-by-2.js with 100% similarity]
test/sequential/test-stringbytes-external-exceed-max.js [moved from test/parallel/test-stringbytes-external-exceed-max.js with 100% similarity]