[
https://issues.apache.org/jira/browse/DRILL-6850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vitalii Diravka updated DRILL-6850:
-----------------------------------
Description:
The following command will run Drill integratiom tests for RDBMS (Derby and
MySQL):
_mvn integration-test failsafe:integration-test -pl contrib/storage-jdbc_
Currently some drill/exec/store/jdbc TestJdbcPluginWithDerbyIT and
TestJdbcPluginWithMySQLIT tests fail:
{code}
Results :
Failed tests:
TestJdbcPluginWithDerbyIT.showTablesDefaultSchema:117 expected:<1> but was:<0>
Tests in error:
TestJdbcPluginWithDerbyIT.describe » UserRemote VALIDATION ERROR: Unknown
tabl...
TestJdbcPluginWithDerbyIT.pushdownDoubleJoinAndFilter:111->PlanTestBase.testPlanMatchingPatterns:84->PlanTestBase.testPlanMatchingPatterns:89->PlanTestBase.getPlanInString:369->BaseTestQuery.testSqlWithResults:322->BaseTestQuery.testRunAndReturn:341
» Rpc
TestJdbcPluginWithDerbyIT.testCrossSourceMultiFragmentJoin » UserRemote
VALIDA...
TestJdbcPluginWithDerbyIT.validateResult:71 » at position 0 column
'`NUMERIC_...
TestJdbcPluginWithMySQLIT.validateResult:108 » at position 0 column
'`numeric...
Tests run: 14, Failures: 1, Errors: 5, Skipped: 0
{code}
Most likely these are old regressions.
Additionally NPE for empty result is resolved:
http://drill.apache.org/blog/2018/08/05/drill-1.14-released/#comment-4082559169
was:
The following command will run Drill integratiom tests for RDBMS (Derby and
MySQL):
_mvn integration-test failsafe:integration-test -pl contrib/storage-jdbc_
Currently some drill/exec/store/jdbc TestJdbcPluginWithDerbyIT and
TestJdbcPluginWithMySQLIT tests fail:
{code}
Results :
Failed tests:
TestJdbcPluginWithDerbyIT.showTablesDefaultSchema:117 expected:<1> but was:<0>
Tests in error:
TestJdbcPluginWithDerbyIT.describe » UserRemote VALIDATION ERROR: Unknown
tabl...
TestJdbcPluginWithDerbyIT.pushdownDoubleJoinAndFilter:111->PlanTestBase.testPlanMatchingPatterns:84->PlanTestBase.testPlanMatchingPatterns:89->PlanTestBase.getPlanInString:369->BaseTestQuery.testSqlWithResults:322->BaseTestQuery.testRunAndReturn:341
» Rpc
TestJdbcPluginWithDerbyIT.testCrossSourceMultiFragmentJoin » UserRemote
VALIDA...
TestJdbcPluginWithDerbyIT.validateResult:71 » at position 0 column
'`NUMERIC_...
TestJdbcPluginWithMySQLIT.validateResult:108 » at position 0 column
'`numeric...
Tests run: 14, Failures: 1, Errors: 5, Skipped: 0
{code}
Most likely these are old regressions.
> JDBC integration tests failures
> -------------------------------
>
> Key: DRILL-6850
> URL: https://issues.apache.org/jira/browse/DRILL-6850
> Project: Apache Drill
> Issue Type: Bug
> Components: Storage - JDBC
> Affects Versions: 1.14.0
> Reporter: Vitalii Diravka
> Priority: Major
> Fix For: 1.15.0
>
>
> The following command will run Drill integratiom tests for RDBMS (Derby and
> MySQL):
> _mvn integration-test failsafe:integration-test -pl contrib/storage-jdbc_
> Currently some drill/exec/store/jdbc TestJdbcPluginWithDerbyIT and
> TestJdbcPluginWithMySQLIT tests fail:
> {code}
> Results :
> Failed tests:
> TestJdbcPluginWithDerbyIT.showTablesDefaultSchema:117 expected:<1> but
> was:<0>
> Tests in error:
> TestJdbcPluginWithDerbyIT.describe » UserRemote VALIDATION ERROR: Unknown
> tabl...
>
> TestJdbcPluginWithDerbyIT.pushdownDoubleJoinAndFilter:111->PlanTestBase.testPlanMatchingPatterns:84->PlanTestBase.testPlanMatchingPatterns:89->PlanTestBase.getPlanInString:369->BaseTestQuery.testSqlWithResults:322->BaseTestQuery.testRunAndReturn:341
> » Rpc
> TestJdbcPluginWithDerbyIT.testCrossSourceMultiFragmentJoin » UserRemote
> VALIDA...
> TestJdbcPluginWithDerbyIT.validateResult:71 » at position 0 column
> '`NUMERIC_...
> TestJdbcPluginWithMySQLIT.validateResult:108 » at position 0 column
> '`numeric...
> Tests run: 14, Failures: 1, Errors: 5, Skipped: 0
> {code}
> Most likely these are old regressions.
> Additionally NPE for empty result is resolved:
> http://drill.apache.org/blog/2018/08/05/drill-1.14-released/#comment-4082559169
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)