From owner-freebsd-testing@FreeBSD.ORG Wed Jun 11 22:25:15 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 E80F7FC9; Wed, 11 Jun 2014 22:25:15 +0000 (UTC) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) (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 464692E47; Wed, 11 Jun 2014 22:25:15 +0000 (UTC) Received: by mail-la0-f41.google.com with SMTP id hz20so230076lab.14 for ; Wed, 11 Jun 2014 15:25:13 -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=VTiLrjNm/MHD286Bk/TdwwhxKmAwShawgnEMiGnTqJs=; b=MV6TxyYUfFfRh6iwmhfWA35TkLfbDZAN7a16wL5DEEPHM8OlddMhF5X8T2p1tiJLME zpxaztS913PrtEvfcp/VpjoLj43ZPWf5DYj2BNpgAEDF6KyJFWUpWAdM2Zr5oNie4nI5 yE+KkAZM7XcZJ7VHj6ZmLwYT5zbRfBEjv7yByxc4lqzpwLpyAC2kAXzEJ262ZzIAthi2 a99H1Dj6bM/z0+xNzleMLZG3XxssG03kgbOyNeRYNuRa4e08hh1qpOmUB7a11g3PTfNK D3oNcZfDPh++VcSG9STT00a+JraNu4AIW8oTwM6D7cA4NG4UGXiab8wUTq9r+WaLBYWA odAg== MIME-Version: 1.0 X-Received: by 10.112.72.133 with SMTP id d5mr3651725lbv.58.1402525513076; Wed, 11 Jun 2014 15:25:13 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.73 with HTTP; Wed, 11 Jun 2014 15:25:13 -0700 (PDT) In-Reply-To: <5397B84E.302@freebsd.org> References: <5397B84E.302@freebsd.org> Date: Wed, 11 Jun 2014 15:25:13 -0700 X-Google-Sender-Auth: pxg_eFE7sN3LnpW9sfwBstQd-mM Message-ID: Subject: Re: [HEADSUP] Kyua + Jenkins integration: milestone 1 achieved From: Craig Rodrigues To: Allan Jude Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-testing@freebsd.org" 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: Wed, 11 Jun 2014 22:25:16 -0000 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. :) -- Craig