0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-29 23:16:30 +01:00
nodejs/tools
Rich Trott 60a78aedb9 tools: make --repeat work with -j in test.py
The repeat option in test.py did not work as expected if `-j` was set to
more than one. Repeated tests running at the same time could share temp
directories and cause test failures. This was observed with:

    tools/test.py -J --repeat=10 parallel/test-fs-watch-recursive

By using copy.deepCopy(), the repeated tests are separate objects and
not references to the same objects. Setting `thread_id` on one of them
will now not change the `thread_id` on all of them. And `thread_id` is
how the temp directory (and common.PORT as well) are determined.

Refs: https://github.com/nodejs/node/pull/9228
PR-URL: https://github.com/nodejs/node/pull/9249
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
2016-10-26 12:15:57 -07:00
..
configure.d
doc doc: highlight deprecated API in ToC 2016-10-14 07:30:38 +02:00
eslint tools: update ESLint to v3.8.0 2016-10-18 15:28:21 -07:00
eslint-rules tools: replace custom lint rule for getter/setter 2016-10-21 07:37:10 -07:00
gyp deps: float gyp patch for long filenames 2016-08-08 22:49:11 +02:00
icu buffer: add buffer.transcode 2016-10-25 10:12:02 -07:00
msvs win,msi: mark INSTALLDIR property as secure 2016-10-10 17:36:05 +01:00
osx-pkg.pmdoc
pkgsrc
rpm
certdata.txt
check-imports.py
compress_json.py src: add /json/protocol endpoint to inspector 2016-09-23 18:51:47 +02:00
cpplint.py
create_android_makefiles
create_expfile.sh build: fix dependencies on AIX 2016-08-29 16:20:18 -04:00
genv8constants.py
getmoduleversion.py
getnodeversion.py
gyp_node.py
install.py build: add correct shared library naming on OS X 2016-08-09 11:55:01 -04:00
js2c.py src,tools: speed up startup by 2.5% 2016-10-25 13:16:16 +02:00
jslint.js
license2rtf.js tools: favor === over == in license2rtf.js 2016-08-14 11:03:09 +02:00
license-builder.sh tools: update license-builder.sh for v8_inspector 2016-07-27 07:29:42 -07:00
lsan_suppressions.txt
make-v8.sh
Makefile
mk-ca-bundle.pl
mkssldef.py build: export zlib symbols on Windows 2016-08-08 15:15:48 +02:00
osx-codesign.sh
osx-pkg-postinstall.sh
osx-productsign.sh
release.sh tools: fix release script on macOS 10.12 2016-10-20 09:57:43 -07:00
run-valgrind.py
sign.bat win,build: try multiple timeservers when signing 2016-10-19 00:11:02 +11:00
specialize_node_d.py
test-npm.sh
test.py tools: make --repeat work with -j in test.py 2016-10-26 12:15:57 -07:00
update-authors.sh
utils.py