Thanks you Julian.
On Wed, Sep 24, 2014 at 12:49 AM, Julian Hyde <[email protected]> wrote: > On Sep 23, 2014, at 3:17 AM, Yash Sharma <[email protected]> wrote: > > > I am not able to run the test case. > > I am using: > > $mvn test -Dtest=SqlOperatorBaseTest#testStddevPopFunc > > It is not able to recognize the test cases. > > Works fine with -DfailIfNoTests=flase flag. > > SqlOperatorBaseTest is abstract. Try with a concrete sub-class, e.g. > > $ mvn test -DfailIfNoTests=false > -Dtest=OptiqSqlOperatorTest#testStddevPopFunc > > Julian > >
