You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "wangchangli (JIRA)" <ji...@apache.org> on 2013/03/27 11:37:16 UTC

[jira] [Created] (DRILL-56) query-parser test failed

wangchangli created DRILL-56:
--------------------------------

             Summary: query-parser test failed
                 Key: DRILL-56
                 URL: https://issues.apache.org/jira/browse/DRILL-56
             Project: Apache Drill
          Issue Type: Test
         Environment: centos 6.3; java 1.7
            Reporter: wangchangli


mvn test result:

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.drill.parsers.DrqlParserAstTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.136 sec <<< FAILURE!
Running org.apache.drill.parsers.DrqlParserTest
Tests run: 11, Failures: 4, Errors: 1, Skipped: 0, Time elapsed: 0.111 sec <<< FAILURE!

Results :

Failed tests:   testQuery3(org.apache.drill.parsers.DrqlParserTest): expected:<1> but was:<0>
  testQuery4(org.apache.drill.parsers.DrqlParserTest): expected:<1> but was:<0>
  testQuery5(org.apache.drill.parsers.DrqlParserTest): expected:<1> but was:<0>
  testQuery6(org.apache.drill.parsers.DrqlParserTest): expected:<1> but was:<0>

Tests in error: 
  testQueryList(org.apache.drill.parsers.DrqlParserAstTest): resource q1.drql not found.
  testQuery9(org.apache.drill.parsers.DrqlParserTest): org.antlr.runtime.tree.CommonTree cannot be cast to org.apache.drill.parsers.impl.drqlantlr.AstNode

Tests run: 12, Failures: 4, Errors: 2, Skipped: 0

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira