Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 20349 invoked from network); 22 Apr 2008 15:01:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Apr 2008 15:01:44 -0000 Received: (qmail 95435 invoked by uid 500); 22 Apr 2008 15:01:45 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 95419 invoked by uid 500); 22 Apr 2008 15:01:45 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 95408 invoked by uid 99); 22 Apr 2008 15:01:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2008 08:01:45 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2008 15:01:01 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 08F58D2EB for ; Tue, 22 Apr 2008 15:01:15 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: commits@harmony.apache.org Date: Tue, 22 Apr 2008 15:01:14 -0000 Message-ID: <20080422150114.25584.95751@eos.apache.org> Subject: [Harmony Wiki] Update of "GUT Tests" by vmz X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Harmony Wiki" for change notification. The following page has been changed by vmz: http://wiki.apache.org/harmony/GUT_Tests ------------------------------------------------------------------------------ Currently the stated pass rate is achieved successfully. Please see the testing results at automated testing report page which is: + {{{ - {{{http://people.apache.org/~mloenko/snapshot_testing/script/snapshots_summary.html}}} + http://people.apache.org/~mloenko/snapshot_testing/script/snapshots_summary.html + }}} When Geronimo v2.1.1 is released, the suite should be migrated to that newer version. @@ -36, +38 @@ and that JAVA_HOME and ANT_HOME are properly set up. If you use proxy server, specify proxy settings by setting ANT_OPTS environment variable: + {{{ Windows: set ANT_OPTS="-Dhttp.proxyHost=proxy.com -Dhttp.proxyPort=1111" Linux: export ANT_OPTS="-Dhttp.proxyHost=proxy.com -Dhttp.proxyPort=1111" + }}} [#Summary Back to Summary] @@ -62, +66 @@ ==== 3. Run ==== Edit the gut/gut.properties file: - * specify JRE to test, like working_vm/deploy/jdk/jre + * specify JRE to test, like working_vm/deploy/jdk/jre (use forward '/' slashes!) * check the vm.options property * make sure the specified Geronimo and Maven versions and locations are correct @@ -83, +87 @@ [[Anchor(Results)]] ==== 4. Results ==== - After the run, you would find the results at results//report.txt, detailed tests output is - stored in the file results//output.txt, where is the directory name based - suite's run date and time. + After the run, you would find the results at gut/results/ directory, containing the following files: + + * output.txt - complete test output log + * report.txt - results summary, number of failures and errors + * TESTS-TestSuites.xml - XML test results + * reports directory - contains outputs for particular tests + * html directory - contains HTML report, open index.html to browse [#Summary Back to Summary] [[Anchor(EOF)]]