You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/30 08:14:27 UTC

[jira] [Commented] (HAWQ-86) Re-enable unit test for pxf and external storage

    [ https://issues.apache.org/jira/browse/HAWQ-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14982025#comment-14982025 ] 

ASF GitHub Bot commented on HAWQ-86:
------------------------------------

GitHub user huor opened a pull request:

    https://github.com/apache/incubator-hawq/pull/64

    HAWQ-86. Fix and re-enable unit test for pxf and external storage

    Please review and comment.

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

    $ git pull https://github.com/huor/incubator-hawq github_huor_unitest

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

    https://github.com/apache/incubator-hawq/pull/64.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 #64
    
----
commit b9f95e2f5136ec4ed36691af9f27e1207127bc10
Author: Ruilong Huo <rh...@pivotal.io>
Date:   2015-10-30T07:10:47Z

    HAWQ-86. Fix and re-enable unit test for pxf and external storage

----


> Re-enable unit test for pxf and external storage
> ------------------------------------------------
>
>                 Key: HAWQ-86
>                 URL: https://issues.apache.org/jira/browse/HAWQ-86
>             Project: Apache HAWQ
>          Issue Type: Test
>          Components: Tests
>            Reporter: Ruilong Huo
>            Assignee: Ruilong Huo
>
> Due to introduction of new resource manager, the unit test for pxf and external storage were disabled previously. We need to enable them now, including:
> 1. src/backend/access/external/test_discard/ha_config_mock.c
> 2. src/backend/access/external/test_discard/ha_config_test.c
> 3. src/backend/access/external/test_discard/hd_work_mgr_allocate_fragments_to_datanodes_test.c
> 4. src/backend/access/external/test_discard/hd_work_mgr_distribute_work_2_gp_segments_test.c
> 5. src/backend/access/external/test_discard/hd_work_mgr_do_segment_clustering_by_host_test.c
> 6. src/backend/access/external/test_discard/hd_work_mgr_mock.c
> 7. src/backend/access/external/test_discard/hd_work_mgr_mock.h
> 8. src/backend/access/external/test_discard/hd_work_mgr_test.c
> 9. src/backend/access/external/test_discard/pxffilters_test.c
> 10. src/backend/access/external/test_discard/pxfheaders_test.c
> 11. src/backend/access/external/test_discard/pxfmasterapi_test.c
> 12. src/backend/access/external/test_discard/pxfuriparser_test.c
> We need to enable the tests by moving them from test_discard to test directory and update the tests in the test files to make sure all tests are up to date with latest code base.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)