I don’t know why. I even get failures when I run mvn test -Dtest=OptiqSqlOperatorTest
But OptiqSqlOperatorTest succeeds as part of the whole suite, or when I run it from Intellij. Frankly I don’t run individual tests from the command line — I run things from intellij. I only run the whole suite from the command line. Can you log a jira case please? Julian On Sep 24, 2014, at 2:43 AM, Yash Sharma <[email protected]> wrote: > Hey Julian, > Even this fails. Its somehow not able to pick the test cases- > mvn test -Dtest=OptiqSqlOperatorTest#testStddevPopFunc > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 > > It works with the failNoTests flag set to false. > > Thanks > > 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 >> >>
