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 84E862009F3 for ; Fri, 6 May 2016 01:24:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 83973160A05; Thu, 5 May 2016 23:24:14 +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 C977D160A04 for ; Fri, 6 May 2016 01:24:13 +0200 (CEST) Received: (qmail 53437 invoked by uid 500); 5 May 2016 23:24:13 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 53424 invoked by uid 99); 5 May 2016 23:24:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 May 2016 23:24:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id CF4FF2C14F9 for ; Thu, 5 May 2016 23:24:12 +0000 (UTC) Date: Thu, 5 May 2016 23:24:12 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-15782) TestShell fails due to some moved types MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 05 May 2016 23:24:14 -0000 [ https://issues.apache.org/jira/browse/HBASE-15782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated HBASE-15782: --------------------------- Fix Version/s: 2.0.0 > TestShell fails due to some moved types > --------------------------------------- > > Key: HBASE-15782 > URL: https://issues.apache.org/jira/browse/HBASE-15782 > Project: HBase > Issue Type: Bug > Reporter: Ted Yu > Assignee: Ted Yu > Fix For: 2.0.0 > > Attachments: 15782.v1.txt > > > {code} > 1) Error: > test_compact_should_work(Hbase::AdminMethodsTest): > NameError: uninitialized constant Java::OrgApacheHadoopHbaseClient::Admin::CompactType > org/jruby/RubyModule.java:2647:in `const_missing' > file:/home/hbase/.m2/repository/org/jruby/jruby-complete/1.6.8/jruby-complete-1.6.8.jar!/META-INF/jruby.home/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2503:in `const_missing' > /home/hbase/trunk/hbase-shell/src/main/ruby/hbase/admin.rb:71:in `compact' > ./src/test/ruby/hbase/admin_test.rb:106:in `test_compact_should_work' > 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' > 2) Error: > test_major_compact_should_work(Hbase::AdminMethodsTest): > NameError: uninitialized constant Java::OrgApacheHadoopHbaseClient::Admin::CompactType > org/jruby/RubyModule.java:2647:in `const_missing' > file:/home/hbase/.m2/repository/org/jruby/jruby-complete/1.6.8/jruby-complete-1.6.8.jar!/META-INF/jruby.home/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:2503:in `const_missing' > /home/hbase/trunk/hbase-shell/src/main/ruby/hbase/admin.rb:99:in `major_compact' > ./src/test/ruby/hbase/admin_test.rb:112:in `test_major_compact_should_work' > 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' > 3) Error: > test_Snapshot_should_work_when_SKIP_FLUSH_args(Hbase::AdminSnapshotTest): > NameError: no method 'snapshot' for arguments (org.jruby.RubyString,org.apache.hadoop.hbase.TableName,org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription. Type) on Java::OrgApacheHadoopHbaseClient::HBaseAdmin > /home/hbase/trunk/hbase-shell/src/main/ruby/hbase/admin.rb:957:in `snapshot' > org/jruby/RubyArray.java:1620:in `each' > /home/hbase/trunk/hbase-shell/src/main/ruby/hbase/admin.rb:955:in `snapshot' > ./src/test/ruby/hbase/admin_test.rb:450:in `test_Snapshot_should_work_when_SKIP_FLUSH_args' > 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' > 382 tests, 537 assertions, 0 failures, 3 errors > {code} > The above were due to certain types being moved so that we don't expose protobuf in API -- This message was sent by Atlassian JIRA (v6.3.4#6332)