Apache JDO 2.1 Release Testing
This page describes the release testing for the GA release of JDO 2.1.
Test Procedure
In testing the release candidate, follow these steps.
Download the tck2 and tck2 legacy releases from
http://people.apache.org/~mcaisse/jdo2.1-rc2/dist/db/jdo/2.1/. Extract the files.
cd to the jdo2-tck-2.1 or jdo2-tck-legacy-2.1 directory.
Edit project.properties, replacing the maven.repo.remote property assignment with the following line (all on one line, no spaces):
-
maven.repo.remote = http://people.apache.org/~mcaisse/jdo2.1-rc2/dist/java-repository, http://www.jpox.org/downloads/maven,http://www.jpox.org/downloads/maven-nightly
-
The JNDI test cases in tck2 are configured to use Sun's JNDI implementation. To download, go
here, click the Download button at 'Download JNDI 1.2.1 & More', accept a license agreement, download 'File System Service Provider, 1.2 Beta 3' and then unpack the downloaded zip. Put the included jars fscontext.jar and providerutil.jar into the lib/ext directory. Run maven build
Repeat for tck2-legacy
Release Test Results
For each test run, please enter information in the table below describing the results of the test run.
|
Tester |
Date |
TCK version |
legacy? |
OS, architecture |
JVM version |
# failures |
# errors |
failed configurations |
|
|
Michelle Caisse |
2008-3-17 |
2.1 rc1 |
no |
Windows XP |
1.6.0_01 |
0 |
0 |
0 |
|
|
Michelle Caisse |
2008-3-17 |
2.1 rc1 |
yes |
Windows XP |
1.6.0_01 |
0 |
0 |
0 |
|
|
Craig Russell |
2008-3-18 |
2.1 rc1 |
both |
MacOSX |
build 1.5.0_13-b05-237 |
0 |
0 |
0 |
RAT showed missing Apache license headers - see JDO-583 |
|
Michael Bouschen |
2008-3-18 |
2.1 rc1 |
both |
Windows XP |
build 1.5.0_14-b03 |
0 |
0 |
0 |
|
|
Michael Bouschen |
2008-3-18 |
2.1 rc1 |
yes |
Windows XP |
build 1.4.2_12-b03 |
0 |
0 |
0 |
|
|
Craig Russell |
2008-3-19 |
2.1 rc2 |
both |
MacOSX |
build 1.5.0_13-b05-237 |
0 |
0 |
0 |
RAT showed 2 missing Apache license headers on signatures files - see JDO-583 Verified that maven artifacts loaded correctly from the staging site; JPOX 1.2.0 works as advertised; .asc signatures checked out ok;.md5 checksum verified. All tests passed on both tck2 and tck2-legacy. |
|
Michelle Caisse |
2008-3-21 |
2.1 rc2 |
no |
Windows XP |
1.6.0_01 |
0 |
0 |
0 |
Tested runtck.iut. In order to get the test to pass, I needed to modify build.properties and iut-persistence.xml as described in JDO-585 and JDO-586. Implementations are permitted to modify these files. |