emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28966: closed (git fails test suite)


From: GNU bug Tracking System
Subject: bug#28966: closed (git fails test suite)
Date: Sat, 21 Mar 2020 20:35:02 +0000

Your message dated Sat, 21 Mar 2020 21:34:29 +0100
with message-id <address@hidden>
and subject line Re: Bug#28966 Hunting: git fails test suite
has caused the debbugs.gnu.org bug report #28966,
regarding git fails test suite
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
28966: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28966
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: git fails test suite Date: Tue, 24 Oct 2017 16:09:19 +0200 User-agent: mu4e 0.9.18; emacs 25.2.1
As of 62d48234e20c732ebefc1b4deb425f590b4241ca git fails at least one of
its tests on my servers:

--8<---------------cut here---------------start------------->8---
not ok 185 - --contains and --no-contains work in a deep repo
#
#               >expect &&
#               i=1 &&
#               while test $i -lt 8000
#               do
#                       echo "commit refs/heads/master
#       committer A U Thor <address@hidden> $((1000000000 + $i * 100)) +0200
#       data <<EOF
#       commit #$i
#       EOF"
#                       test $i = 1 && echo "from refs/heads/master^0"
#                       i=$(($i + 1))
#               done | git fast-import &&
#               git checkout master &&
#               git tag far-far-away HEAD^ &&
#               run_with_limited_stack git tag --contains HEAD >actual &&
#               test_cmp expect actual &&
#               run_with_limited_stack git tag --no-contains HEAD >actual &&
#               test_line_count "-gt" 10 actual
#
--8<---------------cut here---------------end--------------->8---

The server has 1.5TB RAM and 192 cores.  I’ve tried to build git about 5
times; some of these times I used “--cores=1” to force a sequential
build, but the tests would still fail.

-- Ricardo



--- End Message ---
--- Begin Message --- Subject: Re: Bug#28966 Hunting: git fails test suite Date: Sat, 21 Mar 2020 21:34:29 +0100 User-agent: Notmuch/0.29.3 (https://notmuchmail.org) Emacs/26.3 (x86_64-pc-linux-gnu)
zimoun <address@hidden> writes:

> This bug is about failing tests of Git. Possible because the stack size.
> It was opened against the commit 62d48234e2 (Git version 2.14.3).

Since we haven't heard back from Ricardo regarding this I'll assume the
issue is fixed.  Closing!

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]