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 DBDA8200AF5 for ; Thu, 2 Jun 2016 18:22:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DA902160A3E; Thu, 2 Jun 2016 16:22:01 +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 2DE12160A51 for ; Thu, 2 Jun 2016 18:22:01 +0200 (CEST) Received: (qmail 66719 invoked by uid 500); 2 Jun 2016 16:21:59 -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 66419 invoked by uid 99); 2 Jun 2016 16:21:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jun 2016 16:21:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4FBBE2C1F68 for ; Thu, 2 Jun 2016 16:21:59 +0000 (UTC) Date: Thu, 2 Jun 2016 16:21:59 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-15939) Two shell test failures on master MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 02 Jun 2016 16:22:02 -0000 [ https://issues.apache.org/jira/browse/HBASE-15939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15312576#comment-15312576 ] stack commented on HBASE-15939: ------------------------------- Or rather, if you've done the research to figure where the breakage came in in future, please say what broke stuff so we know why and what to revert. > Two shell test failures on master > --------------------------------- > > Key: HBASE-15939 > URL: https://issues.apache.org/jira/browse/HBASE-15939 > Project: HBase > Issue Type: Test > Reporter: Ted Yu > Attachments: 15939.v1.txt > > > For master branch, I observe two shell test failures: > {code} > test_Shell::Shell_noninteractive_mode_should_throw(NonInteractiveTest): > NameError: no method 'getTable' for arguments (org.jruby.RubyString) on # > /Users/tyu/trunk/hbase-shell/src/main/ruby/hbase/hbase.rb:61:in `table' > /Users/tyu/trunk/hbase-shell/src/main/ruby/shell.rb:95:in `hbase_table' > /Users/tyu/trunk/hbase-shell/src/main/ruby/shell/commands.rb:62:in `table' > /Users/tyu/trunk/hbase-shell/src/main/ruby/shell/commands/create.rb:69:in `command' > org/jruby/RubyKernel.java:2113:in `send' > /Users/tyu/trunk/hbase-shell/src/main/ruby/shell/commands.rb:34:in `command_safe' > /Users/tyu/trunk/hbase-shell/src/main/ruby/shell/commands.rb:107:in `translate_hbase_exceptions' > /Users/tyu/trunk/hbase-shell/src/main/ruby/shell/commands.rb:34:in `command_safe' > /Users/tyu/trunk/hbase-shell/src/main/ruby/shell.rb:148:in `internal_command' > /Users/tyu/trunk/hbase-shell/src/main/ruby/shell.rb:140:in `command' > ./src/test/ruby/shell/noninteractive_test.rb:35:in `test_Shell::Shell_noninteractive_mode_should_throw' > 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' > {code} > {code} > 1) Error: > test_tasksOnHost_should_return_tasks_list(Hbase::TaskMonitorTest): > NativeException: java.net.ConnectException: Connection refused > java/net/PlainSocketImpl.java:-2:in `socketConnect' > java/net/AbstractPlainSocketImpl.java:339:in `doConnect' > java/net/AbstractPlainSocketImpl.java:200:in `connectToAddress' > java/net/AbstractPlainSocketImpl.java:182:in `connect' > java/net/SocksSocketImpl.java:392:in `connect' > java/net/Socket.java:579:in `connect' > java/net/Socket.java:528:in `connect' > sun/net/NetworkClient.java:180:in `doConnect' > sun/net/www/http/HttpClient.java:432:in `openServer' > sun/net/www/http/HttpClient.java:527:in `openServer' > sun/net/www/http/HttpClient.java:211:in `' > sun/net/www/http/HttpClient.java:308:in `New' > sun/net/www/http/HttpClient.java:326:in `New' > sun/net/www/protocol/http/HttpURLConnection.java:996:in `getNewHttpClient' > sun/net/www/protocol/http/HttpURLConnection.java:932:in `plainConnect' > sun/net/www/protocol/http/HttpURLConnection.java:850:in `connect' > sun/net/www/protocol/http/HttpURLConnection.java:1300:in `getInputStream' > java/net/URL.java:1037:in `openStream' > org/codehaus/jackson/JsonFactory.java:935:in `_optimizedStreamFromURL' > org/codehaus/jackson/JsonFactory.java:530:in `createJsonParser' > org/codehaus/jackson/map/ObjectMapper.java:1840:in `readValue' > /Users/tyu/trunk/hbase-shell/src/main/ruby/hbase/taskmonitor.rb:104:in `tasksOnHost' > ./src/test/ruby/hbase/taskmonitor_test.rb:33:in `test_tasksOnHost_should_return_tasks_list' > org/jruby/RubyArray.java:1620:in `each' > ./src/test/ruby/hbase/taskmonitor_test.rb:32:in `test_tasksOnHost_should_return_tasks_list' > 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' > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)