test: move test-benchmark-buffer to sequential#15373
test: move test-benchmark-buffer to sequential#15373Trott wants to merge 1 commit intonodejs:masterfrom
Conversation
`test-benchmark-buffer` has been observed to timeout on CI on SmartOS. Move the test to `sequential` so it is not competing with other tests for resources. Fixes: nodejs#15372
|
Stress test (started by @mscdex) to see if it's not a problem with the test itself: https://ci.nodejs.org/job/node-stress-single-test/1409/ If that stress test comes back green, that would suggest that moving the test to If that stress test comes back red, that would suggest that moving the test to |
|
Cross-ref: https://ci.nodejs.org/job/node-stress-single-test/1409/ was stopped after 19h (OK: 1934 NOT OK: 0). I'd say it's stable on it's own. |
|
This needs a rebase. |
|
..nvm .. I rebased on landing... |
`test-benchmark-buffer` has been observed to timeout on CI on SmartOS. Move the test to `sequential` so it is not competing with other tests for resources. PR-URL: #15373 Fixes: #15372 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: James M Snell <[email protected]>
|
Landed in 082c434 |
`test-benchmark-buffer` has been observed to timeout on CI on SmartOS. Move the test to `sequential` so it is not competing with other tests for resources. PR-URL: nodejs/node#15373 Fixes: nodejs/node#15372 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: James M Snell <[email protected]>
`test-benchmark-buffer` has been observed to timeout on CI on SmartOS. Move the test to `sequential` so it is not competing with other tests for resources. PR-URL: #15373 Fixes: #15372 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: James M Snell <[email protected]>
`test-benchmark-buffer` has been observed to timeout on CI on SmartOS. Move the test to `sequential` so it is not competing with other tests for resources. PR-URL: nodejs/node#15373 Fixes: nodejs/node#15372 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: James M Snell <[email protected]>
test-benchmark-bufferhas been observed to timeout on CI on SmartOS.Move the test to
sequentialso it is not competing with other testsfor resources.
Fixes: #15372
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passesAffected core subsystem(s)
test benchmark buffer