adapt test-ci build target for buildd
authorJérémy Lal <kapouer@melix.org>
Fri, 12 Aug 2022 15:21:50 +0000 (16:21 +0100)
committerJérémy Lal <kapouer@melix.org>
Fri, 12 Aug 2022 15:21:50 +0000 (16:21 +0100)
commit3b82beb09df3ab6ac013f28356e5141065c8c1b0
tree24a6e53b4feb83dab9ef7a8f845b0a8a1046210f
parent5def3eff7f4edd04ab1f119e1c1080dbf57a0c5f
adapt test-ci build target for buildd

Forwarded: not-needed
Reviewed-By: Xavier Guimard <yadd@debian.org>
Last-Update: 2020-02-09

* run tests with ./node
* remove addons from test-ci suite, because it creates a dependency loop
  nodejs -> node-gyp -> nodejs which is painful to manage.
* disabled because it requires stdin:
  + test-stdout-close-unref
  + test-regress-GH-746
* test-tick-processor fails on ppc64 and s390x, currently investigated
  https://github.com/nodejs/node/issues/2471
* test-cluster-disconnect sometimes fails on busy buildd, forwarded upstream
  https://github.com/nodejs/node/issues/3383
* test-fs-watch is flaky, might be related to https://github.com/nodejs/node/issues/4082
* huge timeout value for all platforms, buildd could be busy
* test-npm-install and test-release-npm must fail, debian package dfsg-repacked npm out
* ability to override CI_NATIVE_SUITES, CI_JS_SUITES
* disable tests failing because DNS is disabled
* sequential/test-http2-session-timeout is flaky https://github.com/nodejs/node/issues/20628

Gbp-Pq: Topic build
Gbp-Pq: Name test_ci.patch
Makefile
test/common/index.js
test/parallel/parallel.status
test/sequential/sequential.status
tools/test.py