[jira] [Commented] (HBASE-11166) Categorize tests in hbase-prefix-tree module

2014-05-18 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14001110#comment-14001110
 ] 

Hudson commented on HBASE-11166:


SUCCESS: Integrated in HBase-0.98 #307 (See 
[https://builds.apache.org/job/HBase-0.98/307/])
HBASE-11166 Categorize tests in hbase-prefix-tree module (Rekha Joshi) (tedyu: 
rev 1595539)
* /hbase/branches/0.98/hbase-prefix-tree/pom.xml
* 
/hbase/branches/0.98/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/keyvalue/TestKeyValueTool.java
* 
/hbase/branches/0.98/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/blockmeta/TestBlockMeta.java
* 
/hbase/branches/0.98/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/builder/TestTokenizer.java
* 
/hbase/branches/0.98/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/builder/TestTreeDepth.java
* 
/hbase/branches/0.98/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/column/TestColumnBuilder.java
* 
/hbase/branches/0.98/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/row/TestPrefixTreeSearcher.java
* 
/hbase/branches/0.98/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/row/TestRowEncoder.java
* 
/hbase/branches/0.98/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/timestamp/TestTimestampEncoder.java
* 
/hbase/branches/0.98/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/util/bytes/TestByteRange.java
* 
/hbase/branches/0.98/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/util/vint/TestFIntTool.java
* 
/hbase/branches/0.98/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/util/vint/TestVIntTool.java
* 
/hbase/branches/0.98/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/util/vint/TestVLongTool.java


 Categorize tests in hbase-prefix-tree module
 

 Key: HBASE-11166
 URL: https://issues.apache.org/jira/browse/HBASE-11166
 Project: HBase
  Issue Type: Test
Affects Versions: 0.98.2
Reporter: Ted Yu
Assignee: Rekha Joshi
Priority: Minor
 Fix For: 0.99.0, 0.98.3

 Attachments: 11166-v2.txt, HBASE-11166.1.patch, HBASE-11166.3.patch


 Jeff Bowles discovered that tests in hbase-prefix-tree module, e.g. 
 TestTimestampEncoder, don't have test category



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11166) Categorize tests in hbase-prefix-tree module

2014-05-17 Thread Ted Yu (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14000808#comment-14000808
 ] 

Ted Yu commented on HBASE-11166:


javadoc warning is not related to the patch:
{code}
[WARNING] Javadoc Warnings
[WARNING] javadoc: warning - Multiple sources of package comments found for 
package org.apache.hadoop.hbase.io.hfile
{code}
Test failure is not related to the patch.

 Categorize tests in hbase-prefix-tree module
 

 Key: HBASE-11166
 URL: https://issues.apache.org/jira/browse/HBASE-11166
 Project: HBase
  Issue Type: Test
Affects Versions: 0.98.2
Reporter: Ted Yu
Assignee: Rekha Joshi
Priority: Minor
 Attachments: 11166-v2.txt, HBASE-11166.1.patch


 Jeff Bowles discovered that tests in hbase-prefix-tree module, e.g. 
 TestTimestampEncoder, don't have test category



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11166) Categorize tests in hbase-prefix-tree module

2014-05-17 Thread Rekha Joshi (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14000845#comment-14000845
 ] 

Rekha Joshi commented on HBASE-11166:
-

Thanks [~tedyu].Updated for all tests under prefix-tree.

 Categorize tests in hbase-prefix-tree module
 

 Key: HBASE-11166
 URL: https://issues.apache.org/jira/browse/HBASE-11166
 Project: HBase
  Issue Type: Test
Affects Versions: 0.98.2
Reporter: Ted Yu
Assignee: Rekha Joshi
Priority: Minor
 Attachments: 11166-v2.txt, HBASE-11166.1.patch


 Jeff Bowles discovered that tests in hbase-prefix-tree module, e.g. 
 TestTimestampEncoder, don't have test category



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11166) Categorize tests in hbase-prefix-tree module

2014-05-17 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14000890#comment-14000890
 ] 

Hadoop QA commented on HBASE-11166:
---

{color:red}-1 overall{color}.  Here are the results of testing the latest 
attachment 
  http://issues.apache.org/jira/secure/attachment/12645421/HBASE-11166.3.patch
  against trunk revision .
  ATTACHMENT ID: 12645421

{color:green}+1 @author{color}.  The patch does not contain any @author 
tags.

{color:green}+1 tests included{color}.  The patch appears to include 36 new 
or modified tests.

{color:green}+1 javac{color}.  The applied patch does not increase the 
total number of javac compiler warnings.

{color:red}-1 javadoc{color}.  The javadoc tool appears to have generated 1 
warning messages.

{color:red}-1 findbugs{color}.  The patch appears to introduce 1 new 
Findbugs (version 1.3.9) 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:green}+1 site{color}.  The mvn site goal succeeds with this patch.

 {color:red}-1 core tests{color}.  The patch failed these unit tests:
   org.apache.hadoop.hbase.client.TestMultiParallel

Test results: 
https://builds.apache.org/job/PreCommit-HBASE-Build/9532//testReport/
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/9532//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/9532//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-prefix-tree.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/9532//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-client.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/9532//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/9532//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-protocol.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/9532//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/9532//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-examples.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/9532//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-thrift.html
Findbugs warnings: 
https://builds.apache.org/job/PreCommit-HBASE-Build/9532//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: 
https://builds.apache.org/job/PreCommit-HBASE-Build/9532//console

This message is automatically generated.

 Categorize tests in hbase-prefix-tree module
 

 Key: HBASE-11166
 URL: https://issues.apache.org/jira/browse/HBASE-11166
 Project: HBase
  Issue Type: Test
Affects Versions: 0.98.2
Reporter: Ted Yu
Assignee: Rekha Joshi
Priority: Minor
 Fix For: 0.99.0, 0.98.3

 Attachments: 11166-v2.txt, HBASE-11166.1.patch, HBASE-11166.3.patch


 Jeff Bowles discovered that tests in hbase-prefix-tree module, e.g. 
 TestTimestampEncoder, don't have test category



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11166) Categorize tests in hbase-prefix-tree module

2014-05-17 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14000954#comment-14000954
 ] 

Hudson commented on HBASE-11166:


SUCCESS: Integrated in HBase-TRUNK #5134 (See 
[https://builds.apache.org/job/HBase-TRUNK/5134/])
HBASE-11166 Categorize tests in hbase-prefix-tree module (Rekha Joshi) (tedyu: 
rev 1595540)
* /hbase/trunk/hbase-prefix-tree/pom.xml
* 
/hbase/trunk/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/keyvalue/TestKeyValueTool.java
* 
/hbase/trunk/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/blockmeta/TestBlockMeta.java
* 
/hbase/trunk/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/builder/TestTokenizer.java
* 
/hbase/trunk/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/builder/TestTreeDepth.java
* 
/hbase/trunk/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/column/TestColumnBuilder.java
* 
/hbase/trunk/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/row/TestPrefixTreeSearcher.java
* 
/hbase/trunk/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/row/TestRowEncoder.java
* 
/hbase/trunk/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/timestamp/TestTimestampEncoder.java
* 
/hbase/trunk/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/util/bytes/TestByteRange.java
* 
/hbase/trunk/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/util/vint/TestFIntTool.java
* 
/hbase/trunk/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/util/vint/TestVIntTool.java
* 
/hbase/trunk/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/util/vint/TestVLongTool.java


 Categorize tests in hbase-prefix-tree module
 

 Key: HBASE-11166
 URL: https://issues.apache.org/jira/browse/HBASE-11166
 Project: HBase
  Issue Type: Test
Affects Versions: 0.98.2
Reporter: Ted Yu
Assignee: Rekha Joshi
Priority: Minor
 Fix For: 0.99.0, 0.98.3

 Attachments: 11166-v2.txt, HBASE-11166.1.patch, HBASE-11166.3.patch


 Jeff Bowles discovered that tests in hbase-prefix-tree module, e.g. 
 TestTimestampEncoder, don't have test category



--
This message was sent by Atlassian JIRA
(v6.2#6252)