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

Hudson commented on HDFS-9438:
------------------------------

FAILURE: Integrated in Hadoop-Mapreduce-trunk-Java8 #722 (See 
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Java8/722/])
HDFS-9438. TestPipelinesFailover assumes Linux ifconfig. (John Zhuge via 
(yzhang: rev 8176ea7dc694841a993f2bfc30669fe22f9ec1d2)
* 
hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/ha/TestPipelinesFailover.java
* hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt


> TestPipelinesFailover assumes Linux ifconfig
> --------------------------------------------
>
>                 Key: HDFS-9438
>                 URL: https://issues.apache.org/jira/browse/HDFS-9438
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: test
>    Affects Versions: 2.7.1
>         Environment: Solaris
>            Reporter: Alan Burlison
>            Assignee: John Zhuge
>            Priority: Minor
>             Fix For: 2.8.0
>
>         Attachments: HDFS-9438-hdfs-9438.001.patch, 
> HDFS-9438-hdfs-9438.002.patch, HDFS-9438-hdfs-9438.003.patch, 
> HDFS-9438-hdfs-9438.004.patch, HDFS-9438-hdfs-9438.005.patch
>
>
> TestPipelinesFailover.java contains the following:
> {code}
>     scmd = new String[] {"ifconfig"};
>     sce = new ShellCommandExecutor(scmd);
>     sce.execute();
>     System.out.println("'ifconfig' output:\n" + sce.getOutput());
> {code}
> That assumes the Linux ifconfig command. If the flag "-a" is added, the same 
> invocation should work on both Linux and Solaris - the output is only 
> displayed for debugging purposes so the fact that the output of ifconfig is 
> different on Linux and Solaris shouldn't matter.



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

Reply via email to