From jdo-dev-return-3573-apmail-db-jdo-dev-archive=www.apache.org@db.apache.org Sat Mar 04 16:15:47 2006 Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 28919 invoked from network); 4 Mar 2006 16:15:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Mar 2006 16:15:45 -0000 Received: (qmail 4833 invoked by uid 500); 4 Mar 2006 16:16:30 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 4618 invoked by uid 99); 4 Mar 2006 16:16:29 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Mar 2006 08:16:27 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id CF018184 for ; Sat, 4 Mar 2006 17:16:06 +0100 (CET) Message-ID: <907663787.1141488966845.JavaMail.jira@ajax.apache.org> Date: Sat, 4 Mar 2006 17:16:06 +0100 (CET) From: "Craig Russell (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Commented: (JDO-300) Log system and jvm version information with test results In-Reply-To: <1294570749.1139600156008.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/JDO-300?page=comments#action_12368868 ] Craig Russell commented on JDO-300: ----------------------------------- You have convinced me that we don't need anything but the system properties. Good to go. > Log system and jvm version information with test results > -------------------------------------------------------- > > Key: JDO-300 > URL: http://issues.apache.org/jira/browse/JDO-300 > Project: JDO > Type: Improvement > Components: tck20 > Versions: JDO 2 beta > Reporter: Michelle Caisse > Assignee: Michelle Caisse > Fix For: JDO 2 final > Attachments: JDO-300.patch > > In order to capture complete environment information with a test run for certification and debugging, capture information about the host system and the jvm and write to the log/.../configuration directory for the test run. This could be implemented in maven using java -version and uname calls, or could be implemented as a special-purpose junit test where the latter records the values of the relevant java system properties, such as java.version, os.name... The latter approach is more easily made independent of the OS the test run is performed on. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira