From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: shortening the git test suite Date: Thu, 05 Jul 2018 11:28:01 +0200 Message-ID: <87efgi118n.fsf@elephly.net> References: <87r2ko6pby.fsf@elephly.net> <87po06qlqp.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fb2Cu-0004eW-7Y for guix-devel@gnu.org; Thu, 05 Jul 2018 07:13:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fb2Cr-0001ii-1T for guix-devel@gnu.org; Thu, 05 Jul 2018 07:13:52 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21148) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fb2Cq-0001dm-Jz for guix-devel@gnu.org; Thu, 05 Jul 2018 07:13:48 -0400 In-reply-to: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?utf-8?Q?G=C3=A1bor?= Boskovits Cc: Guix-devel G=C3=A1bor Boskovits writes: > Mark H Weaver ezt =C3=ADrta (id=C5=91pont: 2018. j=C3=BA= l. 2., H, 6:58): > >> Ricardo Wurmus writes: >> >> > git takes a very long time to build, because it has an extensive test >> > suite. Most of the time is spent in running the SVN interoperability >> > tests, though, which are not really all that interesting for most uses >> > of git. >> > >> > The Makefile says this: >> > >> > # Define NO_SVN_TESTS if you want to skip time-consuming SVN >> interoperability >> > # tests. These tests take up a significant amount of the total test >> time >> > # but are not needed unless you plan to talk to SVN repos. >> > >> > What do you think about disabling the SVN tests in the git package? >> >> My preference would be to keep the SVN tests enabled, but it's not >> something I feel very strongly about. >> >> Thanks, >> Mark >> >> > Do we have a way to make running this SVN test suite optional? For example > to run it only before release, or on demand? No, and I would think that a mechanism to execute them optionally would necessarily be a hack that undermines some of the guarantees that Guix tries hard to provide. -- Ricardo