You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Eric Yang (JIRA)" <ji...@apache.org> on 2009/04/30 23:47:30 UTC

[jira] Created: (CHUKWA-208) test/samples doesn't exist leads to ant test failure

test/samples doesn't exist leads to ant test failure
----------------------------------------------------

                 Key: CHUKWA-208
                 URL: https://issues.apache.org/jira/browse/CHUKWA-208
             Project: Hadoop Chukwa
          Issue Type: Bug
          Components: build and test code
         Environment: Redhat EL 5.1, Java 6
            Reporter: Eric Yang


Since there is no test samples for testing database features, the empty directory could get removed by various building tools.  When ant test is executed, this leads to failure.  The fix is to make ant test target not fail on missing test data.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CHUKWA-208) test/samples doesn't exist leads to ant test failure

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-208:
-----------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this, thanks Cheng.

> test/samples doesn't exist leads to ant test failure
> ----------------------------------------------------
>
>                 Key: CHUKWA-208
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-208
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: build and test code
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>         Attachments: CHUKWA-208.patch
>
>
> Since there is no test samples for testing database features, the empty directory could get removed by various building tools.  When ant test is executed, this leads to failure.  The fix is to make ant test target not fail on missing test data.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CHUKWA-208) test/samples doesn't exist leads to ant test failure

Posted by "Cheng (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704817#action_12704817 ] 

Cheng commented on CHUKWA-208:
------------------------------

+1 looks good

> test/samples doesn't exist leads to ant test failure
> ----------------------------------------------------
>
>                 Key: CHUKWA-208
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-208
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: build and test code
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>         Attachments: CHUKWA-208.patch
>
>
> Since there is no test samples for testing database features, the empty directory could get removed by various building tools.  When ant test is executed, this leads to failure.  The fix is to make ant test target not fail on missing test data.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CHUKWA-208) test/samples doesn't exist leads to ant test failure

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-208:
-----------------------------

    Assignee: Eric Yang
      Status: Patch Available  (was: Open)

> test/samples doesn't exist leads to ant test failure
> ----------------------------------------------------
>
>                 Key: CHUKWA-208
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-208
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: build and test code
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>         Attachments: CHUKWA-208.patch
>
>
> Since there is no test samples for testing database features, the empty directory could get removed by various building tools.  When ant test is executed, this leads to failure.  The fix is to make ant test target not fail on missing test data.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CHUKWA-208) test/samples doesn't exist leads to ant test failure

Posted by "Eric Yang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CHUKWA-208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Yang updated CHUKWA-208:
-----------------------------

    Attachment: CHUKWA-208.patch

Skip test directory, if it doesn't exist.

> test/samples doesn't exist leads to ant test failure
> ----------------------------------------------------
>
>                 Key: CHUKWA-208
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-208
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: build and test code
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>         Attachments: CHUKWA-208.patch
>
>
> Since there is no test samples for testing database features, the empty directory could get removed by various building tools.  When ant test is executed, this leads to failure.  The fix is to make ant test target not fail on missing test data.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CHUKWA-208) test/samples doesn't exist leads to ant test failure

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716974#action_12716974 ] 

Hudson commented on CHUKWA-208:
-------------------------------

Integrated in Chukwa-trunk #45 (See [http://hudson.zones.apache.org/hudson/job/Chukwa-trunk/45/])
    

> test/samples doesn't exist leads to ant test failure
> ----------------------------------------------------
>
>                 Key: CHUKWA-208
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-208
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: build and test code
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>         Attachments: CHUKWA-208.patch
>
>
> Since there is no test samples for testing database features, the empty directory could get removed by various building tools.  When ant test is executed, this leads to failure.  The fix is to make ant test target not fail on missing test data.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CHUKWA-208) test/samples doesn't exist leads to ant test failure

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12704859#action_12704859 ] 

Hudson commented on CHUKWA-208:
-------------------------------

Integrated in Chukwa-trunk #13 (See [http://hudson.zones.apache.org/hudson/job/Chukwa-trunk/13/])
    . Skip copying of test/sample directory if it doesn't exist. (Eric Yang)


> test/samples doesn't exist leads to ant test failure
> ----------------------------------------------------
>
>                 Key: CHUKWA-208
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-208
>             Project: Hadoop Chukwa
>          Issue Type: Bug
>          Components: build and test code
>         Environment: Redhat EL 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>         Attachments: CHUKWA-208.patch
>
>
> Since there is no test samples for testing database features, the empty directory could get removed by various building tools.  When ant test is executed, this leads to failure.  The fix is to make ant test target not fail on missing test data.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.