[Pkg-ocaml-maint-commits] [ocaml] 01/01: Allow test retries; seeing spurious failures most likely due to parallel bugginess

Ximin Luo infinity0 at debian.org
Thu Oct 20 09:58:31 UTC 2016


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

infinity0 pushed a commit to branch master
in repository ocaml.

commit 4fb3526cdf013f0a6b23eb93c2accd10b7250788
Author: Ximin Luo <infinity0 at debian.org>
Date:   Thu Oct 20 11:57:29 2016 +0200

    Allow test retries; seeing spurious failures most likely due to parallel bugginess
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 4df28eb..1b7e7fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -289,6 +289,7 @@ ifneq (,$(filter $(DEB_BUILD_ARCH),$(SLOW_ARCHITECTURES)))
 	rm -f testsuite/tests/misc-unsafe/almabench.ml
 endif
 ifeq (,$(DEB_TEST_BUILD_PREFIX))
-	cd testsuite && make all
+# Allow test retries; seeing spurious failures most likely due to parallel bugginess
+	cd testsuite && make MAX_TESTSUITE_DIR_RETRIES=3 all
 endif
 endif

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



More information about the Pkg-ocaml-maint-commits mailing list