Author: kturner Date: Mon May 5 15:37:36 2014 New Revision: 1592551 URL: http://svn.apache.org/r1592551 Log: ACCUMULO-2396 added JDK version to test and defined and used acronyms
Modified: accumulo/site/trunk/content/release_notes/1.6.0.mdtext Modified: accumulo/site/trunk/content/release_notes/1.6.0.mdtext URL: http://svn.apache.org/viewvc/accumulo/site/trunk/content/release_notes/1.6.0.mdtext?rev=1592551&r1=1592550&r2=1592551&view=diff ============================================================================== --- accumulo/site/trunk/content/release_notes/1.6.0.mdtext (original) +++ accumulo/site/trunk/content/release_notes/1.6.0.mdtext Mon May 5 15:37:36 2014 @@ -250,42 +250,66 @@ has a set of tests that must be run befo Each unit and functional test only runs on a single node, while the RandomWalk and Continuous Ingest tests run on any number of nodes. *Agitation* refers to randomly restarting Accumulo processes and Hadoop Datanode processes, and, in HDFS High-Availability instances, forcing NameNode failover. + +<table id="release_notes_testing_acronyms"> + <tr> + <th>Testing acronym</th> + <th>Meaning</th> + </tr> + <tr> + <td>CI</td> + <td>Continuous Ingest</td> + </tr> + <tr> + <td>RW</td> + <td>Random walk</td> + </tr> + <tr> + <td>HA</td> + <td>High-Availability</td> + </tr> +</table> + <table id="release_notes_testing"> <tr> <th>OS</th> + <th>Java</th> <th>Hadoop</th> <th>Nodes</th> <th>ZooKeeper</th> - <th>HDFS High-Availability</th> + <th>HDFS HA</th> <th>Version/Commit hash</th> <th>Tests</th> </tr> <tr> <td>Centos 6.5</td> + <td>Centos OpenJDK 1.7</td> <td>Apache 2.2.0</td> <td>20 EC2 nodes</td> <td>3.4.5</td> <td>No</td> <td>1.6.0 RC1 + ACCUMULO_2668 patch</td> - <td>24-hour Continuous Ingest w/o agitation. Verified.</td> + <td>24-hour CI w/o agitation. Verified.</td> </tr> <tr> <td>Centos 6.5</td> + <td>Centos OpenJDK 1.7</td> <td>Apache 2.2.0</td> <td>20 EC2 nodes</td> <td>3.4.5</td> <td>No</td> <td>1.6.0 RC2</td> - <td>24-hour RandomWalk (Conditional.xml module) w/o agitation</td> + <td>24-hour RW (Conditional.xml module) w/o agitation</td> </tr> <tr> <td>Centos 6.5</td> + <td>Centos OpenJDK 1.7</td> <td>Apache 2.2.0</td> <td>20 EC2 nodes</td> <td>3.4.5</td> <td>No</td> <td>1.6.0 RC5</td> - <td>24-hour Continuous Ingest w/ agitation. Verified.</td> + <td>24-hour CI w/ agitation. Verified.</td> </tr> </table>