> On Feb. 28, 2014, 2:56 p.m., kturner wrote: > > test/system/upgrade_test.sh, line 284 > > <https://reviews.apache.org/r/18625/diff/1/?file=506994#file506994line284> > > > > would be nice to put these test functions in a subdir and have this > > script execute each function in the subdir. I am not sure of the best way > > to do this w/ bash scripts. With java or python each test script could > > implement and interface and have multiple methods like runPreUpgradeTest() > > and runPostUpgradeTest()
I thought a simple way to do this that would work well w/ any language, use command line arguments. The test framework could pass either 'preUpgrade' or 'postUpgrade' as the 1st command line arg. Could pass accumlo config via command line options. - kturner ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18625/#review35783 ----------------------------------------------------------- On Feb. 28, 2014, 2:23 p.m., John McNamee wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/18625/ > ----------------------------------------------------------- > > (Updated Feb. 28, 2014, 2:23 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_test.sh 6259e1c > > Diff: https://reviews.apache.org/r/18625/diff/ > > > Testing > ------- > > > Thanks, > > John McNamee > >
