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

Íñigo Goiri commented on HDFS-13591:
------------------------------------

I mean something like this:
{code}
assertTrue("Error message does not contain the expected error message: " + 
bao.toString(),
    bao.toString().startsWith(
      "setrep: Requested replication factor of 1 is less than "
     + "the required minimum of 2 for /tmp/TestDFSShell-"
     + "testSetrepLow/testFileForSetrepLow"));
{code}

> TestDFSShell#testSetrepLow fails on Windows
> -------------------------------------------
>
>                 Key: HDFS-13591
>                 URL: https://issues.apache.org/jira/browse/HDFS-13591
>             Project: Hadoop HDFS
>          Issue Type: Test
>            Reporter: Anbang Hu
>            Assignee: Anbang Hu
>            Priority: Minor
>              Labels: Windows
>         Attachments: HDFS-13591.000.patch, HDFS-13591.001.patch
>
>
> https://builds.apache.org/job/hadoop-trunk-win/469/testReport/org.apache.hadoop.hdfs/TestDFSShell/testSetrepLow/
>  shows
> {code:java}
> Error message is not the expected error message 
> expected:<...testFileForSetrepLow[]
> > but was:<...testFileForSetrepLow[
> ]
> >
> {code}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to