From owner-freebsd-testing@FreeBSD.ORG Thu Dec 18 22:22:58 2014 Return-Path: Delivered-To: freebsd-testing@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 8E747C52 for ; Thu, 18 Dec 2014 22:22:58 +0000 (UTC) Received: from mail-ob0-x22d.google.com (mail-ob0-x22d.google.com [IPv6:2607:f8b0:4003:c01::22d]) (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 50515108C for ; Thu, 18 Dec 2014 22:22:58 +0000 (UTC) Received: by mail-ob0-f173.google.com with SMTP id uy5so6480201obc.4 for ; Thu, 18 Dec 2014 14:22:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=X5igzBmmOkt7LL2ngXZhWLcGQ2y4lkDu6C2Akkkj4Fs=; b=JiuC0rKQnL06Jq03b5ToWpPrM9KPQCymJBWRg/pQbxxHR0juaHqWjOB8hZa42IT0H8 xP4CkGO4jCpGrEViQe46RXaSHooyiCGlUW9eqUvfKS0RMhzdr3cTT4k5VcQhsJQ2ERfY yrl19s+0Xydue8k0y4HPhHFZ1bZpXrYc9GwnoAYBGaXqBSOjTL4jC/U4d48h/PLqYx3T /scIu6h1MXtFv0g5USrSkMqo7AQxHuylcqwSc9iyv0jQiwVC3ukT37YKh8FNN4QiGMrQ GJYwE9wEexlGeN0S62K66tZLb7k0H7XvvaGRfYWGpRCr8A5yBNkHGIgHoqMsMoZXdr2W 4OBA== X-Received: by 10.42.78.208 with SMTP id o16mr4068738ick.41.1418941377690; Thu, 18 Dec 2014 14:22:57 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.0.85 with HTTP; Thu, 18 Dec 2014 14:22:37 -0800 (PST) In-Reply-To: References: From: Ed Maste Date: Thu, 18 Dec 2014 17:22:37 -0500 X-Google-Sender-Auth: 4doJKYbEvRejBeEcAK0GVZt7bvQ Message-ID: Subject: Re: One kyua test failure in FreeBSD10.1 running on Hyper-V 2012R2 To: "Andy Zhang (AZURE)" Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2014 22:22:58 -0000 Hi Andy, On 5 December 2014 at 07:10, Andy Zhang (AZURE) wrote: > Hello guys, > Our team are doing some development work on FreeBSD running on Hyper-V. Per Craig's suggestion, recently I tried "kyua test" in FreeBSD10.1 on Hyper-V 2012R2, only 1 case failed out of 2430 cases. Glad to hear you're running the regression tests on FreeBSD in Hyper-V. You might like to have a look at Peter Holm's "stress2" test suite as well. As the name implies it's a set of kernel stress tests. The README for the test suite can be found here: https://svnweb.freebsd.org/base/user/pho/stress2/README?view=markup A quick-start guide to giving it a try: % svnlite co svn://svn.freebsd.org/base/user/pho/stress2 % cd stress2 % make % sh run.sh Note that you may well run into bugs in stock FreeBSD. Either way the result should be useful in improving FreeBSD on Hyper-V. -Ed