You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2016/10/15 03:54:20 UTC

[jira] [Commented] (HBASE-16274) assert_equal may fail in replication_admin_test#"add_peer: multiple zk cluster key and table_cfs - peer config"

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

Ted Yu commented on HBASE-16274:
--------------------------------

Thanks for the patch.
{code}
207	    define_test "set_peer_tableCFs: work withs table-cfs map" do
{code}
Please remove s from 'withs' - in several places.

> assert_equal may fail in replication_admin_test#"add_peer: multiple zk cluster key and table_cfs - peer config"
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-16274
>                 URL: https://issues.apache.org/jira/browse/HBASE-16274
>             Project: HBase
>          Issue Type: Test
>            Reporter: Ted Yu
>            Assignee: Guanghao Zhang
>            Priority: Minor
>              Labels: replication
>         Attachments: HBASE-16274.patch
>
>
> In master build #1275, https://builds.apache.org/job/HBase-TRUNK_matrix/1275/jdk=latest1.8,label=yahoo-not-h2/testReport/org.apache.hadoop.hbase.client/TestReplicationShell/testRunShellTests/:
> {code}
>  1) Failure:
> test_add_peer:_multiple_zk_cluster_key_and_table_cfs_-_peer_config(Hbase::ReplicationAdminTest)
>     [./src/test/ruby/hbase/replication_admin_test.rb:143:in `test_add_peer:_multiple_zk_cluster_key_and_table_cfs_-_peer_config'
>      org/jruby/RubyProc.java:270:in `call'
>      org/jruby/RubyKernel.java:2105:in `send'
>      org/jruby/RubyArray.java:1620:in `each'
>      org/jruby/RubyArray.java:1620:in `each']:
> <"default.table1;default.table3:cf1,cf2;default.table2:cf1"> expected but was
> <"default.table3:cf1,cf2;default.table2:cf1;default.table1">.
> {code}
> As far as I can see, the two peer table CFs are the same, except for ordering.



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