[
https://issues.apache.org/jira/browse/HBASE-14209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14692642#comment-14692642
]
Hadoop QA commented on HBASE-14209:
-----------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12749936/HBASE-14209-0.98.patch
against 0.98 branch at commit 38b94709ee3727832cb58446b4fa60cf5c37b9a6.
ATTACHMENT ID: 12749936
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{color:green}+1 hadoop versions{color}. The patch compiles with all
supported hadoop versions (2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.6.0 2.7.0)
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 protoc{color}. The applied patch does not increase the
total number of protoc compiler warnings.
{color:red}-1 javadoc{color}. The javadoc tool appears to have generated
22 warning messages.
{color:green}+1 checkstyle{color}. The applied patch does not increase the
total number of checkstyle errors
{color:green}+1 findbugs{color}. The patch does not introduce any new
Findbugs (version 2.0.3) warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 lineLengths{color}. The patch does not introduce lines
longer than 100
{color:red}-1 site{color}. The patch appears to cause mvn post-site goal
to fail.
{color:green}+1 core tests{color}. The patch passed unit tests in .
Test results:
https://builds.apache.org/job/PreCommit-HBASE-Build/15056//testReport/
Release Findbugs (version 2.0.3) warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/15056//artifact/patchprocess/newFindbugsWarnings.html
Checkstyle Errors:
https://builds.apache.org/job/PreCommit-HBASE-Build/15056//artifact/patchprocess/checkstyle-aggregate.html
Javadoc warnings:
https://builds.apache.org/job/PreCommit-HBASE-Build/15056//artifact/patchprocess/patchJavadocWarnings.txt
Console output:
https://builds.apache.org/job/PreCommit-HBASE-Build/15056//console
This message is automatically generated.
> [0.98] 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: 0.98.14
>
> 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)