I guess you're testing your patch for HBASE-7467. You can use the tip of 0.94 codebase plus your patch. The following command should run all test cases:
mvn clean test -P runAllTests > result.txt & Cheers On Wed, Jan 2, 2013 at 7:10 AM, Jean-Marc Spaggiari <[email protected] > wrote: > Hi, > > When I try to run the tests on 0.94.4RC I'm getting "hbase-default.xml > file seems to be for and old version of HBase (@@@VERSION@@@), this > version is 0.94.4" > > It seems I need to setup hbase.defaults.for.version.skip to true, but > on the test, the configuration is created even before we can access a > Before class. So it's failing right from the initialization. > > What's the right way to run the tests under 0.94.4RC? How can I skip this > test? > > Thanks, > > JM >
