> On Feb. 28, 2014, 4:23 p.m., Sean Busbey wrote: > > test/system/upgrade_test.sh, lines 21-23 > > <https://reviews.apache.org/r/18625/diff/1/?file=506994#file506994line21> > > > > Is there a reason this is limited to 1.5.x to 1.6.x? i.e. are the > > configurable bits keeping us from testing 1.7?
No reason, the framework should be able to run upgrade tests going from 1.6.* to 1.7.* - John ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18625/#review35793 ----------------------------------------------------------- On March 10, 2014, 4:54 p.m., John McNamee wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/18625/ > ----------------------------------------------------------- > > (Updated March 10, 2014, 4:54 p.m.) > > > Review request for accumulo. > > > Bugs: ACCUMULO-2145 > https://issues.apache.org/jira/browse/ACCUMULO-2145 > > > Repository: accumulo > > > Description > ------- > > This is still a work in progress. > > The framework would configure the Accumulo versions, HDFS, zookeeper, and > which test to run. > Runs a set of upgrade tests. > > > Diffs > ----- > > test/system/upgrade/README PRE-CREATION > test/system/upgrade/conf/accumulo/accumulo-env.sh PRE-CREATION > test/system/upgrade/conf/accumulo/accumulo-env.template.sh PRE-CREATION > test/system/upgrade/conf/accumulo/accumulo-metrics.xml PRE-CREATION > test/system/upgrade/conf/accumulo/accumulo-site.template.xml PRE-CREATION > test/system/upgrade/conf/accumulo/accumulo-site.xml PRE-CREATION > test/system/upgrade/conf/accumulo/accumulo.policy.example PRE-CREATION > test/system/upgrade/conf/accumulo/gc PRE-CREATION > test/system/upgrade/conf/accumulo/generic_logger.xml PRE-CREATION > test/system/upgrade/conf/accumulo/log4j.properties PRE-CREATION > test/system/upgrade/conf/accumulo/masters PRE-CREATION > test/system/upgrade/conf/accumulo/monitor PRE-CREATION > test/system/upgrade/conf/accumulo/monitor_logger.xml PRE-CREATION > test/system/upgrade/conf/accumulo/slaves PRE-CREATION > test/system/upgrade/conf/accumulo/tracers PRE-CREATION > test/system/upgrade/conf/hadoop-1/core-site.template.xml PRE-CREATION > test/system/upgrade/conf/hadoop-1/hdfs-site.template.xml PRE-CREATION > test/system/upgrade/conf/hadoop-1/mapred-site.template.xml PRE-CREATION > test/system/upgrade/conf/hadoop-2/core-site.template.xml PRE-CREATION > test/system/upgrade/conf/hadoop-2/hdfs-site.template.xml PRE-CREATION > test/system/upgrade/conf/hadoop-2/mapred-site.template.xml PRE-CREATION > test/system/upgrade/conf/hadoop-2/yarn-site.template.xml PRE-CREATION > test/system/upgrade/conf/zookeeper/zoo_sample.cfg PRE-CREATION > test/system/upgrade/setup/accumulo-setup.sh PRE-CREATION > test/system/upgrade/setup/hadoop-setup.sh PRE-CREATION > test/system/upgrade/setup/services.sh PRE-CREATION > test/system/upgrade/setup/zookeeper-setup.sh PRE-CREATION > test/system/upgrade/tests/Bulk_Ingest_Test.sh PRE-CREATION > test/system/upgrade/tests/Compaction_Test.sh PRE-CREATION > test/system/upgrade/tests/Ingest_Test.sh PRE-CREATION > test/system/upgrade/tests/Metadata_Test.sh PRE-CREATION > test/system/upgrade/upgrade_test.sh PRE-CREATION > > Diff: https://reviews.apache.org/r/18625/diff/ > > > Testing > ------- > > > Thanks, > > John McNamee > >
