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

[jira] [Updated] (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:all-tabpanel ]

Guanghao Zhang updated HBASE-16274:
-----------------------------------
    Attachment: HBASE-16274.patch

Fix replication admin unit test and add more ut about set/append/remove table-cfs.

> 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
>            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)