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

Hudson commented on HBASE-19249:
--------------------------------

FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #4050 (See 
[https://builds.apache.org/job/HBase-Trunk_matrix/4050/])
HBASE-19249 test for "hbase antipatterns" should check _count_ of (busbey: rev 
7406c83ef6f5c2f4620e8cbb48630d983c8ad57e)
* (edit) dev-support/hbase-personality.sh


> test for "hbase antipatterns" should check _count_ of occurance rather than 
> text of
> -----------------------------------------------------------------------------------
>
>                 Key: HBASE-19249
>                 URL: https://issues.apache.org/jira/browse/HBASE-19249
>             Project: HBase
>          Issue Type: Bug
>          Components: build
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>            Priority: Critical
>         Attachments: HBASE-19249.0.patch
>
>
> [~appy] noticed on HBASE-18624 that our check for Hadoop annotations failed 
> to flag a use.
> looking at our check:
> {code}
>   warnings=$(${GREP} 'import org.apache.hadoop.classification' "${patchfile}")
>   if [[ ${warnings} -gt 0 ]]; then
>     add_vote_table -1 hbaseanti "" "The patch appears use Hadoop 
> classification instead of HBase: ${warnings}."
>     ((result=result+1))
>   fi
> {code}
> That should have been a "grep -c" and not a "grep". So we've been falsely 
> giving a negative on all these checks.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to