| Michelle Caisse (JIRA) 2006-02-10, 5:45 pm |
| 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
Fix For: JDO 2 rc1
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 mav
en 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 independen
t 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/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|