From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: packaging Bootstrap for Cuirass' web interface Date: Wed, 25 Jul 2018 11:18:39 +0200 Message-ID: <87effrk70w.fsf@lassieur.org> References: <87zhyitmtc.fsf@lassieur.org> <87pnzetjal.fsf@gnu.org> <87wotmtcks.fsf@lassieur.org> <5b578c0f.1c69fb81.4a8d1.0342@mx.google.com> <87bmawqk4m.fsf@lassieur.org> <87in53ka5r.fsf@lassieur.org> <87fu07k8iv.fsf@lassieur.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]:55642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fiFwU-0005o7-1a for guix-devel@gnu.org; Wed, 25 Jul 2018 05:18:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fiFwR-0005i0-11 for guix-devel@gnu.org; Wed, 25 Jul 2018 05:18:46 -0400 Received: from mail.lassieur.org ([83.152.10.219]:60668) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fiFwQ-0005aN-MW for guix-devel@gnu.org; Wed, 25 Jul 2018 05:18:42 -0400 In-reply-to: <87fu07k8iv.fsf@lassieur.org> 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: Tatiana Sholokhova Cc: Guix-devel Hello Tatiana! An interesting command to test that everything works correctly is: parallel 'echo {} && curl http://localhost:8080/' ::: {1..100} You can use it on an example server: ./pre-inst-env cuirass --specifications=3Dexamples/random.scm --database=3D= test.db or ./pre-inst-env cuirass --specifications=3Dexamples/hello-singleton.scm --da= tabase=3Dtest.db It run 100 times 'curl http://localhost:8080/' in parallel, so it's good at showing issues related to multi-threading. (you need 'guix package -i parallel' :-)) Those issues are hard to debug, I'll investigate too. Cl=C3=A9ment