You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Konstantin Boudnik (JIRA)" <ji...@apache.org> on 2014/03/04 21:00:26 UTC

[jira] [Commented] (BIGTOP-1239) TestCLI: make ports optional in regex comparators

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

Konstantin Boudnik commented on BIGTOP-1239:
--------------------------------------------

I am running this patch on 2.0.3 based Hadoop cluster (Bigtop 0.7.0 release) and everything looks fine. I don't see extra failing tests you've mentioned, so from the master perspective there are no issues. I still see BIGTOP-997 as before, but it will be addressed separately.

+1 on the patch, I will commit it shortly.

> TestCLI: make ports optional in regex comparators
> -------------------------------------------------
>
>                 Key: BIGTOP-1239
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1239
>             Project: Bigtop
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: 0.7.0
>            Reporter: Dasha Boudnik
>            Assignee: Dasha Boudnik
>             Fix For: 0.8.0
>
>         Attachments: BIGTOP-1239.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> The following is seen in a multi-node configuration in HA:
> {noformat}14/03/03 19:32:40 INFO cli.CLITestHelper: -------------------------------------------
> 14/03/03 19:32:40 INFO cli.CLITestHelper:                     Test ID: [256]
> 14/03/03 19:32:40 INFO cli.CLITestHelper:            Test Description: [mkdir: Test for NAMENODE path - creating a directory with the name of an already existing directory]
> 14/03/03 19:32:40 INFO cli.CLITestHelper: 
> 14/03/03 19:32:40 INFO cli.CLITestHelper:               Test Commands: [-fs hdfs://myCluster -mkdir hdfs://myCluster/tmp/testcli_1393903659798/dir0]
> 14/03/03 19:32:40 INFO cli.CLITestHelper:               Test Commands: [-fs hdfs://myCluster -mkdir hdfs://myCluster/tmp/testcli_1393903659798/dir0]
> 14/03/03 19:32:40 INFO cli.CLITestHelper: 
> 14/03/03 19:32:40 INFO cli.CLITestHelper:            Cleanup Commands: [-fs hdfs://myCluster -rm -r hdfs://myCluster/tmp/testcli_1393903659798/dir0]
> 14/03/03 19:32:40 INFO cli.CLITestHelper: 
> 14/03/03 19:32:40 INFO cli.CLITestHelper:                  Comparator: [RegexpComparator]
> 14/03/03 19:32:40 INFO cli.CLITestHelper:          Comparision result:   [fail]
> 14/03/03 19:32:40 INFO cli.CLITestHelper:             Expected output:   [mkdir: `hdfs://\w+[-.a-z0-9]*:[0-9]+/tmp/testcli_1393903659798/dir0': File exists]
> 14/03/03 19:32:40 INFO cli.CLITestHelper:               Actual output:   [mkdir: `hdfs://myCluster/tmp/testcli_1393903659798/dir0': File exists
> ]
> 14/03/03 19:32:40 INFO cli.CLITestHelper: {noformat}
> A couple dozen other tests fail for the same reason.



--
This message was sent by Atlassian JIRA
(v6.2#6252)