Ted Yu created HBASE-16274:
------------------------------
Summary: 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
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)