From owner-svn-src-projects@FreeBSD.ORG Thu Jan 29 17:53:26 2015 Return-Path: Delivered-To: svn-src-projects@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 C0736D4A for ; Thu, 29 Jan 2015 17:53:26 +0000 (UTC) Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) (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 70A82E2A for ; Thu, 29 Jan 2015 17:53:26 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id fb4so29789026wid.2 for ; Thu, 29 Jan 2015 09:53:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type; bh=0DfnzL4Zu2aCroPstU6MAziU/gBVf18cJJ4d92Ejmdo=; b=AWrjkSGhrt3JZak++fGC5pVcswwb5PT9XbJiQc/Hjhg/uDhikNJf6lm2d8DlYfVX0d jyifRt/l0CoV/FDPSID5hzm39TYIqkyV7dzmGe3LVsz4G8ZCjfmXZfx/8ISbBBLBOQvr XkCUwdjqrAGiaCSYtx/6cEzyZ9RgGinHtwEaLyAjbEWwXuMpkAXvSqLZ1EKTp/1t6NqA xy50di7097y+X3LcwWt2Yobt+Yvs0QaxvA25UrvmOm5///2siX03C7oG64WX+Koab1gO Gz9XvWdTXA+nFnzundHJjuEaLfR0lsU0kthGWGrja1Gac0Be9E1SAvaqgvC9jWtjQjk7 991A== X-Gm-Message-State: ALoCoQmnsnouYuVIvpue+4+gpWy1SrCD3ge9F1dtnC/e8hQJePiaeOHSGt7X/CK/Vh6LVyzW6TaB X-Received: by 10.180.90.177 with SMTP id bx17mr3416476wib.36.1422553517558; Thu, 29 Jan 2015 09:45:17 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id q5sm3662415wix.0.2015.01.29.09.45.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Jan 2015 09:45:16 -0800 (PST) Message-ID: <54CA714D.3020800@multiplay.co.uk> Date: Thu, 29 Jan 2015 17:43:41 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Will Andrews Subject: Re: svn commit: r277876 - in projects/zfsd/head/tests/sys/cddl/zfs/tests: cli_root/zpool_upgrade zil References: <201501291423.t0TENWOO048247@svn.freebsd.org> <54CA6A03.4060303@freebsd.org> <20150129172211.GB23484@sol.firepipe.net> In-Reply-To: <20150129172211.GB23484@sol.firepipe.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: svn-src-projects@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2015 17:53:26 -0000 On 29/01/2015 17:22, Will Andrews wrote: > On Thu, Jan 29, 2015 at 05:12:35PM +0000, Steven Hartland wrote: >> Not keen on disabling tests like this, as the last time this happened it >> hid some rather serious regressions from view :( > No one is using this test suite yet, AFAIK, so this and related commits are > part of my effort to bring the test suite to head, and providing a recipe to > standardize & simplify running the tests for those interested in doing so. > > As for disabling tests, the only way to complete the test run is to pre-fail > ones that panic. If someone is working on fixing those specific bugs, they can > reenable them to test their fix. See my reply to Garrett for more on this. Understood, could I request we list the bugzilla reference for the issue as a comment then, so we know the issue is captured? Regards Steve