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 2017/10/14 20:34:20 UTC

[Db-derby Wiki] Update of "TenFifteenChecklist" by RichardHillegas

Dear Wiki user,

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

The "TenFifteenChecklist" page has been changed by RichardHillegas:
https://wiki.apache.org/db-derby/TenFifteenChecklist

New page:
= 10.15.1 Release Vetting Checklist =

Here's a checklist to consult when vetting the release.

Legend:

 * <<Icon(checkmark.png)>> - Done.
 * <<Icon(angry.png)>> - Needs testing.

'''Table of Contents''' <<TableOfContents(2)>>


== 10.15.1.0 (RC1) ==

|| '''Status''' ||'''Test''' ||'''Comment''' ||'''Tester''' ||
||<<Icon(angry.png)>> ||Directory structure should look correct in all zips.|| -|| - ||
||<<Icon(angry.png)>> ||Links should work in index.html in the bin distribution.|| - || - ||
||<<Icon(angry.png)>> ||bin scripts should work.|| - || - ||
||<<Icon(angry.png)>> ||No junk files like derby.log|| - || - ||
||<<Icon(angry.png)>> ||No unnecessary 3rd party jars like Junit || - || - ||
||<<Icon(angry.png)>> ||Source zip can be used to generate jars and docs || - || - ||
||<<Icon(angry.png)>> ||- || - ||
||<<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(angry.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|| - || - ||
||<<Icon(angry.png)>> ||Verify that you can upgrade from the release candidate to the development trunk. || - || - ||