GitHub user paul-rogers opened a pull request:

    https://github.com/apache/drill/pull/788

    DRILL-5318: Sub-operator test fixture

    This commit depends on:
    
    * DRILL-5319
    * DRILL-5323
    * DRILL-5324
    
    This PR cannot be accepted (or built) until the above are pulled and
    this PR is rebased on top of them. The PR is issued now so that reviews
    can be done in parallel.
    
    Provides the following:
    
    * A new OperatorFixture to set up all the objects needed to test at the
    sub-operator level. This relies on the refactoring to create the
    required interfaces.
    * Pulls the config builder code out of the cluster fixture builder so
    that configs can be build for sub-operator tests.
    * Modifies the QueryBuilder test tool to run a query and get back one
    of the new row set objects to allow direct inspection of data returned
    from a query.
    * Modifies the cluster fixture to create a JDBC connection to the test
    cluster. (Use requires putting the Drill JDBC project on the test class
    path since exec does not depend on JDBC.)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/paul-rogers/drill DRILL-5318

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/788.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #788
    
----
commit 279baaf3eda0bf669f76e217b1fd978f2e46f572
Author: Paul Rogers <[email protected]>
Date:   2017-03-19T03:12:17Z

    DRILL-5318: Sub-operator test fixture
    
    This commit depends on:
    
    * DRILL-5319
    * DRILL-5323
    * DRILL-5324
    
    This PR cannot be accepted (or built) until the above are pulled and
    this PR is rebased on top of them. The PR is issued now so that reviews
    can be done in parallel.
    
    Provides the following:
    
    * A new OperatorFixture to set up all the objects needed to test at the
    sub-operator level. This relies on the refactoring to create the
    required interfaces.
    * Pulls the config builder code out of the cluster fixture builder so
    that configs can be build for sub-operator tests.
    * Modifies the QueryBuilder test tool to run a query and get back one
    of the new row set objects to allow direct inspection of data returned
    from a query.
    * Modifies the cluster fixture to create a JDBC connection to the test
    cluster. (Use requires putting the Drill JDBC project on the test class
    path since exec does not depend on JDBC.)

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to