From owner-freebsd-testing@FreeBSD.ORG Tue Jul 30 07:40:28 2013 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 98CA02AE; Tue, 30 Jul 2013 07:40:28 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 667E9293D; Tue, 30 Jul 2013 07:40:28 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id kp13so5597804pab.21 for ; Tue, 30 Jul 2013 00:40:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=ypDGdWbfPYiXJMwhLRtHprIkwffztJnkYuIBwzTB3dI=; b=uvvdazXvCqIv3rCRcUDOtKN1PFg3AiMAc65Z14kp2hMEqKcsr6W0VGMJHhaDrb3vnt J/BYnH25LYAw+yylvxM6GuMl+guJDxApS39KkoOTu0FeZID1mjw40Eo6FxWyzhkuhWCG d9bgB0DoIa9wKvpqcW772Z8YNdJUqlnM/S3Pxp9ljKikIdlv+WJ4bPm+gfzITRXrNqI9 sajzCFnPzQtFfOeKwciG1ZFnh94O9Mq1JoIcIHVCiuO3rvJCPiA/b6WU3JSutbXCyD9C z5FdCO8O+bd1XeZ3UvjCv4PfDPlfbjYbRhsGqUdoFWcYTP12/W0B/QrFHTCPO+UgZwBY rOGQ== X-Received: by 10.68.34.165 with SMTP id a5mr71684179pbj.156.1375170028083; Tue, 30 Jul 2013 00:40:28 -0700 (PDT) Received: from [192.168.20.5] (c-98-203-241-95.hsd1.wa.comcast.net. [98.203.241.95]) by mx.google.com with ESMTPSA id fl2sm25321868pab.23.2013.07.30.00.40.26 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 30 Jul 2013 00:40:27 -0700 (PDT) Subject: Re: Getting rid of the ATF tools Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=windows-1252 From: Garrett Cooper In-Reply-To: <99FC4C89-8D12-44BB-8B3A-08D22B0028B6@gmail.com> Date: Tue, 30 Jul 2013 00:40:24 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20130719200017.GA79155@mastodon.meroh.net> <8D6EC091-EA47-4B0F-B270-429C596FAF52@gmail.com> <99FC4C89-8D12-44BB-8B3A-08D22B0028B6@gmail.com> To: Alan Somers X-Mailer: Apple Mail (2.1283) Cc: Julio Merino , "freebsd-testing@freebsd.org" , Rui Paulo X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jul 2013 07:40:28 -0000 On Jul 26, 2013, at 11:03 AM, Garrett Cooper wrote: > On Jul 22, 2013, at 7:54 PM, Garrett Cooper wrote: >=20 >> On Mon, Jul 22, 2013 at 1:15 PM, Garrett Cooper = wrote: >>> On Mon, Jul 22, 2013 at 12:54 PM, Alan Somers = wrote: >>>> Speaking of backporting, has anybody yet merged Garrett's git = branch >>>> to a stable/9 based branch? We're still basing our bsd.test.mk etc >>>> off of a very old branch of Garrett's. >>>>=20 >>>> (sorry for double post; I sent the last post from the wrong email >>>> alias so the message didn't get accepted by mailman) >>>=20 >>> No one has yet. And speaking of backporting, now the test >>> infrastructure will allow you to build and install tests without = bmake >>> if you apply this commit: >>>=20 >>> = https://github.com/yaneurabeya/freebsd/commit/79d9a53836dcf8127d17c35705dd= 8c79b040fc04 >>>=20 >>> This is what I'm going to push into OneFS and is what should get >>> pushed into FreeBSD as well. >>=20 >> I'll pull back things to stable/9. I have one box at home that I can >> use for this effort (it's running stable/9). It would be curious to >> see how 9.2-BETA1 fares compared to 10.0-CURRENT anyhoo=85 >=20 > Work taking place here for $work: = https://github.com/yaneurabeya/freebsd/tree/stable-9-atf . Still not = 100% there, but I should have things more sane in a couple of weeks (a = lot of the pieces are already in place). And once I've worked out the patch from stable/9 (it's building = stably -- I just need to run the tests and compare the results between 9 = and 10), I'll create another branch for stable/8 as we (Isilon) need to = hop to that before stable/9. Thanks, -Garrett