0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/pummel
Rich Trott 4ba33c90c6 test: delete pummel/test-dtrace-jsstack
The test pummel/test-dtrace-jsstack is broken and probably has been for
a very long time. Remove it.

It gets skipped on anything that is non-SunOS. In our CI, that means
skipped everywhere but SmartOS.

When run on SmartOS in our CI (which never happens because it's in
pummel, but I moved it into sequential to test it), it fails because it
needs elevated privileges.

When I log into the SmartOS machine and run the test as root, it fails
with:

  AssertionError [ERR_ASSERTION]: did not find expected frame stalloogle

Since I have dtrace installed on my macOS machine, I tried running it
locally but removing the SunOS check. It failed because the test leaks a
global variable. I removed the global leak check, and the test failed
because I have System Integrity Protection enabled.

In short, the test does not work in its current form, has almost
certainly not worked in a long time, and is very likely to be brittle if
we ever do fix it. I'm inclined to remove it.

PR-URL: https://github.com/nodejs/node/pull/26869
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2019-03-24 14:59:14 -07:00
..
test-abort-fatal-error.js
test-child-process-spawn-loop.js
test-crypto-dh.js
test-crypto-timing-safe-equal-benchmarks.js test: improve performance of test-crypto-timing-safe-equal-benchmarks 2019-02-21 20:22:48 -08:00
test-dh-regr.js
test-fs-largefile.js test: fix test/pummel/test-fs-largefile.js 2019-01-09 13:50:17 -08:00
test-fs-watch-file-slow.js
test-fs-watch-file.js test: fix test/pummel/test-fs-watch-file.js 2019-01-09 20:48:45 -08:00
test-fs-watch-non-recursive.js test: refactor test-fs-watch-non-recursive 2019-01-09 22:19:23 -08:00
test-fs-watch-system-limit.js
test-hash-seed.js test: prepare test-hash-seed for CI 2019-01-17 16:14:45 -08:00
test-heapdump-dns.js test: move heapdump tests to pummel 2019-01-29 09:10:36 -08:00
test-heapdump-fs-promise.js test: move heapdump tests to pummel 2019-01-29 09:10:36 -08:00
test-heapdump-http2.js test: move heapdump tests to pummel 2019-01-29 09:10:36 -08:00
test-heapdump-inspector.js test: move heapdump tests to pummel 2019-01-29 09:10:36 -08:00
test-heapdump-tls.js test: move heapdump tests to pummel 2019-01-29 09:10:36 -08:00
test-heapdump-worker.js test: fix test-heapdump-worker 2019-03-17 21:19:41 -04:00
test-heapdump-zlib.js test: move heapdump tests to pummel 2019-01-29 09:10:36 -08:00
test-http-many-keep-alive-connections.js
test-http-upload-timeout.js
test-https-large-response.js
test-https-no-reader.js
test-keep-alive.js test: add check for wrk to test-keep-alive 2019-01-17 16:13:04 -08:00
test-net-connect-econnrefused.js test: refactor pummel/test-net-connect-econnrefused 2019-01-16 06:49:15 -08:00
test-net-many-clients.js test: refactor pummel/test-net-many-clients 2019-01-16 06:49:18 -08:00
test-net-pause.js
test-net-pingpong-delay.js
test-net-pingpong.js test: refactor pummel/test-net-pingpong 2019-01-16 06:49:22 -08:00
test-net-throttle.js
test-net-timeout2.js
test-net-timeout.js benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
test-net-write-callbacks.js
test-next-tick-infinite-calls.js
test-process-cpuUsage.js
test-process-hrtime.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
test-regress-GH-814_2.js
test-regress-GH-814.js
test-regress-GH-892.js
test-stream-pipe-multi.js benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
test-timers.js benchmark,doc,lib,test: capitalize comments 2019-03-10 00:44:40 +01:00
test-tls-server-large-request.js
test-tls-throttle.js
test-vm-memleak.js
test-vm-race.js
test-watch-file.js
testcfg.py