You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Giridharan Kesavan (JIRA)" <ji...@apache.org> on 2011/06/16 22:38:48 UTC

[jira] [Created] (HADOOP-7400) HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set

HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set 
-----------------------------------------------------------------------

                 Key: HADOOP-7400
                 URL: https://issues.apache.org/jira/browse/HADOOP-7400
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
    Affects Versions: 0.20.206.0
            Reporter: Giridharan Kesavan
            Assignee: Giridharan Kesavan


HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set a dir other than build dir

test-junit:
     [copy] Copying 1 file to /home/y/var/builds/thread2/workspace/Cloud-Hadoop-0.20.1xx-Secondary/src/contrib/hdfsproxy/src/test/resources/proxy-config
    [junit] Running org.apache.hadoop.hdfsproxy.TestHdfsProxy
    [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
    [junit] Test org.apache.hadoop.hdfsproxy.TestHdfsProxy FAILED

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7400) HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set

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

Giridharan Kesavan updated HADOOP-7400:
---------------------------------------

    Attachment: HADOOP-7400.patch

> HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set 
> -----------------------------------------------------------------------
>
>                 Key: HADOOP-7400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.206.0
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>         Attachments: HADOOP-7400.patch
>
>
> HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set a dir other than build dir
> test-junit:
>      [copy] Copying 1 file to /home/y/var/builds/thread2/workspace/Cloud-Hadoop-0.20.1xx-Secondary/src/contrib/hdfsproxy/src/test/resources/proxy-config
>     [junit] Running org.apache.hadoop.hdfsproxy.TestHdfsProxy
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.hadoop.hdfsproxy.TestHdfsProxy FAILED

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7400) HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set

Posted by "Kihwal Lee (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13050747#comment-13050747 ] 

Kihwal Lee commented on HADOOP-7400:
------------------------------------

FYI, the following was done to trunk in HDFS-1666. If anyone intend to verify hdfsproxy in trunk or any release based off trunk, HDFS-1666 needs to be revisited.

{code}
   <target name="test">
+    <!-- hdfsproxy tests failing due to HDFS-1666
     <subant target="test">
       <fileset dir="." includes="hdfsproxy/build.xml"/>
     </subant>
+      -->
   </target>
{code}


> HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set 
> -----------------------------------------------------------------------
>
>                 Key: HADOOP-7400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.206.0
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>         Attachments: HADOOP-7400.patch, HADOOP-7400.patch
>
>
> HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set a dir other than build dir
> test-junit:
>      [copy] Copying 1 file to /home/y/var/builds/thread2/workspace/Cloud-Hadoop-0.20.1xx-Secondary/src/contrib/hdfsproxy/src/test/resources/proxy-config
>     [junit] Running org.apache.hadoop.hdfsproxy.TestHdfsProxy
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.hadoop.hdfsproxy.TestHdfsProxy FAILED

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7400) HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set

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

Giridharan Kesavan updated HADOOP-7400:
---------------------------------------

    Attachment: HADOOP-7400.patch

> HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set 
> -----------------------------------------------------------------------
>
>                 Key: HADOOP-7400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.206.0
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>         Attachments: HADOOP-7400.patch, HADOOP-7400.patch
>
>
> HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set a dir other than build dir
> test-junit:
>      [copy] Copying 1 file to /home/y/var/builds/thread2/workspace/Cloud-Hadoop-0.20.1xx-Secondary/src/contrib/hdfsproxy/src/test/resources/proxy-config
>     [junit] Running org.apache.hadoop.hdfsproxy.TestHdfsProxy
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.hadoop.hdfsproxy.TestHdfsProxy FAILED

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7400) HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set

Posted by "Kihwal Lee (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13050744#comment-13050744 ] 

Kihwal Lee commented on HADOOP-7400:
------------------------------------

Hmm. It seems the entire TestHdfsProxy is disabled in trunk. I thought just one thing was disabled in the test. We can still do the same on trunk since the code is still there and may be brought back to life in the future.

> HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set 
> -----------------------------------------------------------------------
>
>                 Key: HADOOP-7400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.206.0
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>         Attachments: HADOOP-7400.patch, HADOOP-7400.patch
>
>
> HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set a dir other than build dir
> test-junit:
>      [copy] Copying 1 file to /home/y/var/builds/thread2/workspace/Cloud-Hadoop-0.20.1xx-Secondary/src/contrib/hdfsproxy/src/test/resources/proxy-config
>     [junit] Running org.apache.hadoop.hdfsproxy.TestHdfsProxy
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.hadoop.hdfsproxy.TestHdfsProxy FAILED

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (HADOOP-7400) HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set

Posted by "Matt Foley (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-7400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Foley updated HADOOP-7400:
-------------------------------

    Affects Version/s:     (was: 0.20.206.0)
                       0.20.205.0
        Fix Version/s:     (was: 0.20.206.0)
                       0.20.205.0

Corrected version - this jira was actually fixed in 0.20.205.0.
                
> HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set 
> -----------------------------------------------------------------------
>
>                 Key: HADOOP-7400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.205.0
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>             Fix For: 0.20.205.0
>
>         Attachments: HADOOP-7400.patch, HADOOP-7400.patch
>
>
> HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set a dir other than build dir
> test-junit:
>      [copy] Copying 1 file to /home/y/var/builds/thread2/workspace/Cloud-Hadoop-0.20.1xx-Secondary/src/contrib/hdfsproxy/src/test/resources/proxy-config
>     [junit] Running org.apache.hadoop.hdfsproxy.TestHdfsProxy
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.hadoop.hdfsproxy.TestHdfsProxy FAILED

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (HADOOP-7400) HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set

Posted by "Kihwal Lee (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-7400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13050730#comment-13050730 ] 

Kihwal Lee commented on HADOOP-7400:
------------------------------------

Thanks, Giri. With this patch, the test is launched correctly. Although TestHdfsProxy is a bit flaky in trunk, this patch should still apply. 

+1 on commit to 0.20-security.

For trunk the patch needs to be a bit different due to the tree structure change.

> HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set 
> -----------------------------------------------------------------------
>
>                 Key: HADOOP-7400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.206.0
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>         Attachments: HADOOP-7400.patch, HADOOP-7400.patch
>
>
> HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set a dir other than build dir
> test-junit:
>      [copy] Copying 1 file to /home/y/var/builds/thread2/workspace/Cloud-Hadoop-0.20.1xx-Secondary/src/contrib/hdfsproxy/src/test/resources/proxy-config
>     [junit] Running org.apache.hadoop.hdfsproxy.TestHdfsProxy
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.hadoop.hdfsproxy.TestHdfsProxy FAILED

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (HADOOP-7400) HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set

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

Giridharan Kesavan resolved HADOOP-7400.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.20.206.0

> HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set 
> -----------------------------------------------------------------------
>
>                 Key: HADOOP-7400
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7400
>             Project: Hadoop Common
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 0.20.206.0
>            Reporter: Giridharan Kesavan
>            Assignee: Giridharan Kesavan
>             Fix For: 0.20.206.0
>
>         Attachments: HADOOP-7400.patch, HADOOP-7400.patch
>
>
> HdfsProxyTests fails when the -Dtest.build.dir and -Dbuild.test is set a dir other than build dir
> test-junit:
>      [copy] Copying 1 file to /home/y/var/builds/thread2/workspace/Cloud-Hadoop-0.20.1xx-Secondary/src/contrib/hdfsproxy/src/test/resources/proxy-config
>     [junit] Running org.apache.hadoop.hdfsproxy.TestHdfsProxy
>     [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
>     [junit] Test org.apache.hadoop.hdfsproxy.TestHdfsProxy FAILED

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira