From 84015970a03269ff18d59184f2493c9d6688349f Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Fri, 22 Dec 2017 17:09:04 -0500 Subject: [PATCH] Skip 'git svn branch' tests which fail intermittently All tests which call 'git svn branch' fail intermittently with SIGSEGV in the subversion bindings. The failures are not remotely consistent. Until we can enable shell tracing (-x) in the test suite by default to attempt to further debug the failure, disable these tests. --- git.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/git.spec b/git.spec index 6c4b140..aa91be4 100644 --- a/git.spec +++ b/git.spec @@ -608,9 +608,9 @@ find %{buildroot}%{_pkgdocdir} -name "*.html" | xargs linkchecker %endif # Tests to skip on all releases and architectures -# t9128-git-svn-cmd-branch - "branch tests" fails randomnly -# t9167-git-svn-cmd-branch-subproject - "branch tests" fails randomnly -GIT_SKIP_TESTS="t9128.3 t9167.3" +# - tests in t9128, t9141, and t9167 which call 'git svn branch' fail +# intermittently with SIGSEGV in the subversion bindings +GIT_SKIP_TESTS="t9128.[34] t9141.[34] t9167.3" %ifarch aarch64 %{arm} %{power64} # Skip tests which fail on aarch64, arm, and ppc @@ -801,6 +801,7 @@ rm -rf %{buildroot} - Mark git-core-docs sub-package noarch - Avoid failures in svnserve tests when run in parallel - Run tests in parallel by default on Fedora +- Skip 'git svn branch' tests which fail intermittently * Wed Nov 29 2017 Todd Zullinger - 2.15.1-2 - Fix debuginfo for gnome-keyring and libsecret credential helpers