From dev-return-25441-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Wed Mar 28 11:48:33 2007 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 63608 invoked from network); 28 Mar 2007 11:48:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2007 11:48:33 -0000 Received: (qmail 31132 invoked by uid 500); 28 Mar 2007 11:48:37 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 31104 invoked by uid 500); 28 Mar 2007 11:48:37 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 31095 invoked by uid 99); 28 Mar 2007 11:48:37 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 04:48:37 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of kleymenov@gmail.com designates 66.249.92.171 as permitted sender) Received: from [66.249.92.171] (HELO ug-out-1314.google.com) (66.249.92.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 04:48:29 -0700 Received: by ug-out-1314.google.com with SMTP id z36so159579uge for ; Wed, 28 Mar 2007 04:48:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=U7t1z/6MZt+uhRmlYIpyb8eMTJaR/KpVPIHzzwiePsQAwER1jErS/TumIcjnSmPKJJL2Jw7l8FC+FSic7vkxOxB+058Q9QDjcfyZGRZjUQQyZ95v+fcrxOI2eobdb8SMbTNDTdSM3FaTQzDVyONEu6eGweD4Z8HYnW6KK8tCERc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=WZo3XQ3Z+dZhrZgixaWzzkr3csKtQcUpC+14IARga+LNxgOX/sizGwGwNzFBNiDSs8jI3OrmXjnbYNet29wGml2IT7vHE8QgkVlt1Efk2vkqZ1dx1p8JsWpAWTeqz3soeNBUOvCS5KFK37M/CvT98EPbjQC1Rr5iUxhzaqnKMC0= Received: by 10.78.106.3 with SMTP id e3mr4190105huc.1175082488224; Wed, 28 Mar 2007 04:48:08 -0700 (PDT) Received: by 10.78.68.11 with HTTP; Wed, 28 Mar 2007 04:48:07 -0700 (PDT) Message-ID: Date: Wed, 28 Mar 2007 17:48:07 +0600 From: "Alexander Kleymenov" To: dev@harmony.apache.org Subject: Re: [jira] Updated: (HARMONY-3115) [testing][buildtest module] the structure of buildtest module should be changed a little bit to improve testing capabilities In-Reply-To: <7273946b0703270232i524ce95cgaaeaf2e37d13e3ff@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <31042822.1174028476166.JavaMail.jira@brutus> <6e47b64f0703182059g22d637f7u960bf340b706a2fb@mail.gmail.com> <7273946b0703270232i524ce95cgaaeaf2e37d13e3ff@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org Vladimir, Please look at the BT Improvement I've attached to JIRA Issue #3501. It proposes and implements new structure for the Infrastructure. One of the main feature of improved BT framework is a separation of the Framework and Test Suites. So use cases of the improved version suppose downloading (or checking out) only selected test suites. For more information on this, please, see README and SPEC files placed in root dir of the archive. If you have any ideas and comments, please post them on mail-dev list to [buildtest] Proposal for Build Test Infrastructure Improvement mail thread. Thank you, Alexander On 3/27/07, Vladimir Ivanov wrote: > As part of restructuring process I suggest to move all current staff > on one level below (let's call this directory 'run'). In this case on > the one level with the 'run' we can create 'testsuites' directory and > use it as storage for Harmony tests suites (like reliability or > vtsvm). > User will checkout 'run' directory and only if he run some harmony > test suites the 'setup' process will checkout required suites (not by > default). > > So, resulting dir structure should be something like that: > buildtest/trunk > |-- testsuites (place for all harmony test suites) > |-- run (scripts to run tests = current structure). > > Is it OK? > > Thanks, Vladimir