Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package nodejs Two trivial changes: - two tests are marked as flaky (one fails with eatmydata, one fails for no known reason though i suspect it is related to running tests in parallel). - debian/gbp.conf set to debian/buster branch unblock nodejs/10.15.2~dfsg-2 -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 4.19.0-4-amd64 (SMP w/4 CPU cores) Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8), LANGUAGE=fr_FR.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
diff -Nru nodejs-10.15.2~dfsg/debian/changelog nodejs-10.15.2~dfsg/debian/changelog --- nodejs-10.15.2~dfsg/debian/changelog 2019-02-28 15:52:30.000000000 +0100 +++ nodejs-10.15.2~dfsg/debian/changelog 2019-04-08 15:06:40.000000000 +0200 @@ -1,3 +1,12 @@ +nodejs (10.15.2~dfsg-2) unstable; urgency=medium + + * Avoid two tests to cause a FTBFS (Closes #919588) + + test-fs-error-messages fails with eatmydata + + test-net-listen-after-destroying-stdin is flaky + * gbp for debian/buster branch + + -- Jérémy Lal <[email protected]> Mon, 08 Apr 2019 15:06:40 +0200 + nodejs (10.15.2~dfsg-1) unstable; urgency=high * New upstream version 10.15.2~dfsg diff -Nru nodejs-10.15.2~dfsg/debian/gbp.conf nodejs-10.15.2~dfsg/debian/gbp.conf --- nodejs-10.15.2~dfsg/debian/gbp.conf 2018-06-11 09:15:16.000000000 +0200 +++ nodejs-10.15.2~dfsg/debian/gbp.conf 2019-04-08 15:04:57.000000000 +0200 @@ -2,7 +2,7 @@ [DEFAULT] upstream-branch = upstream-10.x -debian-branch = master-10.x +debian-branch = debian/buster pristine-tar = True sign-tags = True diff -Nru nodejs-10.15.2~dfsg/debian/patches/test_ci_buildd.patch nodejs-10.15.2~dfsg/debian/patches/test_ci_buildd.patch --- nodejs-10.15.2~dfsg/debian/patches/test_ci_buildd.patch 2019-01-30 00:12:11.000000000 +0100 +++ nodejs-10.15.2~dfsg/debian/patches/test_ci_buildd.patch 2019-04-08 15:02:58.000000000 +0200 @@ -31,7 +31,7 @@ @echo "Clean up any leftover processes, error if found." --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status -@@ -8,6 +8,29 @@ +@@ -8,6 +8,35 @@ # https://github.com/nodejs/node/issues/23207 test-net-connect-options-port: PASS,FLAKY @@ -58,10 +58,16 @@ +# might fail, see https://github.com/nodejs/node/issues/17909 +test-fs-utimes: PASS,FLAKY + ++# https://bugs.debian.org/919588 ++## flaky on some user environments ++test-net-listen-after-destroying-stdin: PASS,FLAKY ++## fails when running with eatmydata ++test-fs-error-messages: PASS,FLAKY ++ [$system==win32] test-http2-pipe: PASS,FLAKY test-worker-syntax-error: PASS,FLAKY -@@ -21,6 +44,10 @@ +@@ -21,6 +50,10 @@ # https://github.com/nodejs/node/issues/25028 test-cli-node-options: PASS,FLAKY

