[jira] [Commented] (HBASE-11166) TestTimestampEncoder doesn't have category

2014-05-17 Thread Hadoop QA (JIRA)

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

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/12645361/11166-v2.txt
  against trunk revision .
  ATTACHMENT ID: 12645361

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

{color:green}+1 tests included{color}.  The patch appears to include 3 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:
 

 {color:red}-1 core zombie tests{color}.  There are 1 zombie test(s):   
at 
org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat.testScan(TestMultiTableInputFormat.java:244)
at 
org.apache.hadoop.hbase.mapreduce.TestMultiTableInputFormat.testScanYZYToEmpty(TestMultiTableInputFormat.java:195)

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

This message is automatically generated.

> TestTimestampEncoder doesn't have category
> --
>
> 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 TestTimestampEncoder doesn't have category



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


[jira] [Commented] (HBASE-11166) TestTimestampEncoder doesn't have category

2014-05-16 Thread Ted Yu (JIRA)

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

Ted Yu commented on HBASE-11166:


@Rekha:
You may want to add category to the other tests in hbase-prefix-tree :
{code}
Running org.apache.hadoop.hbase.codec.keyvalue.TestKeyValueTool
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.apache.hadoop.hbase.codec.prefixtree.blockmeta.TestBlockMeta
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.hadoop.hbase.codec.prefixtree.column.TestColumnBuilder
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.464 sec
Running org.apache.hadoop.hbase.codec.prefixtree.builder.TestTreeDepth
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.hadoop.hbase.codec.prefixtree.builder.TestTokenizer
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.hadoop.hbase.codec.prefixtree.timestamp.TestTimestampEncoder
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.hadoop.hbase.codec.prefixtree.row.TestRowEncoder
Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.372 sec
Running org.apache.hadoop.hbase.codec.prefixtree.row.TestPrefixTreeSearcher
Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.647 sec
Running org.apache.hadoop.hbase.util.bytes.TestByteRange
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Running org.apache.hadoop.hbase.util.vint.TestVLongTool
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec
Running org.apache.hadoop.hbase.util.vint.TestFIntTool
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.apache.hadoop.hbase.util.vint.TestVIntTool
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.88 sec
{code}

> TestTimestampEncoder doesn't have category
> --
>
> 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 TestTimestampEncoder doesn't have category



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


[jira] [Commented] (HBASE-11166) TestTimestampEncoder doesn't have category

2014-05-16 Thread Ted Yu (JIRA)

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

Ted Yu commented on HBASE-11166:


I got:
{code}
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:2.5.1:testCompile 
(default-testCompile) on project hbase-prefix-tree: Compilation failure: 
Compilation failure:
[ERROR] 
/Users/tyu/trunk/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/timestamp/TestTimestampEncoder.java:[24,30]
 cannot find symbol
[ERROR] symbol  : class SmallTests
[ERROR] location: package org.apache.hadoop.hbase
[ERROR] 
/Users/tyu/trunk/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/timestamp/TestTimestampEncoder.java:[35,10]
 cannot find symbol
[ERROR] symbol: class SmallTests
[ERROR] @Category(SmallTests.class)
{code}

> TestTimestampEncoder doesn't have category
> --
>
> 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: HBASE-11166.1.patch
>
>
> Jeff Bowles discovered that TestTimestampEncoder doesn't have category



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