From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: bug#28966: git fails test suite Date: Tue, 24 Oct 2017 23:20:54 +0200 Message-ID: <877evkz1hl.fsf@fastmail.com> References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e76dH-00066P-QX for bug-guix@gnu.org; Tue, 24 Oct 2017 17:21:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e76dD-0003FA-Ox for bug-guix@gnu.org; Tue, 24 Oct 2017 17:21:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51650) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e76dD-0003Ey-LK for bug-guix@gnu.org; Tue, 24 Oct 2017 17:21:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e76dD-00047r-BV for bug-guix@gnu.org; Tue, 24 Oct 2017 17:21:03 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ricardo Wurmus , 28966@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ricardo Wurmus writes: > 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=3D1 && > # while test $i -lt 8000 > # do > # echo "commit refs/heads/master > # committer A U Thor $((1000000000 + $i * 100)= ) +0200 > # data < # commit #$i > # EOF" > # test $i =3D 1 && echo "from refs/heads/master^0" > # i=3D$(($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--- "185" is very early in the test run, there could be similar cases hiding as well. Are you able to try and disable these tests? If not, I'll patch out at least this one in the next few days. > The server has 1.5TB RAM and 192 cores. I=E2=80=99ve tried to build git = about 5 > times; some of these times I used =E2=80=9C--cores=3D1=E2=80=9D to force = a sequential > build, but the tests would still fail. Odd that it fails sequentially as well. It would be good to report this upstream. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlnvrrYACgkQoqBt8qM6 VPoYwQgAvxUOzMXICyjY7KI1t2sBNdlGkx8cz95ddZ6HqXIjqNk3mgZy8+OolfEa NnviK4zbOKWJv1zijhTY20VAGD1vyhT+B7D97xSfYswjuCqSLkcbVIVHTSijNxY8 0qZa8LGa89JdQotbVWIWZGsisIQDQ92u2C3daywapfc+dJBFj4sLox3QfSlFwBVj auEmGxCDta9MlUphX7V9EgPFnJf6DQFC01YtCWNkyQZie33wNeA125+vNdCG67S7 UuHTYiluOg9y1EbA1Hlyq/RZCTv0nMptbThktw9silo+PCIkJ8wVeRCdePUbRs62 /rdVXm/xzZfCbzeEeIfKnwsd+YsX6A== =vpb2 -----END PGP SIGNATURE----- --=-=-=--