[perlbal] 01/08: Disable a test which occasionally fails due to a race condition.

gregor herrmann gregoa at debian.org
Sat May 16 20:16:59 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository perlbal.

commit 54e9b2665a493122e575618d67c9cebaa80303f4
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 16 21:50:33 2015 +0200

    Disable a test which occasionally fails due to a race condition.
---
 debian/rules | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..6ba4cb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
 
+TEST_FILES = $(filter-out t/45-buffereduploads.t,$(wildcard t/*.t))
+
 %:
 	dh $@
+
+override_dh_auto_test:
+	# disable test with race condition
+	# https://rt.cpan.org/Public/Bug/Display.html?id=98061
+	# https://reproducible.debian.net/rbuild/unstable/amd64/perlbal_1.80-2.rbuild.log
+	dh_auto_test -- TEST_FILES="$(TEST_FILES)"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/perlbal.git



More information about the Pkg-perl-cvs-commits mailing list