You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Volodymyr Vysotskyi (JIRA)" <ji...@apache.org> on 2019/01/08 14:05:00 UTC

[jira] [Created] (DRILL-6955) storage-jdbc unit tests improvements

Volodymyr Vysotskyi created DRILL-6955:
------------------------------------------

             Summary: storage-jdbc unit tests improvements
                 Key: DRILL-6955
                 URL: https://issues.apache.org/jira/browse/DRILL-6955
             Project: Apache Drill
          Issue Type: Task
          Components: Tools, Build &amp; Test
    Affects Versions: 1.15.0
            Reporter: Volodymyr Vysotskyi
            Assignee: Volodymyr Vysotskyi
             Fix For: 1.16.0


Currently, for unit tests in storage-jdbc module used inmemdb-maven-plugin, jcabi-mysql-maven-plugin, sql-maven-plugin, and other maven plugins. So databases are started and tables are populated after the concrete maven goal is executed. It makes the debugging process more complex since tests cannot be executed directly from IDE. Another problem is that most of these plugins weren't released for a long time.

The goal of this Jira to remove these plugins usage and rework tests to provide a way to run them from IDE.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)