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

Ximin Luo infinity0 at debian.org
Thu Oct 20 16:14:07 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 a46e40d84520228f4c6a3bbb721205d4cc404359
Author: Ximin Luo <infinity0 at debian.org>
Date:   Thu Oct 20 17:43:13 2016 +0200

    Revert "Allow test retries; seeing spurious failures most likely due to parallel bugginess"
    
    This reverts commit 4fb3526cdf013f0a6b23eb93c2accd10b7250788.
    
    We're not actually running parallel tests and I found the real source of the problem.
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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