Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6FEEB18052 for ; Wed, 12 Aug 2015 00:49:46 +0000 (UTC) Received: (qmail 63158 invoked by uid 500); 12 Aug 2015 00:49:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 63119 invoked by uid 500); 12 Aug 2015 00:49:46 -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 63107 invoked by uid 99); 12 Aug 2015 00:49:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2015 00:49:46 +0000 Date: Wed, 12 Aug 2015 00:49:46 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-14209) TestShell visibility tests failing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-14209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Purtell updated HBASE-14209: ----------------------------------- Fix Version/s: 1.3.0 1.1.2 1.2.0 1.0.2 2.0.0 > TestShell visibility tests failing > ---------------------------------- > > Key: HBASE-14209 > URL: https://issues.apache.org/jira/browse/HBASE-14209 > Project: HBase > Issue Type: Bug > Affects Versions: 0.98.14 > Reporter: Andrew Purtell > Assignee: Andrew Purtell > Fix For: 2.0.0, 0.98.14, 1.0.2, 1.2.0, 1.1.2, 1.3.0 > > Attachments: HBASE-14209-0.98.patch > > > This is after HBASE-14105 but we've seen this earlier where adding ruby units to the shell tests can cause the visibility tests to fail inexplicably. We can't just avoid adding ruby units to TestShell in 0.98 so figure out the root cause and fix or disable these. > {noformat} > 1) Error: > test_The_get/put_methods_should_work_for_data_written_with_Visibility(Hbase::VisibilityLabelsAdminMethodsTest): > NativeException: junit.framework.AssertionFailedError: Waiting timed out after [10,000] msec > junit/framework/Assert.java:57:in `fail' > org/apache/hadoop/hbase/Waiter.java:193:in `waitFor' > org/apache/hadoop/hbase/Waiter.java:128:in `waitFor' > org/apache/hadoop/hbase/HBaseTestingUtility.java:3514:in `waitFor' > org/apache/hadoop/hbase/HBaseTestingUtility.java:3576:in `waitLabelAvailable' > ./src/test/ruby/hbase/visibility_labels_admin_test.rb:73:in `test_The_get/put_methods_should_work_for_data_written_with_Visibility' > 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_The_set/clear_methods_should_work_with_authorizations(Hbase::VisibilityLabelsAdminMethodsTest): > NativeException: junit.framework.AssertionFailedError: Waiting timed out after [10,000] msec > junit/framework/Assert.java:57:in `fail' > org/apache/hadoop/hbase/Waiter.java:193:in `waitFor' > org/apache/hadoop/hbase/Waiter.java:128:in `waitFor' > org/apache/hadoop/hbase/HBaseTestingUtility.java:3514:in `waitFor' > org/apache/hadoop/hbase/HBaseTestingUtility.java:3576:in `waitLabelAvailable' > ./src/test/ruby/hbase/visibility_labels_admin_test.rb:52:in `test_The_set/clear_methods_should_work_with_authorizations' > 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' > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)