From owner-svn-doc-head@FreeBSD.ORG Wed Jan 1 21:07:39 2014 Return-Path: Delivered-To: svn-doc-head@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 6E0AEA75; Wed, 1 Jan 2014 21:07:39 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 59CAF155F; Wed, 1 Jan 2014 21:07:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s01L7dUS033179; Wed, 1 Jan 2014 21:07:39 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s01L7dUx033178; Wed, 1 Jan 2014 21:07:39 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201401012107.s01L7dUx033178@svn.freebsd.org> From: Gabor Pali Date: Wed, 1 Jan 2014 21:07:39 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43417 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jan 2014 21:07:39 -0000 Author: pgj Date: Wed Jan 1 21:07:38 2014 New Revision: 43417 URL: http://svnweb.freebsd.org/changeset/doc/43417 Log: - Update and re-categorize the Kyua entry Submitted by: jmmv Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml ============================================================================== --- head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Tue Dec 31 17:57:05 2013 (r43416) +++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-10-2013-12.xml Wed Jan 1 21:07:38 2014 (r43417) @@ -31,6 +31,12 @@ Projects + + bin + + Userland Programs + + CBSD @@ -65,7 +71,7 @@ - + &os; Test Suite @@ -80,6 +86,9 @@ Project page + Continuous testing infrastructure + Mailing list announcement + Blog post @@ -115,24 +124,34 @@ Of special interest is the addition of a TAP-compliant backend so that existing tests from tools/regression/ can be plugged into the test suite with minimum effort.

+ +

As of December 31st, the basic continuous testing + infrastructure is up and running, see the links section for the + home page. For further information, please see the related + announcement and blog post on the subject (also in the links + section).

- We have got three machines in which to set up a continuous - testing system. This work is in progress. Once done, periodic - test reports will be available online. + We have got three machines for the test cluster. At the + moment, only one of them is in use to continuously test amd64 on + both head and stable/10. We need to figure + out the right level of parallelization to put other machines to + use — but a first easy cut may be to just test different + architectures (with the help of QEMU). Related to the above, the Kyua reporting engine needs - significant tuning to make the reports nice and clean. These - changes will come after the basic infrastructure is in - place. + significant tuning to make the reports nice and clean. Ideally, + Kyua should be able to coalesce results from different runs into + a single location and generate cohesive reports out of them. + Fixing this is a high priority. A tutorial on writing tests for &os; has been proposed for AsiaBSDCon 2014. The outcome of the proposal is still unknown, but stay tuned! Port, port, and port more tests to the new test suite. A - test suite is worthless if it does not validate stuff! Stay tuned + test suite is worthless if it does not validate stuff. Stay tuned for a request for help when we have put all basic pieces in place and have streamlined the migration process.