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

Chia-Ping Tsai commented on HBASE-11020:
----------------------------------------

{noformat}
    List<Get> gets = new ArrayList<>();
    gets.add(new Get(ROW));
    gets.add(null);
    gets.add(new Get(ANOTHERROW));
{noformat}
We shouldn't add the null to the list because it introduces the NPE. (and it 
makes no sense)
[~ndimiduk] May i take this over if you are busy?




> TestFromClientSide3#testHTableExistsMethodSingleRegionMultipleGets missing 
> Test annotation
> ------------------------------------------------------------------------------------------
>
>                 Key: HBASE-11020
>                 URL: https://issues.apache.org/jira/browse/HBASE-11020
>             Project: HBase
>          Issue Type: Test
>          Components: test
>    Affects Versions: 0.96.2, 0.98.1, 0.99.0
>            Reporter: Nick Dimiduk
>            Assignee: Nick Dimiduk
>            Priority: Trivial
>         Attachments: HBASE-11020.00.patch
>
>
> Per title. I see nothing obvious in the commit log indicating the omission is 
> by design. Test passes when annotation added. Maybe this was one of those 
> pesky flakey tests? I'm guessing not...



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to