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.
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,6 @@
 
 %:
        dh $@
+
+override_dh_auto_test:
+       dh_auto_test --max-parallel=1

Reply via email to