From owner-freebsd-stable@FreeBSD.ORG Fri Oct 24 06:06:32 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 476A76B7; Fri, 24 Oct 2014 06:06:32 +0000 (UTC) Received: from mail-yh0-x235.google.com (mail-yh0-x235.google.com [IPv6:2607:f8b0:4002:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D239DBF6; Fri, 24 Oct 2014 06:06:31 +0000 (UTC) Received: by mail-yh0-f53.google.com with SMTP id z6so2969534yhz.12 for ; Thu, 23 Oct 2014 23:06:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=/fyOPRnYYCIbhxYMFn8WZMuaLqU4ZjEzzlTJRglH0go=; b=wGMvK3AYzPLenHX6lV4ZTx8TgweK0+XZ/vLRSfQWCUiZlEEMB1CaHYYQV00F5md5iQ 2I9buxIeXEqZYBmYmfIEH4fOJDWXX7aCSk2sbezLEt59Pb1DNR5ImFtiJQgCKS/CZtkY iIr6R0xUOES3DUchUH1HdQLZ3+YkfzuJsSlQC8xxRrDhioyfXHEvw0ykELrTW6lJutoj Ez2cGkUUhqn2Hvn+Cc36SVmMzNVG9AFiM7Tyb1mhHHhGatbjdclZvyTUrF57kubHKs3h dMRoRw9KDjR33XV4hrNWqSU8j8yf8pKgq6wat1PPg4F19X5FKpQiwKw+QJhOtS0a0web ic0A== MIME-Version: 1.0 X-Received: by 10.170.74.85 with SMTP id q82mr3009680ykq.119.1414130790985; Thu, 23 Oct 2014 23:06:30 -0700 (PDT) Sender: kmacybsd@gmail.com Received: by 10.170.82.197 with HTTP; Thu, 23 Oct 2014 23:06:30 -0700 (PDT) In-Reply-To: <20141024053636.GH11222@dft-labs.eu> References: <20141024053636.GH11222@dft-labs.eu> Date: Thu, 23 Oct 2014 23:06:30 -0700 X-Google-Sender-Auth: oQccbWzenSL947pHPPmkGKERUgE Message-ID: Subject: Re: Automatically running /usr/tests on stable/10 branch under Jenkins From: "K. Macy" To: Mateusz Guzik Content-Type: text/plain; charset=UTF-8 Cc: Craig Rodrigues , "freebsd-testing@freebsd.org" , FreeBSD stable , "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 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, 24 Oct 2014 06:06:32 -0000 >> (2) Creates a bootable UFS image with makefs > > any chance zfs will be used as well? > Seconded. There are residual locking issues issues in ZFS. Particularly in the less exercised areas. >> (5) Shuts down the bhyve VM > > Do you have crashdumps configured in case stuff goes wrong? Along those same lines, do you have any sort of watchdog in case it deadlocks? -K