From owner-freebsd-stable@FreeBSD.ORG Fri Sep 15 06:43:01 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D164716A40F for ; Fri, 15 Sep 2006 06:43:01 +0000 (UTC) (envelope-from dwmalone@maths.tcd.ie) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id 0CA8943D45 for ; Fri, 15 Sep 2006 06:43:00 +0000 (GMT) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie ([134.226.81.10] helo=walton.maths.tcd.ie) by salmon.maths.tcd.ie with SMTP id ; 15 Sep 2006 07:42:42 +0100 (BST) Date: Fri, 15 Sep 2006 07:42:37 +0100 From: David Malone To: "Marc G. Fournier" Message-ID: <20060915064237.GA89843@walton.maths.tcd.ie> References: <20060914224333.P1031@ganymede.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060914224333.P1031@ganymede.hub.org> User-Agent: Mutt/1.5.6i Sender: dwmalone@maths.tcd.ie Cc: freebsd-stable@freebsd.org Subject: Re: Regression Tests ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Sep 2006 06:43:01 -0000 On Thu, Sep 14, 2006 at 10:53:27PM -0300, Marc G. Fournier wrote: > For the PostgreSQL Project, we have a 'build farm' ... something that I > think is similar to the tinderboxes ... but, their point isn't to just > build the source tree, but to run its regression tests, and report when > something fails: > > http://www.pgbuildfarm.org/cgi-bin/show_status.pl We do have something similar - Peter Holm's Stress: http://people.freebsd.org/~pho/stress/ He has a presentation at: http://www.linuxforum.dk/2006/slides/peterholm-lf06.pdf David.