[Pkg-javascript-devel] Bug#1078886: node-fstream-ignore: FTBFS: failing tests

Santiago Vila sanvila at debian.org
Sat Apr 5 02:43:44 BST 2025


tags 1078886 patch
thanks

Hello.

This failure happened 35% of the time on AWS machines with 2 CPUs,
and never on machines with 1 CPU, so I tried running the
tests sequentially, and discovered that the package does
not seem to fail that way.

Patch attached.

Note: I know this package has been requested to be removed (#1101917)
but I don't see the need. It would be nice to see it fixed in bookworm
in either case, because building a package which fails randomly is
quite annoying.

Thanks.
-------------- next part --------------
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,6 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	dh_auto_test --max-parallel=1


More information about the Pkg-javascript-devel mailing list