how to run programs present in the test folder

2009-12-01 Thread Siddu
Hi all , I am interested in the exploring the test folder . which is present in src/test/org/apache/hadoop/hdfs/* Please can some one give me the command line syntax to run those programs ? and building the code by ant command doesnt build the test folder by default . Is there any place(buil

Re: how to run programs present in the test folder

2009-12-04 Thread Eli Collins
Hey Siddu, You the testcase flag, eg ant -Dtestcase=TestHDFSCLI test to run TestHDFSCLI.java Thanks, Eli On Tue, Dec 1, 2009 at 10:36 AM, Siddu wrote: > Hi all , > > I am interested in the exploring the test folder . which is present in > src/test/org/apache/hadoop/hdfs/* > > Please ca

Re: how to run programs present in the test folder

2010-02-23 Thread Ted Yu
Hi, I am using junit-3.8.2.jar In oozie, I see the following: public abstract class XTestCase extends TestCase { public abstract class XFsTestCase extends XTestCase { public abstract class HadoopActionExecutorTestCase extends XFsTestCase { But JUnit complains: [junit] No tests found in org.