From owner-freebsd-testing@FreeBSD.ORG Thu Jun 12 00:00:41 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CDBABF6D; Thu, 12 Jun 2014 00:00:41 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::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 8A32326CA; Thu, 12 Jun 2014 00:00:41 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id h3so1415388igd.14 for ; Wed, 11 Jun 2014 17:00:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=u/2x7j/fYPU4QTpTyFepMx0kR69IeMV7G0AhNofM3GQ=; b=KXFWUP5zvJjBGWZlXcB7PO1qun27ItbBs5A3TiEaoldAWWamVNlmXYfYlubYdtw99F O1r1BHl/PYja1xCLLG5ziQ1k3p9+1MoOq59mzCaVNH4WodiYy0enyc309QzlairxeA5P Ou/2brunOuOngci01dSHIx/bf8XQmP7XcUb+9AG5v3o2OpsqunpN7Kq9hAODkhWkbcd+ 8ewYq3yCR+w8xCJATOnpwOKUdYX9pgoPNIifu82aQ5TNPtoAbFC8+qUA6PWCiD6P+r5P odRRc+AhULrmZhaiq4o4icUwmIOP3H+mQXkMwQ6B8DZctmxLTOYojkPfyLF3MFEfPo9b dGew== MIME-Version: 1.0 X-Received: by 10.43.70.132 with SMTP id yg4mr7786303icb.7.1402531241010; Wed, 11 Jun 2014 17:00:41 -0700 (PDT) Received: by 10.50.28.198 with HTTP; Wed, 11 Jun 2014 17:00:40 -0700 (PDT) In-Reply-To: References: <5397B84E.302@freebsd.org> Date: Wed, 11 Jun 2014 17:00:40 -0700 Message-ID: Subject: Re: [HEADSUP] Kyua + Jenkins integration: milestone 1 achieved From: Garrett Cooper To: Craig Rodrigues Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-testing@freebsd.org" , Allan Jude X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2014 00:00:41 -0000 On Wed, Jun 11, 2014 at 3:25 PM, Craig Rodrigues wrote: > On Tue, Jun 10, 2014 at 7:00 PM, Allan Jude wrote: >> On 2014-06-10 21:53, Craig Rodrigues wrote: >>> Hi, >>> >>> FYI: >>> >>> http://lists.freebsd.org/pipermail/freebsd-testing/2014-June/000409.html >>> >>> Please send followups to freebsd-testing@freebsd.org >>> >>> -- >>> Craig >>> >> >> Some of the test, like this one: >> >> https://jenkins.freebsd.org/jenkins/job/Kyua_Integration/5/testReport/usr.bin.truncate/truncate_test/bad_truncate/ >> >> Are failing because of ZFS. >> >> In this case, chflags uimmutable cannot be done on ZFS. >> >> Likely a problem with the kyua test, but, it explains that specific failure. > > > Thanks for pointing that out. This test exists > in src/usr.bin/truncate/tests/ > > I am not sure of the kyua syntax to disable this test from running on ZFS. > I'm still learning about kyua. :) Something like "require.filesystem" should probably be added to ATF/Kyua (it doesn't currently exist). Cheers!