You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2015/10/05 06:43:11 UTC

[Db-derby Wiki] Update of "TenTwelveOneChecklist" by MyrnavanLunteren

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification.

The "TenTwelveOneChecklist" page has been changed by MyrnavanLunteren:
https://wiki.apache.org/db-derby/TenTwelveOneChecklist?action=diff&rev1=22&rev2=23

  = 10.12.1 Release Vetting Checklist =
- 
  Here's a checklist to consult when vetting the release.
  
  Legend:
@@ -11, +10 @@

  
  '''Table of Contents''' <<TableOfContents(2)>>
  
+ == 10.12.1.1 (RC2) ==
+ ||'''Status''' ||'''Test''' ||'''Comment''' ||'''Tester''' ||
+ ||<<Icon(checkmark.png)>> ||Directory structure should look correct in all zips. ||Verified in all zips. ||Rick ||
+ ||<<Icon(checkmark.png)>> ||Links should work in index.html in the bin distribution. ||Top level links work. ||Rick ||
+ ||<<Icon(checkmark.png)>> ||bin scripts should work. ||I have successfully run the unix versions of NetworkServerControl, dblook, ij, startNetworkServer, stopNetworkServer, and sysinfo on Mac OSX 10.7.5. ||Rick ||
+ ||<<Icon(checkmark.png)>> ||No junk files like derby.log ||Verified in all zips. ||Rick ||
+ ||<<Icon(checkmark.png)>> ||No unnecessary 3rd party jars like Junit ||Verified in all zips. ||Rick ||
+ ||<<Icon(checkmark.png)>> ||Source zip can be used to generate jars and docs ||Sane jars successfully built from the code tree in the source zip distro. PDF docs successfully built from the doc tree in the source zip distro: this time the copyright year and version number are correct. ||Rick ||
+ ||<<Icon(checkmark.png)>> ||Signatures and checksums correct ||I verified the 4 md5 and asc checksums and sigs on Windows ||Bryan ||
+ ||<<Icon(checkmark.png)>> ||Long running tests ||mailjdbc on Red Hat 6.4 /64bit on VMWare. only found expected 40001 errors, no unusual growth of the db.||Myrna ||
+ ||<<Icon(angry.png)>> ||Performance tests (e.g., org.apache.derbyTesting.perf.clients.Runner) ||- ||- ||
+ ||<<Icon(angry.png)>> ||upgrade and compatibility (ask Kathey) ||- ||- ||
+ ||<<Icon(angry.png)>> ||Large data volume tests ||- ||- ||
+ ||<<Icon(angry.png)>> ||Recovery after crashing engine ||- ||- ||
+ ||<<Icon(angry.png)>> ||Java EE CTS ||- ||- ||
+ ||<<Icon(angry.png)>> ||Code coverage results ||- ||- ||
+ ||<<Icon(checkmark.png)>> ||Check javadocs for known vulnerability using the [[http://www.oracle.com/technetwork/java/javase/downloads/java-doc-updater-tool-1955731.html|Java API Documentation Updater Tool]] ||Tool reports no files have the vulnerability. ||Kim ||
+ ||<<Icon(checkmark.png)>> ||For 10.11 and higher, remove the Lucene jars and the simple json jar from the class path and run the tests with -Dderby.tests.omitLucene=true and -Dderby.tests.omitJson=true ||Tests ran successfully in this configuration. ||Rick ||
+ ||<<Icon(checkmark.png)>> ||Verify that you can upgrade from the release candidate to the development trunk. ||I ran the upgrade suite with 10.12.1.1 as the starting point. It ran successfully. ||Rick ||
  
- == 10.12.1.1 (RC2) ==
- 
- || '''Status''' ||'''Test''' ||'''Comment''' ||'''Tester''' ||
- ||<<Icon(checkmark.png)>> ||Directory structure should look correct in all zips.|| Verified in all zips. || Rick ||
- ||<<Icon(checkmark.png)>> ||Links should work in index.html in the bin distribution.|| Top level links work. || Rick ||
- ||<<Icon(checkmark.png)>> ||bin scripts should work.|| I have successfully run the unix versions of NetworkServerControl, dblook, ij, startNetworkServer, stopNetworkServer, and sysinfo on Mac OSX 10.7.5. || Rick ||
- ||<<Icon(checkmark.png)>> ||No junk files like derby.log|| Verified in all zips. || Rick ||
- ||<<Icon(checkmark.png)>> ||No unnecessary 3rd party jars like Junit || Verified in all zips.  || Rick ||
- ||<<Icon(checkmark.png)>> ||Source zip can be used to generate jars and docs || Sane jars successfully built from the code tree in the source zip distro. PDF docs successfully built from the doc tree in the source zip distro: this time the copyright year and version number are correct. || Rick ||
- ||<<Icon(checkmark.png)>> ||Signatures and checksums correct || I verified the 4 md5 and asc checksums and sigs on Windows || Bryan ||
- ||<<Icon(angry.png)>> ||Long running tests || - || -  ||
- ||<<Icon(angry.png)>> || Performance tests (e.g., org.apache.derbyTesting.perf.clients.Runner) || - || -  ||
- ||<<Icon(angry.png)>> ||upgrade and compatibility (ask Kathey) || - || - ||
- ||<<Icon(angry.png)>> ||Large data volume tests || - || - ||
- ||<<Icon(angry.png)>> ||Recovery after crashing engine || - || - ||
- ||<<Icon(angry.png)>> ||Java EE CTS || - || - ||
- ||<<Icon(angry.png)>> ||Code coverage results || - || - ||
- ||<<Icon(checkmark.png)>> ||Check javadocs for known vulnerability using the [[http://www.oracle.com/technetwork/java/javase/downloads/java-doc-updater-tool-1955731.html|Java API Documentation Updater Tool]] || Tool reports no files have the vulnerability. || Kim ||
- ||<<Icon(checkmark.png)>> ||For 10.11 and higher, remove the Lucene jars and the simple json jar from the class path and run the tests with -Dderby.tests.omitLucene=true and -Dderby.tests.omitJson=true|| Tests ran successfully in this configuration. || Rick ||
- ||<<Icon(checkmark.png)>> ||Verify that you can upgrade from the release candidate to the development trunk. || I ran the upgrade suite with 10.12.1.1 as the starting point. It ran successfully. || Rick ||
  
  == 10.12.1.0 (RC1) ==
+ ||'''Status''' ||'''Test''' ||'''Comment''' ||'''Tester''' ||
+ ||<<Icon(checkmark.png)>> ||Directory structure should look correct in all zips. ||All zip structures look good to me. ||Rick ||
+ ||<<Icon(checkmark.png)>> ||Links should work in index.html in the bin distribution. ||Top level links look good. ||Rick ||
+ ||<<Icon(checkmark.png)>> ||bin scripts should work. ||Successfully ran the scripts from the bin zip on Windows 8.1 ||Bryan ||
+ ||<<Icon(checkmark.png)>> ||No junk files like derby.log ||I saw no junk files in the bin zip on Windows ||Bryan ||
+ ||<<Icon(checkmark.png)>> ||No unnecessary 3rd party jars like Junit ||The bin and source distributions have no unnecessary 3rd party jars ||Rick ||
+ ||<<Icon(checkmark.png)>> ||Source zip can be used to generate jars and docs ||Code jars generate correctly. Correct content generated for docs but the copyright year is wrong (2014) and the version number is wrong (10.11) Successfully built from source on Linux (Bryan) ||Rick,Bryan ||
+ ||<<Icon(checkmark.png)>> ||Signatures and checksums correct ||md5 fine for src tar.gz on Linux ||Bryan ||
+ ||<<Icon(angry.png)>> ||Long running tests ||- ||- ||
+ ||<<Icon(angry.png)>> ||Performance tests (e.g., org.apache.derbyTesting.perf.clients.Runner) ||- ||- ||
+ ||<<Icon(angry.png)>> ||upgrade and compatibility (ask Kathey) ||- ||- ||
+ ||<<Icon(angry.png)>> ||Large data volume tests ||- ||- ||
+ ||<<Icon(angry.png)>> ||Recovery after crashing engine ||- ||- ||
+ ||<<Icon(angry.png)>> ||Java EE CTS ||- ||- ||
+ ||<<Icon(angry.png)>> ||Code coverage results ||- ||- ||
+ ||<<Icon(angry.png)>> ||Check javadocs for known vulnerability using the [[http://www.oracle.com/technetwork/java/javase/downloads/java-doc-updater-tool-1955731.html|Java API Documentation Updater Tool]] ||- ||- ||
+ ||<<Icon(checkmark.png)>> ||For 10.11 and higher, remove the Lucene jars and the simple json jar from the class path and run the tests with -Dderby.tests.omitLucene=true and -Dderby.tests.omitJson=true ||Tests ran cleanly without the jars when setting those flags. ||Rick ||
+ ||<<Icon(checkmark.png)>> ||Verify that you can upgrade from the release candidate to the development trunk. ||Upgrade runs without errors ||Rick ||
  
- || '''Status''' ||'''Test''' ||'''Comment''' ||'''Tester''' ||
- ||<<Icon(checkmark.png)>> ||Directory structure should look correct in all zips.|| All zip structures look good to me. || Rick ||
- ||<<Icon(checkmark.png)>> ||Links should work in index.html in the bin distribution.|| Top level links look good. || Rick ||
- ||<<Icon(checkmark.png)>> ||bin scripts should work.|| Successfully ran the scripts from the bin zip on Windows 8.1 || Bryan ||
- ||<<Icon(checkmark.png)>> ||No junk files like derby.log|| I saw no junk files in the bin zip on Windows || Bryan ||
- ||<<Icon(checkmark.png)>> ||No unnecessary 3rd party jars like Junit || The bin and source distributions have no unnecessary 3rd party jars  || Rick ||
- ||<<Icon(checkmark.png)>> ||Source zip can be used to generate jars and docs || Code jars generate correctly. Correct content generated for docs but the copyright year is wrong (2014) and the version number is wrong (10.11) Successfully built from source on Linux (Bryan) || Rick,Bryan ||
- ||<<Icon(checkmark.png)>> ||Signatures and checksums correct || md5 fine for src tar.gz on Linux || Bryan ||
- ||<<Icon(angry.png)>> ||Long running tests || - || -  ||
- ||<<Icon(angry.png)>> || Performance tests (e.g., org.apache.derbyTesting.perf.clients.Runner) || - || -  ||
- ||<<Icon(angry.png)>> ||upgrade and compatibility (ask Kathey) || - || - ||
- ||<<Icon(angry.png)>> ||Large data volume tests || - || - ||
- ||<<Icon(angry.png)>> ||Recovery after crashing engine || - || - ||
- ||<<Icon(angry.png)>> ||Java EE CTS || - || - ||
- ||<<Icon(angry.png)>> ||Code coverage results || - || - ||
- ||<<Icon(angry.png)>> ||Check javadocs for known vulnerability using the [[http://www.oracle.com/technetwork/java/javase/downloads/java-doc-updater-tool-1955731.html|Java API Documentation Updater Tool]] || - || - ||
- ||<<Icon(checkmark.png)>> || For 10.11 and higher, remove the Lucene jars and the simple json jar from the class path and run the tests with -Dderby.tests.omitLucene=true and -Dderby.tests.omitJson=true || Tests ran cleanly without the jars when setting those flags. || Rick ||
- ||<<Icon(checkmark.png)>> ||Verify that you can upgrade from the release candidate to the development trunk. || Upgrade runs without errors || Rick ||
-