Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 78120200B4C for ; Fri, 22 Jul 2016 18:12:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 76914160A6D; Fri, 22 Jul 2016 16:12:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E6C7D160A5A for ; Fri, 22 Jul 2016 18:12:26 +0200 (CEST) Received: (qmail 32399 invoked by uid 500); 22 Jul 2016 16:12:20 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 32114 invoked by uid 99); 22 Jul 2016 16:12:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Jul 2016 16:12:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 938D32C0E39 for ; Fri, 22 Jul 2016 16:12:20 +0000 (UTC) Date: Fri, 22 Jul 2016 16:12:20 +0000 (UTC) From: "Ted Yu (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-16274) assert_equal may fail in replication_admin_test#"add_peer: multiple zk cluster key and table_cfs - peer config" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 22 Jul 2016 16:12:27 -0000 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)